From 8659c95e57c90b68a4f09dee7343f583235c0cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:12:03 -0600 Subject: [PATCH] build(deps): bump @types/normalize-path from 3.0.0 to 3.0.2 (#76) 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c4194f..3e3f744 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/cache": "^3.2.2", "@actions/core": "^1.10.0", "@actions/tool-cache": "^2.0.1", - "@types/normalize-path": "^3.0.0", + "@types/normalize-path": "^3.0.2", "normalize-path": "^3.0.0" }, "devDependencies": { @@ -1680,9 +1680,9 @@ } }, "node_modules/@types/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-Nd8y/5t/7CRakPYiyPzr/IAfYusy1FkcZYFEAcoMZkwpJv2n4Wm+olW+e7xBdHEXhOnWdG9ddbar0gqZWS4x5Q==" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/normalize-path/-/normalize-path-3.0.2.tgz", + "integrity": "sha512-DO++toKYPaFn0Z8hQ7Tx+3iT9t77IJo/nDiqTXilgEP+kPNIYdpS9kh3fXuc53ugqwp9pxC1PVjCpV1tQDyqMA==" }, "node_modules/@types/prettier": { "version": "2.7.2", @@ -8294,9 +8294,9 @@ } }, "@types/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-Nd8y/5t/7CRakPYiyPzr/IAfYusy1FkcZYFEAcoMZkwpJv2n4Wm+olW+e7xBdHEXhOnWdG9ddbar0gqZWS4x5Q==" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/normalize-path/-/normalize-path-3.0.2.tgz", + "integrity": "sha512-DO++toKYPaFn0Z8hQ7Tx+3iT9t77IJo/nDiqTXilgEP+kPNIYdpS9kh3fXuc53ugqwp9pxC1PVjCpV1tQDyqMA==" }, "@types/prettier": { "version": "2.7.2", diff --git a/package.json b/package.json index ccdd3e8..5a37bfc 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/cache": "^3.2.2", "@actions/core": "^1.10.0", "@actions/tool-cache": "^2.0.1", - "@types/normalize-path": "^3.0.0", + "@types/normalize-path": "^3.0.2", "normalize-path": "^3.0.0" }, "devDependencies": {