Skip to content

Commit dbbae89

Browse files
chore(deps): update dependency @types/parse-filepath to v1.0.2 (#9867)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 51c0f98 commit dbbae89

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/plugins/other/visitor-plugin-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
2828
},
2929
"devDependencies": {
30-
"@types/parse-filepath": "1.0.1"
30+
"@types/parse-filepath": "1.0.2"
3131
},
3232
"main": "dist/cjs/index.js",
3333
"module": "dist/esm/index.js",

packages/presets/graphql-modules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"prepack": "bob prepack"
1313
},
1414
"devDependencies": {
15-
"@types/parse-filepath": "1.0.1"
15+
"@types/parse-filepath": "1.0.2"
1616
},
1717
"dependencies": {
1818
"@graphql-codegen/plugin-helpers": "^5.0.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4455,10 +4455,10 @@
44554455
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
44564456
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
44574457

4458-
"@types/[email protected].1":
4459-
version "1.0.1"
4460-
resolved "https://registry.yarnpkg.com/@types/parse-filepath/-/parse-filepath-1.0.1.tgz#074b3765d7299ce5f6d2629c1f08a3fc542bbdac"
4461-
integrity sha512-54MLXe4Jo3p4Hn24TOLAPggOz81pkxHIwlQdDGs7HYe5CAkzdcnQVsGkoYY/2l9pkbdNawOiahUtTIYaYBecaw==
4458+
"@types/[email protected].2":
4459+
version "1.0.2"
4460+
resolved "https://registry.yarnpkg.com/@types/parse-filepath/-/parse-filepath-1.0.2.tgz#417f313bbb10526e7adb06e037e53040fb4d7f93"
4461+
integrity sha512-CcyaQuvlpejsJR57RWxUR++E7zTKvbDDotZyiKaJsZdlbV8JfHgRYj4aZszEGKVLhiX0pbD8QeAuzEFUol4mRA==
44624462

44634463
"@types/prettier@^2.1.5":
44644464
version "2.7.2"

0 commit comments

Comments
 (0)