From dbbae893f558957af8620ad59f1a6de2d633919c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:44:32 -0500 Subject: [PATCH] chore(deps): update dependency @types/parse-filepath to v1.0.2 (#9867) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/plugins/other/visitor-plugin-common/package.json | 2 +- packages/presets/graphql-modules/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/plugins/other/visitor-plugin-common/package.json b/packages/plugins/other/visitor-plugin-common/package.json index bc1d4241b3f..f6e9d2cb2df 100644 --- a/packages/plugins/other/visitor-plugin-common/package.json +++ b/packages/plugins/other/visitor-plugin-common/package.json @@ -27,7 +27,7 @@ "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" }, "devDependencies": { - "@types/parse-filepath": "1.0.1" + "@types/parse-filepath": "1.0.2" }, "main": "dist/cjs/index.js", "module": "dist/esm/index.js", diff --git a/packages/presets/graphql-modules/package.json b/packages/presets/graphql-modules/package.json index 107140cb76d..21805e9bb1c 100644 --- a/packages/presets/graphql-modules/package.json +++ b/packages/presets/graphql-modules/package.json @@ -12,7 +12,7 @@ "prepack": "bob prepack" }, "devDependencies": { - "@types/parse-filepath": "1.0.1" + "@types/parse-filepath": "1.0.2" }, "dependencies": { "@graphql-codegen/plugin-helpers": "^5.0.3", diff --git a/yarn.lock b/yarn.lock index 26d3dc1336b..70d1b02174a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4455,10 +4455,10 @@ resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301" integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== -"@types/parse-filepath@1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@types/parse-filepath/-/parse-filepath-1.0.1.tgz#074b3765d7299ce5f6d2629c1f08a3fc542bbdac" - integrity sha512-54MLXe4Jo3p4Hn24TOLAPggOz81pkxHIwlQdDGs7HYe5CAkzdcnQVsGkoYY/2l9pkbdNawOiahUtTIYaYBecaw== +"@types/parse-filepath@1.0.2": + version "1.0.2" + resolved "https://registry.yarnpkg.com/@types/parse-filepath/-/parse-filepath-1.0.2.tgz#417f313bbb10526e7adb06e037e53040fb4d7f93" + integrity sha512-CcyaQuvlpejsJR57RWxUR++E7zTKvbDDotZyiKaJsZdlbV8JfHgRYj4aZszEGKVLhiX0pbD8QeAuzEFUol4mRA== "@types/prettier@^2.1.5": version "2.7.2"