diff --git a/calm-visualizer/package-lock.json b/calm-visualizer/package-lock.json index e0ae65b5..c978ba38 100644 --- a/calm-visualizer/package-lock.json +++ b/calm-visualizer/package-lock.json @@ -6671,10 +6671,11 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "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", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package-lock.json b/package-lock.json index d2c17d82..98041287 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@types/json-pointer": "^1.0.34", "@types/junit-report-builder": "^3.0.2", "@types/lodash": "^4.17.0", - "@types/node": "^22.10.5", + "@types/node": "^22.10.0", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.15.0", @@ -48,7 +48,7 @@ "ts-jest": "^29.2.5", "ts-node": "10.9.2", "tsup": "^8.0.0", - "typescript": "^5.4.3", + "typescript": "^5.7.3", "xml2js": "^0.6.2" } }, @@ -25241,9 +25241,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", @@ -26903,7 +26903,7 @@ "@types/json-pointer": "^1.0.34", "@types/junit-report-builder": "^3.0.2", "@types/lodash": "^4.17.0", - "@types/node": "^22.10.5", + "@types/node": "^22.10.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.15.0", "eslint": "^9.13.0", @@ -26912,7 +26912,7 @@ "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "10.9.2", - "typescript": "^5.4.3" + "typescript": "^5.7.3" } }, "shared/node_modules/ajv": { @@ -26932,4 +26932,4 @@ } } } -} \ No newline at end of file +}