diff --git a/package-lock.json b/package-lock.json index 76872a8a7c..35a28a2593 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "sinon": "^17.0.1", "source-map-support": "^0.5.21", "tslib": "^2.5.2", - "typescript": "^5.4.5" + "typescript": "~5.4.5" }, "engines": { "node": "20.16.0" @@ -2020,6 +2020,20 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, + "node_modules/@microsoft/api-extractor/node_modules/typescript": { + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "node_modules/@microsoft/tsdoc": { "version": "0.16.0", "resolved": "https://registry.npmjs.org/@microsoft/tsdoc/-/tsdoc-0.16.0.tgz", @@ -13304,9 +13318,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", - "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 8e33f398b2..f1a917d205 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "sinon": "^17.0.1", "source-map-support": "^0.5.21", "tslib": "^2.5.2", - "typescript": "^5.4.5" + "typescript": "~5.4.5" }, "scripts": {}, "workspaces": [