diff --git a/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/package-lock.json b/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/package-lock.json index 04f21fa0f0..24818de89b 100644 --- a/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/package-lock.json +++ b/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/package-lock.json @@ -23,7 +23,7 @@ "eslint": "^8.57.0", "papaparse": "^5.4.1", "prettier": "3.5.2", - "typescript": "5.7.3", + "typescript": "5.8.2", "webpack": "5.98.0", "webpack-cli": "6.0.1", "webpack-glob-entries": "1.0.1" @@ -2111,6 +2111,21 @@ "typescript": ">=4.8.4" } }, + "node_modules/@js-soft/eslint-config-ts/node_modules/typescript": { + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "dev": true, + "license": "Apache-2.0", + "peer": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "node_modules/@js-soft/license-check": { "version": "1.0.9", "resolved": "https://registry.npmjs.org/@js-soft/license-check/-/license-check-1.0.9.tgz", @@ -5781,9 +5796,9 @@ } }, "node_modules/typescript": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", - "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", + "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": { diff --git a/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/package.json b/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/package.json index 6a220804e5..76d015482a 100644 --- a/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/package.json +++ b/Applications/ConsumerApi/test/ConsumerApi.Tests.Performance/package.json @@ -18,7 +18,7 @@ "eslint": "^8.57.0", "papaparse": "^5.4.1", "prettier": "3.5.2", - "typescript": "5.7.3", + "typescript": "5.8.2", "webpack": "5.98.0", "webpack-cli": "6.0.1", "webpack-glob-entries": "1.0.1"