diff --git a/CHANGELOG.md b/CHANGELOG.md index 89cb884..4e13da1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,8 +36,8 @@ What's changed since v2.9.0: [#1344](https://github.com/microsoft/PSRule-vscode/pull/1344) - Bump vscode engine to v1.88.0. [#1392](https://github.com/microsoft/PSRule-vscode/pull/1392) - - Bump typescript to v5.4.4. - [#1390](https://github.com/microsoft/PSRule-vscode/pull/1390) + - Bump typescript to v5.4.5. + [#1396](https://github.com/microsoft/PSRule-vscode/pull/1396) - Bump @vscode/test-electron to v2.3.9. [#1334](https://github.com/microsoft/PSRule-vscode/pull/1334) - Bump @vscode/vsce to v2.25.0. diff --git a/package-lock.json b/package-lock.json index 874108f..665fe0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint": "^8.57.0", "glob": "^10.3.12", "mocha": "^10.4.0", - "typescript": "^5.4.4" + "typescript": "^5.4.5" }, "engines": { "vscode": "^1.88.0" @@ -4231,9 +4231,9 @@ } }, "node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index c6558e9..3dcefb7 100644 --- a/package.json +++ b/package.json @@ -496,7 +496,7 @@ "eslint": "^8.57.0", "glob": "^10.3.12", "mocha": "^10.4.0", - "typescript": "^5.4.4", + "typescript": "^5.4.5", "@vscode/vsce": "^2.25.0", "@vscode/test-electron": "^2.3.9" }