diff --git a/e2e/package.json b/e2e/package.json index df9787e1ad3..03fe30f27fd 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -30,7 +30,7 @@ "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ts-node": "10.9.2", - "typescript": "5.5.4", + "typescript": "5.7.3", "webpack": "5.76.0", "webpack-cli": "5.1.4", "webpack-dev-server": "5.1.0" diff --git a/e2e/yarn.lock b/e2e/yarn.lock index e2454e7da6d..6269a279c26 100644 --- a/e2e/yarn.lock +++ b/e2e/yarn.lock @@ -5276,10 +5276,10 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -typescript@5.5.4: - version "5.5.4" - resolved "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba" - integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q== +typescript@5.7.3: + version "5.7.3" + resolved "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e" + integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw== undici-types@~6.19.8: version "6.19.8" diff --git a/integration/compat-interop/package.json b/integration/compat-interop/package.json index 6b49f769766..744a081e69c 100644 --- a/integration/compat-interop/package.json +++ b/integration/compat-interop/package.json @@ -24,7 +24,7 @@ "@firebase/remote-config-compat": "0.2.12" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" }, "engines": { "node": ">=18.0.0" diff --git a/integration/compat-typings/package.json b/integration/compat-typings/package.json index 45ed087a0d7..823113164bb 100644 --- a/integration/compat-typings/package.json +++ b/integration/compat-typings/package.json @@ -10,7 +10,7 @@ "firebase": "*" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" }, "engines": { "node": ">=18.0.0" diff --git a/integration/firebase/package.json b/integration/firebase/package.json index 8194fd31ba9..6e05d48dc9c 100644 --- a/integration/firebase/package.json +++ b/integration/firebase/package.json @@ -20,7 +20,7 @@ "karma-typescript": "5.5.4", "mocha": "9.2.2", "npm-run-all2": "5.0.0", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "engines": { "node": ">=18.0.0" diff --git a/integration/firestore/package.json b/integration/firestore/package.json index 6d0c6e703ec..8059616b329 100644 --- a/integration/firestore/package.json +++ b/integration/firestore/package.json @@ -29,7 +29,7 @@ "karma-spec-reporter": "0.0.36", "mocha": "9.2.2", "ts-loader": "9.5.1", - "typescript": "5.5.4", + "typescript": "5.7.3", "webpack": "5.76.0", "webpack-stream": "7.0.0" }, diff --git a/package.json b/package.json index 6e1eed6506b..378a96f72b0 100644 --- a/package.json +++ b/package.json @@ -156,7 +156,7 @@ "tsec": "0.2.8", "tslint": "6.1.3", "typedoc": "0.16.11", - "typescript": "5.5.4", + "typescript": "5.7.3", "watch": "1.0.2", "webpack": "5.76.0", "yargs": "17.7.2" diff --git a/packages/analytics-compat/package.json b/packages/analytics-compat/package.json index ffa55dc2f91..0673d20b2f9 100644 --- a/packages/analytics-compat/package.json +++ b/packages/analytics-compat/package.json @@ -26,7 +26,7 @@ "rollup": "2.79.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/analytics-compat", diff --git a/packages/analytics-interop-types/package.json b/packages/analytics-interop-types/package.json index d96eeff69d5..7775ffc2975 100644 --- a/packages/analytics-interop-types/package.json +++ b/packages/analytics-interop-types/package.json @@ -20,6 +20,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" } } diff --git a/packages/analytics-types/package.json b/packages/analytics-types/package.json index 2798c23b3fe..5d6292511c7 100644 --- a/packages/analytics-types/package.json +++ b/packages/analytics-types/package.json @@ -20,6 +20,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" } } diff --git a/packages/analytics/package.json b/packages/analytics/package.json index bed1ec9cc14..a8e3ee25d08 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -53,7 +53,7 @@ "@rollup/plugin-json": "4.1.0", "@rollup/plugin-node-resolve": "13.3.0", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/analytics", diff --git a/packages/app-check-compat/package.json b/packages/app-check-compat/package.json index 2f6ed16c384..45fe19d014f 100644 --- a/packages/app-check-compat/package.json +++ b/packages/app-check-compat/package.json @@ -49,7 +49,7 @@ "@rollup/plugin-json": "4.1.0", "@rollup/plugin-node-resolve": "13.3.0", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/app-check", diff --git a/packages/app-check-interop-types/package.json b/packages/app-check-interop-types/package.json index c7e45614eea..ba0e80c465b 100644 --- a/packages/app-check-interop-types/package.json +++ b/packages/app-check-interop-types/package.json @@ -20,6 +20,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" } } diff --git a/packages/app-check-types/package.json b/packages/app-check-types/package.json index 92439788566..b4737bbb31b 100644 --- a/packages/app-check-types/package.json +++ b/packages/app-check-types/package.json @@ -20,6 +20,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" } } diff --git a/packages/app-check/package.json b/packages/app-check/package.json index 1e45d9c9f4a..700eeaca058 100644 --- a/packages/app-check/package.json +++ b/packages/app-check/package.json @@ -50,7 +50,7 @@ "@rollup/plugin-json": "4.1.0", "@rollup/plugin-node-resolve": "13.3.0", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/app-check", diff --git a/packages/app-compat/package.json b/packages/app-compat/package.json index 4f3765c4776..ef559dfaee4 100644 --- a/packages/app-compat/package.json +++ b/packages/app-compat/package.json @@ -48,7 +48,7 @@ "@rollup/plugin-json": "4.1.0", "rollup-plugin-replace": "2.2.0", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/app-compat", diff --git a/packages/app-types/package.json b/packages/app-types/package.json index 4c49efb3512..e58ec0b1e62 100644 --- a/packages/app-types/package.json +++ b/packages/app-types/package.json @@ -24,6 +24,6 @@ "@firebase/logger": "0.2.6" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" } } diff --git a/packages/app/package.json b/packages/app/package.json index b37581acfdf..bef4fa010ad 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -50,7 +50,7 @@ "rollup-plugin-replace": "2.2.0", "rollup-plugin-typescript2": "0.31.2", "rollup-plugin-dts": "5.3.1", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/app", diff --git a/packages/auth-compat/package.json b/packages/auth-compat/package.json index 0792ce03100..7d50bb0afdb 100644 --- a/packages/auth-compat/package.json +++ b/packages/auth-compat/package.json @@ -63,7 +63,7 @@ "rollup-plugin-replace": "2.2.0", "rollup-plugin-typescript2": "0.31.2", "selenium-webdriver": "4.8.0", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/auth-compat", diff --git a/packages/auth-interop-types/package.json b/packages/auth-interop-types/package.json index ecea25d0c00..6163dbdb248 100644 --- a/packages/auth-interop-types/package.json +++ b/packages/auth-interop-types/package.json @@ -20,6 +20,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" } } diff --git a/packages/auth-types/package.json b/packages/auth-types/package.json index 9b5191b3b44..24966ec755d 100644 --- a/packages/auth-types/package.json +++ b/packages/auth-types/package.json @@ -24,6 +24,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" } } diff --git a/packages/auth/package.json b/packages/auth/package.json index 8ec7985aae2..81fd1a872cd 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -141,7 +141,7 @@ "rollup-plugin-typescript2": "0.31.2", "selenium-webdriver": "4.8.0", "totp-generator": "0.0.14", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/auth", diff --git a/packages/component/package.json b/packages/component/package.json index 5fd762a794b..04d32cc3be3 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -38,7 +38,7 @@ "devDependencies": { "rollup": "2.79.1", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/component", diff --git a/packages/data-connect/package.json b/packages/data-connect/package.json index 8936f11a3eb..0a7afb6cb3f 100644 --- a/packages/data-connect/package.json +++ b/packages/data-connect/package.json @@ -58,7 +58,7 @@ "@firebase/app": "0.10.18", "rollup": "2.79.1", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/data-connect", diff --git a/packages/database-compat/package.json b/packages/database-compat/package.json index cf4ad024941..ba1fbc13b25 100644 --- a/packages/database-compat/package.json +++ b/packages/database-compat/package.json @@ -58,7 +58,7 @@ }, "devDependencies": { "@firebase/app-compat": "0.2.48", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/database-compat", diff --git a/packages/database-types/package.json b/packages/database-types/package.json index 1b56609eb04..97de5e12600 100644 --- a/packages/database-types/package.json +++ b/packages/database-types/package.json @@ -24,6 +24,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" } } diff --git a/packages/database/package.json b/packages/database/package.json index 62eaf630e6d..22085b153d8 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -60,7 +60,7 @@ "@firebase/app": "0.10.18", "rollup": "2.79.1", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/database", diff --git a/packages/firebase/package.json b/packages/firebase/package.json index ec23c2123f7..105dbd18622 100644 --- a/packages/firebase/package.json +++ b/packages/firebase/package.json @@ -439,7 +439,7 @@ "gulp": "4.0.2", "gulp-sourcemaps": "3.0.0", "gulp-replace": "1.1.4", - "typescript": "5.5.4", + "typescript": "5.7.3", "rollup-plugin-license": "3.0.1" }, "components": [ diff --git a/packages/firestore-compat/package.json b/packages/firestore-compat/package.json index 4216152fef5..d3a631f422f 100644 --- a/packages/firestore-compat/package.json +++ b/packages/firestore-compat/package.json @@ -61,7 +61,7 @@ "rollup-plugin-typescript2": "0.31.2", "@rollup/plugin-node-resolve": "13.3.0", "ts-node": "10.9.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "license": "Apache-2.0", "typings": "dist/src/index.d.ts", diff --git a/packages/firestore-types/package.json b/packages/firestore-types/package.json index d1cf512ec53..c17751fde47 100644 --- a/packages/firestore-types/package.json +++ b/packages/firestore-types/package.json @@ -24,6 +24,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" } } diff --git a/packages/firestore/package.json b/packages/firestore/package.json index 19b64159bce..633b9ff77ab 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -125,7 +125,7 @@ "rollup-plugin-typescript2": "0.31.2", "rollup-plugin-dts": "5.3.1", "ts-node": "10.9.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/firestore", diff --git a/packages/functions-compat/package.json b/packages/functions-compat/package.json index 141534dcaa7..f2703b51f56 100644 --- a/packages/functions-compat/package.json +++ b/packages/functions-compat/package.json @@ -33,7 +33,7 @@ "rollup": "2.79.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/functions-compat", diff --git a/packages/functions-types/package.json b/packages/functions-types/package.json index f06c4489e6a..b8034475432 100644 --- a/packages/functions-types/package.json +++ b/packages/functions-types/package.json @@ -20,6 +20,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" } } diff --git a/packages/functions/package.json b/packages/functions/package.json index d860ebde8dd..6697efe5d2c 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -53,7 +53,7 @@ "rollup": "2.79.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/functions", diff --git a/packages/installations-compat/package.json b/packages/installations-compat/package.json index 47b1f9ad998..71887071522 100644 --- a/packages/installations-compat/package.json +++ b/packages/installations-compat/package.json @@ -51,7 +51,7 @@ "@rollup/plugin-node-resolve": "13.3.0", "rollup-plugin-typescript2": "0.31.2", "rollup-plugin-uglify": "6.0.4", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "peerDependencies": { "@firebase/app-compat": "0.x" diff --git a/packages/installations-types/package.json b/packages/installations-types/package.json index fafe3b63102..dae0af9164a 100644 --- a/packages/installations-types/package.json +++ b/packages/installations-types/package.json @@ -23,6 +23,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" } } diff --git a/packages/installations/package.json b/packages/installations/package.json index a337b35ba87..ea2650c59ee 100644 --- a/packages/installations/package.json +++ b/packages/installations/package.json @@ -56,7 +56,7 @@ "@rollup/plugin-node-resolve": "13.3.0", "rollup-plugin-typescript2": "0.31.2", "rollup-plugin-uglify": "6.0.4", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "peerDependencies": { "@firebase/app": "0.x" diff --git a/packages/logger/package.json b/packages/logger/package.json index cc3eecd584f..5cc760e940e 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -37,7 +37,7 @@ "devDependencies": { "rollup": "2.79.1", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/logger", diff --git a/packages/messaging-compat/package.json b/packages/messaging-compat/package.json index c62d79c4068..b34cf95c744 100644 --- a/packages/messaging-compat/package.json +++ b/packages/messaging-compat/package.json @@ -48,7 +48,7 @@ "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", "ts-essentials": "9.3.0", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/messaging", diff --git a/packages/messaging-interop-types/package.json b/packages/messaging-interop-types/package.json index 9df85275ae1..c402f343d76 100644 --- a/packages/messaging-interop-types/package.json +++ b/packages/messaging-interop-types/package.json @@ -20,6 +20,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" } } diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 8851077bea4..c7237850a5e 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -65,7 +65,7 @@ "rollup-plugin-typescript2": "0.31.2", "@rollup/plugin-json": "4.1.0", "ts-essentials": "10.0.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/messaging", diff --git a/packages/performance-compat/package.json b/packages/performance-compat/package.json index eaa45c99e4f..9a18bd9c3f6 100644 --- a/packages/performance-compat/package.json +++ b/packages/performance-compat/package.json @@ -50,7 +50,7 @@ "@rollup/plugin-json": "4.1.0", "rollup-plugin-replace": "2.2.0", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4", + "typescript": "5.7.3", "@firebase/app-compat": "0.2.48" }, "repository": { diff --git a/packages/performance-types/package.json b/packages/performance-types/package.json index 0d90a465501..8231174b413 100644 --- a/packages/performance-types/package.json +++ b/packages/performance-types/package.json @@ -12,7 +12,7 @@ "index.d.ts" ], "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/performance-types", diff --git a/packages/performance/package.json b/packages/performance/package.json index c613ac66877..39f4c488ad5 100644 --- a/packages/performance/package.json +++ b/packages/performance/package.json @@ -50,7 +50,7 @@ "rollup": "2.79.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/performance", diff --git a/packages/remote-config-compat/package.json b/packages/remote-config-compat/package.json index a5c0a7e9432..12d9172d50f 100644 --- a/packages/remote-config-compat/package.json +++ b/packages/remote-config-compat/package.json @@ -49,7 +49,7 @@ "@rollup/plugin-json": "4.1.0", "rollup-plugin-replace": "2.2.0", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4", + "typescript": "5.7.3", "@firebase/app-compat": "0.2.48" }, "repository": { diff --git a/packages/remote-config-types/package.json b/packages/remote-config-types/package.json index 7de29a27043..b1040647be9 100644 --- a/packages/remote-config-types/package.json +++ b/packages/remote-config-types/package.json @@ -20,6 +20,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" } } diff --git a/packages/remote-config/package.json b/packages/remote-config/package.json index 6e92d347b23..9c20408d09b 100644 --- a/packages/remote-config/package.json +++ b/packages/remote-config/package.json @@ -51,7 +51,7 @@ "@firebase/app": "0.10.18", "rollup": "2.79.1", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/remote-config", diff --git a/packages/storage-compat/package.json b/packages/storage-compat/package.json index fe0f1c5ab7e..896c99ff093 100644 --- a/packages/storage-compat/package.json +++ b/packages/storage-compat/package.json @@ -49,7 +49,7 @@ "rollup": "2.79.1", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "files": [ "dist" diff --git a/packages/storage-types/package.json b/packages/storage-types/package.json index 5addb80bc3b..3e6b90a1d58 100644 --- a/packages/storage-types/package.json +++ b/packages/storage-types/package.json @@ -24,6 +24,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" } } diff --git a/packages/storage/package.json b/packages/storage/package.json index b1204cca8fe..4755bb14d43 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -60,7 +60,7 @@ "@rollup/plugin-alias": "5.1.0", "@rollup/plugin-json": "4.1.0", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/storage", diff --git a/packages/template-types/package.json b/packages/template-types/package.json index 2704ffab6bd..26f0349bb2e 100644 --- a/packages/template-types/package.json +++ b/packages/template-types/package.json @@ -21,6 +21,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" } } diff --git a/packages/template/package.json b/packages/template/package.json index c87d1070201..b5e6b0599bb 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -51,7 +51,7 @@ "@firebase/app": "0.10.18", "rollup": "2.79.1", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/template", diff --git a/packages/util/package.json b/packages/util/package.json index 54389451bea..5ee11999dae 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -47,7 +47,7 @@ "devDependencies": { "rollup": "2.79.1", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/util", diff --git a/packages/vertexai/package.json b/packages/vertexai/package.json index 5acf318b6e4..7ad38a408be 100644 --- a/packages/vertexai/package.json +++ b/packages/vertexai/package.json @@ -61,7 +61,7 @@ "rollup": "2.79.1", "rollup-plugin-replace": "2.2.0", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/vertexai", diff --git a/packages/webchannel-wrapper/package.json b/packages/webchannel-wrapper/package.json index 5ab2fa18e53..4df31e5bb70 100644 --- a/packages/webchannel-wrapper/package.json +++ b/packages/webchannel-wrapper/package.json @@ -37,7 +37,7 @@ "rollup-plugin-copy": "3.5.0", "rollup-plugin-sourcemaps": "0.6.3", "rollup-plugin-typescript2": "0.31.2", - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "packages/webchannel-wrapper", diff --git a/repo-scripts/changelog-generator/package.json b/repo-scripts/changelog-generator/package.json index 14986d98c33..39519c8d2a0 100644 --- a/repo-scripts/changelog-generator/package.json +++ b/repo-scripts/changelog-generator/package.json @@ -23,7 +23,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "typescript": "5.5.4" + "typescript": "5.7.3" }, "repository": { "directory": "repo-scripts/changelog-generator", diff --git a/repo-scripts/size-analysis/package.json b/repo-scripts/size-analysis/package.json index b7cb63bdfa5..0de68ed80c6 100644 --- a/repo-scripts/size-analysis/package.json +++ b/repo-scripts/size-analysis/package.json @@ -32,7 +32,7 @@ "child-process-promise": "2.2.1", "memfs": "3.5.3", "tmp": "0.2.1", - "typescript": "5.5.4", + "typescript": "5.7.3", "terser": "5.16.1", "yargs": "17.7.2", "@firebase/util": "1.10.3", diff --git a/yarn.lock b/yarn.lock index 17fc5dca649..06030b69683 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17279,10 +17279,10 @@ typescript@3.7.x: resolved "https://registry.npmjs.org/typescript/-/typescript-3.7.7.tgz" integrity sha512-MmQdgo/XenfZPvVLtKZOq9jQQvzaUAUpcKW8Z43x9B2fOm4S5g//tPtMweZUIP+SoBqrVPEIm+dJeQ9dfO0QdA== -typescript@5.5.4: - version "5.5.4" - resolved "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba" - integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q== +typescript@5.7.3: + version "5.7.3" + resolved "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e" + integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw== typescript@~4.1.3: version "4.1.6"