diff --git a/acceptance/repository-cloudant/package.json b/acceptance/repository-cloudant/package.json index c81b426a5404..99864e94ec70 100644 --- a/acceptance/repository-cloudant/package.json +++ b/acceptance/repository-cloudant/package.json @@ -45,6 +45,6 @@ "loopback-connector-cloudant": "2.5.0", "ms": "2.1.3", "tslib": "^2.8.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/bodyparsers/rest-msgpack/package.json b/bodyparsers/rest-msgpack/package.json index 802a0b3a5a49..15e67047a1e7 100644 --- a/bodyparsers/rest-msgpack/package.json +++ b/bodyparsers/rest-msgpack/package.json @@ -48,6 +48,6 @@ "@types/msgpack5": "^3.4.7", "@types/node": "^20.19.41", "@types/type-is": "^1.6.7", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/access-control-migration/package.json b/examples/access-control-migration/package.json index dde07819ecf9..ef5499c12825 100644 --- a/examples/access-control-migration/package.json +++ b/examples/access-control-migration/package.json @@ -75,6 +75,6 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/binding-resolution/package.json b/examples/binding-resolution/package.json index 21d2e7a75c61..e8af4ab72115 100644 --- a/examples/binding-resolution/package.json +++ b/examples/binding-resolution/package.json @@ -58,6 +58,6 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/context/package.json b/examples/context/package.json index 94347622d785..d3673be0d539 100644 --- a/examples/context/package.json +++ b/examples/context/package.json @@ -55,6 +55,6 @@ "@loopback/testlab": "^8.0.12", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/express-composition/package.json b/examples/express-composition/package.json index 743c3ecfca88..f55cb461b9d7 100644 --- a/examples/express-composition/package.json +++ b/examples/express-composition/package.json @@ -63,6 +63,6 @@ "@types/express": "^4.17.25", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/file-transfer/package.json b/examples/file-transfer/package.json index b99b428aef1e..2770ffede909 100644 --- a/examples/file-transfer/package.json +++ b/examples/file-transfer/package.json @@ -61,6 +61,6 @@ "@types/multer": "^2.1.0", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/graphql/package.json b/examples/graphql/package.json index edb79d7acdd3..1a90cbb910cd 100644 --- a/examples/graphql/package.json +++ b/examples/graphql/package.json @@ -68,6 +68,6 @@ "graphql-ws": "^5.16.2", "rimraf": "^5.0.10", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/greeter-extension/package.json b/examples/greeter-extension/package.json index 1957be9bcf8f..e80fa2b08a54 100644 --- a/examples/greeter-extension/package.json +++ b/examples/greeter-extension/package.json @@ -59,6 +59,6 @@ "@types/debug": "4.1.13", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/greeting-app/package.json b/examples/greeting-app/package.json index c1e906533579..86edaa5ad2c7 100644 --- a/examples/greeting-app/package.json +++ b/examples/greeting-app/package.json @@ -63,6 +63,6 @@ "@types/debug": "4.1.13", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 35eed36633b2..b9eeeaa8f5c1 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -56,6 +56,6 @@ "@loopback/testlab": "^8.0.12", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/lb3-application/package.json b/examples/lb3-application/package.json index e54d1d9c2fbb..9eaffcfcb254 100644 --- a/examples/lb3-application/package.json +++ b/examples/lb3-application/package.json @@ -71,6 +71,6 @@ "eslint": "^8.57.1", "lodash": "^4.18.1", "should": "^13.2.3", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/log-extension/package.json b/examples/log-extension/package.json index 461e1edf9aac..7f6389825e57 100644 --- a/examples/log-extension/package.json +++ b/examples/log-extension/package.json @@ -58,6 +58,6 @@ "@types/debug": "^4.1.13", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/metrics-prometheus/package.json b/examples/metrics-prometheus/package.json index 8f7ed8199a93..cd763575a74c 100644 --- a/examples/metrics-prometheus/package.json +++ b/examples/metrics-prometheus/package.json @@ -59,6 +59,6 @@ "@loopback/testlab": "^8.0.12", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/multi-tenancy/package.json b/examples/multi-tenancy/package.json index c00a17faf1b7..bfebcaf337b0 100644 --- a/examples/multi-tenancy/package.json +++ b/examples/multi-tenancy/package.json @@ -73,6 +73,6 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/passport-login/package.json b/examples/passport-login/package.json index a2e47dd35ce5..a890bf4a2889 100644 --- a/examples/passport-login/package.json +++ b/examples/passport-login/package.json @@ -97,6 +97,6 @@ "axios": "^1.16.0", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/references-many/package.json b/examples/references-many/package.json index 0d466681ab0a..68fed6f30e30 100644 --- a/examples/references-many/package.json +++ b/examples/references-many/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/rest-crud/package.json b/examples/rest-crud/package.json index 70fac895b9c2..701731dcab24 100644 --- a/examples/rest-crud/package.json +++ b/examples/rest-crud/package.json @@ -68,6 +68,6 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/rpc-server/package.json b/examples/rpc-server/package.json index 0266e9148221..22c76d187cbc 100644 --- a/examples/rpc-server/package.json +++ b/examples/rpc-server/package.json @@ -53,6 +53,6 @@ "@types/express": "^4.17.25", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/soap-calculator/package.json b/examples/soap-calculator/package.json index a0fa7914cd7a..fa589559ac68 100644 --- a/examples/soap-calculator/package.json +++ b/examples/soap-calculator/package.json @@ -63,6 +63,6 @@ "eslint": "^8.57.1", "mocha": "^11.7.5", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/socketio/package.json b/examples/socketio/package.json index a8fb48769907..10035c897cb4 100644 --- a/examples/socketio/package.json +++ b/examples/socketio/package.json @@ -69,6 +69,6 @@ "eslint": "^8.57.1", "socket.io-client": "^4.8.3", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/todo-jwt/package.json b/examples/todo-jwt/package.json index 93af77b14471..31d83e68230f 100644 --- a/examples/todo-jwt/package.json +++ b/examples/todo-jwt/package.json @@ -75,6 +75,6 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/todo-list/package.json b/examples/todo-list/package.json index 7e985cf511e1..0e47f0a74020 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/todo/package.json b/examples/todo/package.json index 8ceed41ffb40..1fbada8b92e9 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/validation-app/package.json b/examples/validation-app/package.json index 6ef549919d0c..ef4983549dfe 100644 --- a/examples/validation-app/package.json +++ b/examples/validation-app/package.json @@ -66,6 +66,6 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/examples/webpack/package.json b/examples/webpack/package.json index f08024762182..9858e7a6b3c8 100644 --- a/examples/webpack/package.json +++ b/examples/webpack/package.json @@ -51,7 +51,7 @@ "events": "^3.3.0", "process": "^0.11.10", "puppeteer": "^24.43.1", - "typescript": "~5.2.2", + "typescript": "~5.9.3", "util": "^0.12.5", "webpack": "^5.106.2", "webpack-cli": "^7.0.2" diff --git a/extensions/authentication-jwt/package.json b/extensions/authentication-jwt/package.json index b93a60ad3197..870cc7ff5d5d 100644 --- a/extensions/authentication-jwt/package.json +++ b/extensions/authentication-jwt/package.json @@ -62,6 +62,6 @@ "@types/lodash": "^4.17.24", "@types/node": "^20.19.41", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/extensions/pooling/package.json b/extensions/pooling/package.json index ff6d4862430d..d059c5c26898 100644 --- a/extensions/pooling/package.json +++ b/extensions/pooling/package.json @@ -49,6 +49,6 @@ "@loopback/testlab": "^8.0.12", "@types/debug": "^4.1.13", "@types/node": "^20.19.41", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/extensions/sequelize/package.json b/extensions/sequelize/package.json index 7d0cef03c89a..ebcf37d23bd7 100644 --- a/extensions/sequelize/package.json +++ b/extensions/sequelize/package.json @@ -60,6 +60,6 @@ "pg": "^8.21.0", "pg-hstore": "^2.3.4", "sqlite3": "5.1.7", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/package-lock.json b/package-lock.json index 4a9a630db657..4d58e0b6afef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "mem-fs-editor": "^9.7.0", "open-cli": "^9.0.0", "prettier": "^3.8.3", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24", @@ -102,7 +102,7 @@ "loopback-connector-cloudant": "2.5.0", "ms": "2.1.3", "tslib": "^2.8.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -298,7 +298,7 @@ "@types/msgpack5": "^3.4.7", "@types/node": "^20.19.41", "@types/type-is": "^1.6.7", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -369,7 +369,7 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -411,7 +411,7 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -448,7 +448,7 @@ "@loopback/testlab": "^8.0.12", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -492,7 +492,7 @@ "@types/express": "^4.17.25", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -535,7 +535,7 @@ "@types/multer": "^2.1.0", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -582,7 +582,7 @@ "graphql-ws": "^5.16.2", "rimraf": "^5.0.10", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -622,7 +622,7 @@ "@types/debug": "4.1.13", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -665,7 +665,7 @@ "@types/debug": "4.1.13", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -703,7 +703,7 @@ "@loopback/testlab": "^8.0.12", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -755,7 +755,7 @@ "eslint": "^8.57.1", "lodash": "^4.18.1", "should": "^13.2.3", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -796,7 +796,7 @@ "@types/debug": "^4.1.13", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -836,7 +836,7 @@ "@loopback/testlab": "^8.0.12", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -883,7 +883,7 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -961,7 +961,7 @@ "axios": "^1.16.0", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1007,7 +1007,7 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1053,7 +1053,7 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1092,7 +1092,7 @@ "@types/express": "^4.17.25", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1138,7 +1138,7 @@ "eslint": "^8.57.1", "mocha": "^11.7.5", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1184,7 +1184,7 @@ "eslint": "^8.57.1", "socket.io-client": "^4.8.3", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1232,7 +1232,7 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1265,7 +1265,7 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1311,7 +1311,7 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1372,7 +1372,7 @@ "@types/node": "^20.19.41", "eslint": "^8.57.1", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1414,7 +1414,7 @@ "events": "^3.3.0", "process": "^0.11.10", "puppeteer": "^24.43.1", - "typescript": "~5.2.2", + "typescript": "~5.9.3", "util": "^0.12.5", "webpack": "^5.106.2", "webpack-cli": "^7.0.2" @@ -1505,7 +1505,7 @@ "@types/lodash": "^4.17.24", "@types/node": "^20.19.41", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1881,7 +1881,7 @@ "@loopback/testlab": "^8.0.12", "@types/debug": "^4.1.13", "@types/node": "^20.19.41", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1928,7 +1928,7 @@ "pg": "^8.21.0", "pg-hstore": "^2.3.4", "sqlite3": "5.1.7", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -5018,19 +5018,6 @@ "node": ">=10" } }, - "node_modules/@microsoft/api-extractor/node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", - "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", @@ -35767,9 +35754,10 @@ } }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -39092,7 +39080,7 @@ "prettier": "^3.8.3", "rimraf": "^5.0.10", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "bin": { "lb-clean": "bin/run-clean.js", @@ -39202,7 +39190,7 @@ "terminal-link": "^2.1.1", "tildify": "^2.0.0", "ts-morph": "^27.0.2", - "typescript": "~5.2.2", + "typescript": "~5.9.3", "untildify": "^6.0.0", "update-notifier": "^7.3.1", "url-slug": "^4.0.1", @@ -40633,7 +40621,7 @@ "@types/on-finished": "^2.3.5", "@types/toposort": "^2.0.7", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -40670,7 +40658,7 @@ "@loopback/build": "^12.0.12", "@loopback/testlab": "^8.0.12", "@types/node": "^20.19.41", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" diff --git a/package.json b/package.json index 2166bb6f6d4f..9deac25623f9 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "mem-fs-editor": "^9.7.0", "open-cli": "^9.0.0", "prettier": "^3.8.3", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engineStrict": true, "engines": { diff --git a/packages/build/package.json b/packages/build/package.json index 1ef6e97eb119..8fd4ddde6f53 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -45,6 +45,6 @@ "prettier": "^3.8.3", "rimraf": "^5.0.10", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index 123a8079b36a..b5f042c9924a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -73,7 +73,7 @@ "terminal-link": "^2.1.1", "tildify": "^2.0.0", "ts-morph": "^27.0.2", - "typescript": "~5.2.2", + "typescript": "~5.9.3", "untildify": "^6.0.0", "update-notifier": "^7.3.1", "url-slug": "^4.0.1", diff --git a/packages/express/package.json b/packages/express/package.json index 3ab629ba1c60..b2e46b25de5e 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -62,6 +62,6 @@ "@types/on-finished": "^2.3.5", "@types/toposort": "^2.0.7", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/packages/filter/package.json b/packages/filter/package.json index a56f28a5452b..ab3b93b763ce 100644 --- a/packages/filter/package.json +++ b/packages/filter/package.json @@ -38,6 +38,6 @@ "@loopback/build": "^12.0.12", "@loopback/testlab": "^8.0.12", "@types/node": "^20.19.41", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } }