diff --git a/package-lock.json b/package-lock.json index 64565ae..a8c0242 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": { @@ -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", diff --git a/package.json b/package.json index 9afb8e5..1d7f40e 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": {