From c1c7e7e0db93c8d0d7b204a81119da266746c117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 06:06:43 +0000 Subject: [PATCH] chore(dev-deps): bump @types/normalize-path from 3.0.0 to 3.0.2 Bumps [@types/normalize-path](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/normalize-path) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/normalize-path) --- updated-dependencies: - dependency-name: "@types/normalize-path" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/lwc-language-server/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/lwc-language-server/package.json b/packages/lwc-language-server/package.json index c8d94223..265bf2bd 100644 --- a/packages/lwc-language-server/package.json +++ b/packages/lwc-language-server/package.json @@ -61,7 +61,7 @@ "@types/glob": "^7.1.3", "@types/jest": "^29.5.0", "@types/node": "^18.11.0", - "@types/normalize-path": "^3.0.0", + "@types/normalize-path": "^3.0.2", "@types/xml2js": "^0.4.5", "babel-types": "^6.26.0", "eol": "^0.9.1", diff --git a/yarn.lock b/yarn.lock index 81405eb2..eea4a8bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3006,10 +3006,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-6.14.13.tgz#b6649578fc0b5dac88c4ef48a46cab33c50a6c72" integrity sha512-J1F0XJ/9zxlZel5ZlbeSuHW2OpabrUAqpFuC2sm2I3by8sERQ8+KCjNKUcq8QHuzpGMWiJpo9ZxeHrqrP2KzQw== -"@types/normalize-path@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/normalize-path/-/normalize-path-3.0.0.tgz#bb5c46cab77b93350b4cf8d7ff1153f47189ae31" - integrity sha512-Nd8y/5t/7CRakPYiyPzr/IAfYusy1FkcZYFEAcoMZkwpJv2n4Wm+olW+e7xBdHEXhOnWdG9ddbar0gqZWS4x5Q== +"@types/normalize-path@^3.0.2": + version "3.0.2" + resolved "https://registry.yarnpkg.com/@types/normalize-path/-/normalize-path-3.0.2.tgz#aea8cd8b0ab39b8a86041843842825d8a01524c5" + integrity sha512-DO++toKYPaFn0Z8hQ7Tx+3iT9t77IJo/nDiqTXilgEP+kPNIYdpS9kh3fXuc53ugqwp9pxC1PVjCpV1tQDyqMA== "@types/parse-json@^4.0.0": version "4.0.0"