build(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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-01 13:57:00 +00:00 committed by GitHub
parent d3fbddfbaf
commit 9711183ab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

16
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": {
@ -26,7 +26,7 @@
"js-yaml": "^4.1.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"typescript": "^5.2.0"
"typescript": "^5.2.2"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -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": {