diff --git a/acceptance/repository-cloudant/package.json b/acceptance/repository-cloudant/package.json index 6269f35485c9..757e14ed6553 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 6ecf71cd1d05..e79ccdcfc2ca 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.40", "@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 dac6303dfa70..c85508699417 100644 --- a/examples/access-control-migration/package.json +++ b/examples/access-control-migration/package.json @@ -75,6 +75,6 @@ "@types/node": "^20.19.40", "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 f78c043d8171..53bb413c778d 100644 --- a/examples/binding-resolution/package.json +++ b/examples/binding-resolution/package.json @@ -58,6 +58,6 @@ "@types/node": "^20.19.40", "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 a41b2084cb2a..bc81fce1b5e4 100644 --- a/examples/context/package.json +++ b/examples/context/package.json @@ -55,6 +55,6 @@ "@loopback/testlab": "^8.0.11", "@types/node": "^20.19.40", "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 a415723b2eab..b8b3b13ed2aa 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.40", "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 f6fbab7aa82d..1d9d4b1cdce2 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.40", "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 821416186959..32aeae4d9a8f 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 e9b8207b3d98..4eb844a40dec 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.40", "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 ba50973fc14a..5358c3ce220c 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.40", "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 1262d7fdd5f6..5b0fd935f1dc 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -56,6 +56,6 @@ "@loopback/testlab": "^8.0.11", "@types/node": "^20.19.40", "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 b13da1d9549e..86ac2a330c27 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 cf7c25871d82..2f00c753e080 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.40", "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 aeca18d23e29..6547aabedb2e 100644 --- a/examples/metrics-prometheus/package.json +++ b/examples/metrics-prometheus/package.json @@ -59,6 +59,6 @@ "@loopback/testlab": "^8.0.11", "@types/node": "^20.19.40", "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 ebbf564ad5ce..d1afff4464c1 100644 --- a/examples/multi-tenancy/package.json +++ b/examples/multi-tenancy/package.json @@ -73,6 +73,6 @@ "@types/node": "^20.19.40", "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 ce579090fb43..8138ebcda12a 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 a9c5fe72defb..1e082f42920a 100644 --- a/examples/references-many/package.json +++ b/examples/references-many/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.40", "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 078071c7049e..a7a53bdf04f5 100644 --- a/examples/rest-crud/package.json +++ b/examples/rest-crud/package.json @@ -68,6 +68,6 @@ "@types/node": "^20.19.40", "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 e8189af3d38f..ba4a48bdde8a 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.40", "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 ec1cb4235329..084593ca618f 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 42a993a24fdc..27ae96ff86cd 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 0e0dc83ad960..5304c7c1f3ee 100644 --- a/examples/todo-jwt/package.json +++ b/examples/todo-jwt/package.json @@ -75,6 +75,6 @@ "@types/node": "^20.19.40", "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 e5a534bda037..0a2035a892fe 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.40", "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 042f93f55479..a6b74891fa5c 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.40", "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 c143d1848b45..5c6be7b6bd00 100644 --- a/examples/validation-app/package.json +++ b/examples/validation-app/package.json @@ -66,6 +66,6 @@ "@types/node": "^20.19.40", "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 d26363969c4f..7d376bbf3ffd 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 62f5bc80b55f..e21474c25eef 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.40", "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 e116c60f2009..5893bd08dfd7 100644 --- a/extensions/pooling/package.json +++ b/extensions/pooling/package.json @@ -49,6 +49,6 @@ "@loopback/testlab": "^8.0.11", "@types/debug": "^4.1.13", "@types/node": "^20.19.40", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/extensions/sequelize/package.json b/extensions/sequelize/package.json index 7ad7f7197dab..ec19466b4e37 100644 --- a/extensions/sequelize/package.json +++ b/extensions/sequelize/package.json @@ -60,6 +60,6 @@ "pg": "^8.20.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 1f31b566a68c..304f9b199d24 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.40", "@types/type-is": "^1.6.7", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -409,7 +409,7 @@ "@types/node": "^20.19.40", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -451,7 +451,7 @@ "@types/node": "^20.19.40", "eslint": "^8.57.1", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -488,7 +488,7 @@ "@loopback/testlab": "^8.0.11", "@types/node": "^20.19.40", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -532,7 +532,7 @@ "@types/express": "^4.17.25", "@types/node": "^20.19.40", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -575,7 +575,7 @@ "@types/multer": "^2.1.0", "@types/node": "^20.19.40", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -622,7 +622,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" @@ -662,7 +662,7 @@ "@types/debug": "4.1.13", "@types/node": "^20.19.40", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -705,7 +705,7 @@ "@types/debug": "4.1.13", "@types/node": "^20.19.40", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -743,7 +743,7 @@ "@loopback/testlab": "^8.0.11", "@types/node": "^20.19.40", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -795,7 +795,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" @@ -836,7 +836,7 @@ "@types/debug": "^4.1.13", "@types/node": "^20.19.40", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -876,7 +876,7 @@ "@loopback/testlab": "^8.0.11", "@types/node": "^20.19.40", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -923,7 +923,7 @@ "@types/node": "^20.19.40", "eslint": "^8.57.1", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1001,7 +1001,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" @@ -1047,7 +1047,7 @@ "@types/node": "^20.19.40", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1093,7 +1093,7 @@ "@types/node": "^20.19.40", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1132,7 +1132,7 @@ "@types/express": "^4.17.25", "@types/node": "^20.19.40", "eslint": "^8.57.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1178,7 +1178,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" @@ -1224,7 +1224,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" @@ -1272,7 +1272,7 @@ "@types/node": "^20.19.40", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1305,7 +1305,7 @@ "@types/node": "^20.19.40", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1351,7 +1351,7 @@ "@types/node": "^20.19.40", "eslint": "^8.57.1", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1412,7 +1412,7 @@ "@types/node": "^20.19.40", "eslint": "^8.57.1", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1454,7 +1454,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" @@ -1545,7 +1545,7 @@ "@types/lodash": "^4.17.24", "@types/node": "^20.19.40", "lodash": "^4.18.1", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1920,7 +1920,7 @@ "@loopback/testlab": "^8.0.11", "@types/debug": "^4.1.13", "@types/node": "^20.19.40", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -1967,7 +1967,7 @@ "pg": "^8.20.0", "pg-hstore": "^2.3.4", "sqlite3": "5.1.7", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" @@ -5065,19 +5065,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", @@ -35768,9 +35755,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" @@ -39102,7 +39090,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", @@ -39212,7 +39200,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", @@ -40643,7 +40631,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" @@ -40680,7 +40668,7 @@ "@loopback/build": "^12.0.11", "@loopback/testlab": "^8.0.11", "@types/node": "^20.19.40", - "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 d26867a0e970..07f021d020a0 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 1198d42a0b65..87ff2b587437 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 2ba5010f0153..4c0efc7b0e8f 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 aa78e97671e6..fa11385104aa 100644 --- a/packages/filter/package.json +++ b/packages/filter/package.json @@ -38,6 +38,6 @@ "@loopback/build": "^12.0.11", "@loopback/testlab": "^8.0.11", "@types/node": "^20.19.40", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } }