From 2f6e95997b1423e9e92d994468e733c1b9d1fba5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:48:54 +0000 Subject: [PATCH] chore(deps): update dependency @types/parse-filepath to v1.0.1 --- packages/presets/near-operation-file/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/presets/near-operation-file/package.json b/packages/presets/near-operation-file/package.json index ad73bc873..ebbdfd0ea 100644 --- a/packages/presets/near-operation-file/package.json +++ b/packages/presets/near-operation-file/package.json @@ -49,7 +49,7 @@ }, "devDependencies": { "@graphql-codegen/cli": "2.13.9", - "@types/parse-filepath": "1.0.0" + "@types/parse-filepath": "1.0.1" }, "publishConfig": { "directory": "dist", diff --git a/yarn.lock b/yarn.lock index cc26d94cf..26bcdf21e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2579,10 +2579,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.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@types/parse-filepath/-/parse-filepath-1.0.0.tgz#e46c92548d928d3215dcad93e04b4a7d9859b86b" - integrity sha512-y8m4AfQnSEG3mv16kMvqF0WsnCFaYgG30CU/3+K5FKlNXQ+/9zu/cZPyQ98kZqAYqJV6kJIWLkQw4ccWAKOc/Q== +"@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-json@^4.0.0": version "4.0.0"