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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-02-03 10:12:03 -06:00 committed by GitHub
parent 7dedb68ae0
commit 8659c95e57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -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",

View File

@ -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": {