diff --git a/acceptance/repository-cloudant/package.json b/acceptance/repository-cloudant/package.json index 56daedd9419d..b95811cfdfb7 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.6.2", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/bodyparsers/rest-msgpack/package.json b/bodyparsers/rest-msgpack/package.json index 0f964199e10f..33c194919cd2 100644 --- a/bodyparsers/rest-msgpack/package.json +++ b/bodyparsers/rest-msgpack/package.json @@ -48,6 +48,6 @@ "@types/msgpack5": "^3.4.6", "@types/node": "^16.18.68", "@types/type-is": "^1.6.6", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/access-control-migration/package.json b/examples/access-control-migration/package.json index d1c056dcd948..f7cd24b7e1f9 100644 --- a/examples/access-control-migration/package.json +++ b/examples/access-control-migration/package.json @@ -75,6 +75,6 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/binding-resolution/package.json b/examples/binding-resolution/package.json index c3d554f9d29b..2bd8f5a6da84 100644 --- a/examples/binding-resolution/package.json +++ b/examples/binding-resolution/package.json @@ -58,6 +58,6 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/context/package.json b/examples/context/package.json index 83795796eb6e..9c8648fa2e7e 100644 --- a/examples/context/package.json +++ b/examples/context/package.json @@ -55,6 +55,6 @@ "@loopback/testlab": "^6.1.4", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/express-composition/package.json b/examples/express-composition/package.json index df04aaa840db..08036e6cc165 100644 --- a/examples/express-composition/package.json +++ b/examples/express-composition/package.json @@ -63,6 +63,6 @@ "@types/express": "^4.17.21", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/file-transfer/package.json b/examples/file-transfer/package.json index 12bffe887733..c9323a3236d8 100644 --- a/examples/file-transfer/package.json +++ b/examples/file-transfer/package.json @@ -61,6 +61,6 @@ "@types/multer": "^1.4.11", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/graphql/package.json b/examples/graphql/package.json index f8b643130964..76bff89ddbf8 100644 --- a/examples/graphql/package.json +++ b/examples/graphql/package.json @@ -66,6 +66,6 @@ "eslint": "^8.51.0", "rimraf": "^5.0.5", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/greeter-extension/package.json b/examples/greeter-extension/package.json index 05d9079df250..8985186e1c50 100644 --- a/examples/greeter-extension/package.json +++ b/examples/greeter-extension/package.json @@ -59,6 +59,6 @@ "@types/debug": "4.1.12", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/greeting-app/package.json b/examples/greeting-app/package.json index 5037ff6ead0e..5380ad05bbaa 100644 --- a/examples/greeting-app/package.json +++ b/examples/greeting-app/package.json @@ -63,6 +63,6 @@ "@types/debug": "4.1.12", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 48e7aa0bdb46..5a8096b35070 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -56,6 +56,6 @@ "@loopback/testlab": "^6.1.4", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/lb3-application/package.json b/examples/lb3-application/package.json index ad222281b2ce..6ead504b1ecc 100644 --- a/examples/lb3-application/package.json +++ b/examples/lb3-application/package.json @@ -72,6 +72,6 @@ "eslint": "^8.51.0", "lodash": "^4.17.21", "should": "^13.2.3", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/log-extension/package.json b/examples/log-extension/package.json index 2c2c68e7634d..a46d9d37b21e 100644 --- a/examples/log-extension/package.json +++ b/examples/log-extension/package.json @@ -58,6 +58,6 @@ "@types/debug": "^4.1.12", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/metrics-prometheus/package.json b/examples/metrics-prometheus/package.json index ec64914466af..46a1f3af645b 100644 --- a/examples/metrics-prometheus/package.json +++ b/examples/metrics-prometheus/package.json @@ -59,6 +59,6 @@ "@loopback/testlab": "^6.1.4", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/multi-tenancy/package.json b/examples/multi-tenancy/package.json index ef0a23540a32..1e03a6041418 100644 --- a/examples/multi-tenancy/package.json +++ b/examples/multi-tenancy/package.json @@ -73,6 +73,6 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/passport-login/package.json b/examples/passport-login/package.json index d2e82eab3825..7df3b14bc989 100644 --- a/examples/passport-login/package.json +++ b/examples/passport-login/package.json @@ -97,6 +97,6 @@ "axios": "^1.6.2", "eslint": "^8.51.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/references-many/package.json b/examples/references-many/package.json index 8950f49828e8..7118a7fa2246 100644 --- a/examples/references-many/package.json +++ b/examples/references-many/package.json @@ -72,6 +72,6 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/rest-crud/package.json b/examples/rest-crud/package.json index e6145dc1e270..86fe2cb973e0 100644 --- a/examples/rest-crud/package.json +++ b/examples/rest-crud/package.json @@ -68,6 +68,6 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/rpc-server/package.json b/examples/rpc-server/package.json index 750b0ff5b2a4..6d8f34ee4128 100644 --- a/examples/rpc-server/package.json +++ b/examples/rpc-server/package.json @@ -53,6 +53,6 @@ "@types/express": "^4.17.21", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/soap-calculator/package.json b/examples/soap-calculator/package.json index 9967c8b5877d..1c92d7e3eade 100644 --- a/examples/soap-calculator/package.json +++ b/examples/soap-calculator/package.json @@ -63,6 +63,6 @@ "eslint": "^8.51.0", "mocha": "^10.2.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/socketio/package.json b/examples/socketio/package.json index 52648ddcc586..85ec8219db57 100644 --- a/examples/socketio/package.json +++ b/examples/socketio/package.json @@ -69,6 +69,6 @@ "eslint": "^8.51.0", "socket.io-client": "^4.7.2", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/todo-jwt/package.json b/examples/todo-jwt/package.json index b5296ba15017..10539b093b17 100644 --- a/examples/todo-jwt/package.json +++ b/examples/todo-jwt/package.json @@ -76,6 +76,6 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/todo-list/package.json b/examples/todo-list/package.json index 31674c1d5d56..33cc9dd6cf27 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -72,6 +72,6 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/todo/package.json b/examples/todo/package.json index 43f95f5d3a79..27e926d9ec33 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -71,6 +71,6 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/validation-app/package.json b/examples/validation-app/package.json index 10cb54bb60d2..8c198ffaf898 100644 --- a/examples/validation-app/package.json +++ b/examples/validation-app/package.json @@ -66,6 +66,6 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/examples/webpack/package.json b/examples/webpack/package.json index 80f9cf2cb602..0a8ee198cf4c 100644 --- a/examples/webpack/package.json +++ b/examples/webpack/package.json @@ -52,7 +52,7 @@ "events": "^3.3.0", "process": "^0.11.10", "puppeteer": "^21.6.0", - "typescript": "~5.2.2", + "typescript": "~5.3.3", "util": "^0.12.5", "webpack": "^5.89.0", "webpack-cli": "^5.1.4" diff --git a/extensions/authentication-jwt/package.json b/extensions/authentication-jwt/package.json index a278c4495adc..df2cc3ba5436 100644 --- a/extensions/authentication-jwt/package.json +++ b/extensions/authentication-jwt/package.json @@ -63,6 +63,6 @@ "@types/lodash": "^4.14.202", "@types/node": "^16.18.68", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/extensions/pooling/package.json b/extensions/pooling/package.json index df167184d8ad..2b44ece9a46d 100644 --- a/extensions/pooling/package.json +++ b/extensions/pooling/package.json @@ -49,6 +49,6 @@ "@loopback/testlab": "^6.1.4", "@types/debug": "^4.1.12", "@types/node": "^16.18.68", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/extensions/sequelize/package.json b/extensions/sequelize/package.json index eb47054f2f9e..d523db5ee449 100644 --- a/extensions/sequelize/package.json +++ b/extensions/sequelize/package.json @@ -59,6 +59,6 @@ "pg": "^8.11.3", "pg-hstore": "^2.3.4", "sqlite3": "5.1.4", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/package-lock.json b/package-lock.json index 879b8f10b6fd..0ab3146f0173 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "markdown-table": "^3.0.3", "open-cli": "^7.2.0", "prettier": "^3.0.3", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20", @@ -89,7 +89,7 @@ "loopback-connector-cloudant": "2.5.0", "ms": "2.1.3", "tslib": "^2.6.2", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -230,7 +230,7 @@ "@types/msgpack5": "^3.4.6", "@types/node": "^16.18.68", "@types/type-is": "^1.6.6", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -290,7 +290,7 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -321,7 +321,7 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -347,7 +347,7 @@ "@loopback/testlab": "^6.1.4", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -380,7 +380,7 @@ "@types/express": "^4.17.21", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -412,7 +412,7 @@ "@types/multer": "^1.4.11", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -446,7 +446,7 @@ "eslint": "^8.51.0", "rimraf": "^5.0.5", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -475,7 +475,7 @@ "@types/debug": "4.1.12", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -507,7 +507,7 @@ "@types/debug": "4.1.12", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -534,7 +534,7 @@ "@loopback/testlab": "^6.1.4", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -576,7 +576,7 @@ "eslint": "^8.51.0", "lodash": "^4.17.21", "should": "^13.2.3", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -606,7 +606,7 @@ "@types/debug": "^4.1.12", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -635,7 +635,7 @@ "@loopback/testlab": "^6.1.4", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -671,7 +671,7 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -738,7 +738,7 @@ "axios": "^1.6.2", "eslint": "^8.51.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -774,7 +774,7 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -809,7 +809,7 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -837,7 +837,7 @@ "@types/express": "^4.17.21", "@types/node": "^16.18.68", "eslint": "^8.51.0", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -872,7 +872,7 @@ "eslint": "^8.51.0", "mocha": "^10.2.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -907,7 +907,7 @@ "eslint": "^8.51.0", "socket.io-client": "^4.7.2", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -944,7 +944,7 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -978,7 +978,7 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -1014,7 +1014,7 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -1053,7 +1053,7 @@ "@types/node": "^16.18.68", "eslint": "^8.51.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -1085,7 +1085,7 @@ "events": "^3.3.0", "process": "^0.11.10", "puppeteer": "^21.6.0", - "typescript": "~5.2.2", + "typescript": "~5.3.3", "util": "^0.12.5", "webpack": "^5.89.0", "webpack-cli": "^5.1.4" @@ -1155,7 +1155,7 @@ "@types/lodash": "^4.14.202", "@types/node": "^16.18.68", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -1453,7 +1453,7 @@ "@loopback/testlab": "^6.1.4", "@types/debug": "^4.1.12", "@types/node": "^16.18.68", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -1488,7 +1488,7 @@ "pg": "^8.11.3", "pg-hstore": "^2.3.4", "sqlite3": "5.1.4", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -32696,9 +32696,9 @@ } }, "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.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -36187,7 +36187,7 @@ "prettier": "^3.0.3", "rimraf": "^5.0.5", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "bin": { "lb-clean": "bin/run-clean.js", @@ -36244,7 +36244,7 @@ "terminal-link": "^2.1.1", "tildify": "^2.0.0", "ts-morph": "^20.0.0", - "typescript": "~5.2.2", + "typescript": "~5.3.3", "unicode-10.0.0": "^0.7.5", "untildify": "^4.0.0", "update-notifier": "^7.0.0", @@ -36392,7 +36392,7 @@ "@types/on-finished": "^2.3.4", "@types/toposort": "^2.0.7", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" @@ -36418,7 +36418,7 @@ "@loopback/build": "^10.1.4", "@loopback/testlab": "^6.1.4", "@types/node": "^16.18.68", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engines": { "node": "16 || 18 || 20" diff --git a/package.json b/package.json index b77041072971..6fbf54e6ab23 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "markdown-table": "^3.0.3", "open-cli": "^7.2.0", "prettier": "^3.0.3", - "typescript": "~5.2.2" + "typescript": "~5.3.3" }, "engineStrict": true, "engines": { diff --git a/packages/build/package.json b/packages/build/package.json index 761a23edd2f4..c12cadb4e8e4 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -45,6 +45,6 @@ "prettier": "^3.0.3", "rimraf": "^5.0.5", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index 18d84a86d801..52f3e1017090 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -72,7 +72,7 @@ "terminal-link": "^2.1.1", "tildify": "^2.0.0", "ts-morph": "^20.0.0", - "typescript": "~5.2.2", + "typescript": "~5.3.3", "unicode-10.0.0": "^0.7.5", "untildify": "^4.0.0", "update-notifier": "^7.0.0", diff --git a/packages/express/package.json b/packages/express/package.json index 19b9de5882c4..48cef32b6182 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -62,6 +62,6 @@ "@types/on-finished": "^2.3.4", "@types/toposort": "^2.0.7", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } } diff --git a/packages/filter/package.json b/packages/filter/package.json index 42255f404301..695ad9176d1c 100644 --- a/packages/filter/package.json +++ b/packages/filter/package.json @@ -38,6 +38,6 @@ "@loopback/build": "^10.1.4", "@loopback/testlab": "^6.1.4", "@types/node": "^16.18.68", - "typescript": "~5.2.2" + "typescript": "~5.3.3" } }