diff --git a/acceptance/repository-cloudant/package.json b/acceptance/repository-cloudant/package.json index 4f2ace211262..be3df4b8d70d 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 05adbc987342..a0855837ab57 100644 --- a/bodyparsers/rest-msgpack/package.json +++ b/bodyparsers/rest-msgpack/package.json @@ -48,6 +48,6 @@ "@types/msgpack5": "^3.4.6", "@types/node": "^20.19.39", "@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 e47bd5269cb0..bd1d1a09edaf 100644 --- a/examples/access-control-migration/package.json +++ b/examples/access-control-migration/package.json @@ -75,6 +75,6 @@ "@types/node": "^20.19.39", "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 f86b53022aad..41364f0b302c 100644 --- a/examples/binding-resolution/package.json +++ b/examples/binding-resolution/package.json @@ -58,6 +58,6 @@ "@types/node": "^20.19.39", "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 8501423a14aa..d73e84b78983 100644 --- a/examples/context/package.json +++ b/examples/context/package.json @@ -55,6 +55,6 @@ "@loopback/testlab": "^8.0.11", "@types/node": "^20.19.39", "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 b635d9904f22..c34748dc85c6 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.39", "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 c21c2ddd77a8..003675eeb1b6 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.39", "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 977ed0947458..b83ac225c822 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 7c7d1cfe5165..e35248436403 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.39", "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 14ef5019deac..c2d1a055839c 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.39", "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 47de0bbebd59..5e6532fb814f 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.39", "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 a0704b4ccd21..11ef68582a96 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 a7c6c0ec35b5..c8b4e09741d5 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.39", "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 3d4116a8796f..516cc689a2d3 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.39", "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 5a20747714f7..97a8f90860a3 100644 --- a/examples/multi-tenancy/package.json +++ b/examples/multi-tenancy/package.json @@ -73,6 +73,6 @@ "@types/node": "^20.19.39", "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 8b783c276b7f..a5e35f22b47a 100644 --- a/examples/passport-login/package.json +++ b/examples/passport-login/package.json @@ -97,6 +97,6 @@ "axios": "^1.15.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 c33b49fc408f..13ce077c6763 100644 --- a/examples/references-many/package.json +++ b/examples/references-many/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.39", "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 2bcea7d6bd76..2b636f451560 100644 --- a/examples/rest-crud/package.json +++ b/examples/rest-crud/package.json @@ -68,6 +68,6 @@ "@types/node": "^20.19.39", "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 d4a1e54a9f0a..34caf8972dab 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.39", "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 b09ae4c26700..ac39560b8ea0 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 f75feda8c179..a56787343708 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 0726b1643f5f..e64b2b70fb12 100644 --- a/examples/todo-jwt/package.json +++ b/examples/todo-jwt/package.json @@ -75,6 +75,6 @@ "@types/node": "^20.19.39", "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 b9d7ae240b25..598608a78cde 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.39", "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 9f61f0bb0ec4..a23fdeda83af 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -71,6 +71,6 @@ "@types/node": "^20.19.39", "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 028130d3d8f3..ff5dbcc82af0 100644 --- a/examples/validation-app/package.json +++ b/examples/validation-app/package.json @@ -66,6 +66,6 @@ "@types/node": "^20.19.39", "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 31b3643b8fa1..d26313911b6b 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.40.0", - "typescript": "~5.2.2", + "typescript": "~5.9.3", "util": "^0.12.5", "webpack": "^5.106.1", "webpack-cli": "^7.0.2" diff --git a/extensions/authentication-jwt/package.json b/extensions/authentication-jwt/package.json index 077935d81dd5..07b888259138 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.39", "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 f922ad53cea8..e9689769bef8 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.39", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } } diff --git a/extensions/sequelize/package.json b/extensions/sequelize/package.json index 8e2f7b635c99..8c0088a7d828 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 67bbbe7ac34f..aa73d1878498 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "mem-fs-editor": "^9.7.0", "open-cli": "^8.0.0", "prettier": "^3.8.2", - "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.6", "@types/node": "^20.19.39", "@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.39", "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.39", "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.39", "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.39", "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.39", "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.39", "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.39", "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.39", "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.39", "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.39", "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.39", "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.15.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.39", "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.39", "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.39", "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.39", "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.39", "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.39", "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.39", "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.40.0", - "typescript": "~5.2.2", + "typescript": "~5.9.3", "util": "^0.12.5", "webpack": "^5.106.1", "webpack-cli": "^7.0.2" @@ -1545,7 +1545,7 @@ "@types/lodash": "^4.17.24", "@types/node": "^20.19.39", "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.39", - "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" @@ -5070,19 +5070,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", @@ -5115,7 +5102,6 @@ "integrity": "sha512-p7X/ytJDIdwUfFL/CLOhKgdfJe1Fa8uw9seJYvdOmnP9JBWGWHW69HkOixXS6Wy9yvGf1MbhcS6lVmrhy4jm2g==", "license": "MIT", "optional": true, - "peer": true, "dependencies": { "sparse-bitfield": "^3.0.3" } @@ -25307,8 +25293,7 @@ "version": "1.5.0", "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==", - "optional": true, - "peer": true + "optional": true }, "node_modules/meow": { "version": "12.1.1", @@ -29405,8 +29390,7 @@ "resolved": "https://registry.npmjs.org/pg-cloudflare/-/pg-cloudflare-1.3.0.tgz", "integrity": "sha512-6lswVVSztmHiRtD6I8hw4qP/nDm1EJbKMRhf3HCYaqud7frGysPv7FYJ5noZQdhQtN2xJnimfMtvQq21pdbzyQ==", "license": "MIT", - "optional": true, - "peer": true + "optional": true }, "node_modules/pg-connection-string": { "version": "2.12.0", @@ -32433,7 +32417,6 @@ "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==", "optional": true, - "peer": true, "dependencies": { "memory-pager": "^1.0.2" } @@ -32702,7 +32685,6 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz", "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", - "dev": true, "optional": true, "dependencies": { "@gar/promisify": "^1.0.1", @@ -32713,7 +32695,6 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", - "dev": true, "optional": true, "engines": { "node": ">= 6" @@ -32723,7 +32704,6 @@ "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, "optional": true, "dependencies": { "balanced-match": "^1.0.0", @@ -32734,7 +32714,6 @@ "version": "15.3.0", "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz", "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", - "dev": true, "optional": true, "dependencies": { "@npmcli/fs": "^1.0.0", @@ -32764,7 +32743,6 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", - "dev": true, "optional": true, "dependencies": { "minipass": "^3.0.0" @@ -32777,7 +32755,6 @@ "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, "optional": true, "dependencies": { "fs.realpath": "^1.0.0", @@ -32798,7 +32775,6 @@ "version": "4.0.1", "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "dev": true, "optional": true, "dependencies": { "@tootallnate/once": "1", @@ -32813,14 +32789,12 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true, "optional": true }, "node_modules/sqlite3/node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, "optional": true, "dependencies": { "yallist": "^4.0.0" @@ -32833,7 +32807,6 @@ "version": "9.1.0", "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz", "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==", - "dev": true, "optional": true, "dependencies": { "agentkeepalive": "^4.1.3", @@ -32861,7 +32834,6 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, "optional": true, "dependencies": { "brace-expansion": "^1.1.7" @@ -32874,7 +32846,6 @@ "version": "3.3.6", "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", - "dev": true, "optional": true, "dependencies": { "yallist": "^4.0.0" @@ -32887,7 +32858,6 @@ "version": "1.4.1", "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz", "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==", - "dev": true, "optional": true, "dependencies": { "minipass": "^3.1.0", @@ -32905,7 +32875,6 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "dev": true, "optional": true, "bin": { "mkdirp": "bin/cmd.js" @@ -32918,7 +32887,6 @@ "version": "8.4.1", "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz", "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==", - "dev": true, "optional": true, "dependencies": { "env-paths": "^2.2.0", @@ -32943,7 +32911,6 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", - "dev": true, "optional": true, "dependencies": { "abbrev": "1" @@ -32959,7 +32926,6 @@ "version": "3.0.2", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, "optional": true, "dependencies": { "glob": "^7.1.3" @@ -32975,7 +32941,6 @@ "version": "6.2.1", "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz", "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==", - "dev": true, "optional": true, "dependencies": { "agent-base": "^6.0.2", @@ -32990,7 +32955,6 @@ "version": "8.0.1", "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", - "dev": true, "optional": true, "dependencies": { "minipass": "^3.1.1" @@ -33003,7 +32967,6 @@ "version": "1.1.1", "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", - "dev": true, "optional": true, "dependencies": { "unique-slug": "^2.0.0" @@ -33013,7 +32976,6 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", - "dev": true, "optional": true, "dependencies": { "imurmurhash": "^0.1.4" @@ -33023,7 +32985,6 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, "optional": true, "dependencies": { "isexe": "^2.0.0" @@ -35733,9 +35694,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" @@ -39019,7 +38981,7 @@ "prettier": "^3.8.2", "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", @@ -39129,7 +39091,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", @@ -40560,7 +40522,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" @@ -40597,7 +40559,7 @@ "@loopback/build": "^12.0.11", "@loopback/testlab": "^8.0.11", "@types/node": "^20.19.39", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engines": { "node": "20 || 22 || 24" diff --git a/package.json b/package.json index 9cee2795e358..eac695323541 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "mem-fs-editor": "^9.7.0", "open-cli": "^8.0.0", "prettier": "^3.8.2", - "typescript": "~5.2.2" + "typescript": "~5.9.3" }, "engineStrict": true, "engines": { diff --git a/packages/build/package.json b/packages/build/package.json index 0e5a89e47505..c01d4cfab079 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -45,6 +45,6 @@ "prettier": "^3.8.2", "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 8407a00d272f..e40c6c44ed7a 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 99d8ba618253..91113b4d4942 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 5f5a0e5325a9..0efb2ca21f37 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.39", - "typescript": "~5.2.2" + "typescript": "~5.9.3" } }