diff --git a/acceptance/repository-cloudant/package.json b/acceptance/repository-cloudant/package.json index bb9a08b8a0ed..29ed48ca62c1 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.3", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/bodyparsers/rest-msgpack/package.json b/bodyparsers/rest-msgpack/package.json index 2cd0c538f3cc..8ad57bf65ab9 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.115", "@types/type-is": "^1.6.6", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/access-control-migration/package.json b/examples/access-control-migration/package.json index b9eac0c4e577..afbc1ec09ae9 100644 --- a/examples/access-control-migration/package.json +++ b/examples/access-control-migration/package.json @@ -75,6 +75,6 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/binding-resolution/package.json b/examples/binding-resolution/package.json index 8d16eb873774..0a431830dd87 100644 --- a/examples/binding-resolution/package.json +++ b/examples/binding-resolution/package.json @@ -58,6 +58,6 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/context/package.json b/examples/context/package.json index 7a47bb0678d8..c1221eb9d2b8 100644 --- a/examples/context/package.json +++ b/examples/context/package.json @@ -55,6 +55,6 @@ "@loopback/testlab": "^7.0.6", "@types/node": "^16.18.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/express-composition/package.json b/examples/express-composition/package.json index d873d46f2734..e1e754c3e6d1 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.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/file-transfer/package.json b/examples/file-transfer/package.json index 319820afaa19..5b955b6ec21e 100644 --- a/examples/file-transfer/package.json +++ b/examples/file-transfer/package.json @@ -61,6 +61,6 @@ "@types/multer": "^1.4.12", "@types/node": "^16.18.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/graphql/package.json b/examples/graphql/package.json index c85ea3759c69..a3351610592d 100644 --- a/examples/graphql/package.json +++ b/examples/graphql/package.json @@ -66,6 +66,6 @@ "eslint": "^8.57.0", "rimraf": "^5.0.10", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/greeter-extension/package.json b/examples/greeter-extension/package.json index 504170f92dae..d41f0b61f590 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.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/greeting-app/package.json b/examples/greeting-app/package.json index a16523b35220..ae388f5fcda1 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.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index cbea332b0eba..d829b567d7e6 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -56,6 +56,6 @@ "@loopback/testlab": "^7.0.6", "@types/node": "^16.18.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/lb3-application/package.json b/examples/lb3-application/package.json index c5a50efd0c96..5ca6eb906b28 100644 --- a/examples/lb3-application/package.json +++ b/examples/lb3-application/package.json @@ -71,6 +71,6 @@ "eslint": "^8.57.0", "lodash": "^4.17.21", "should": "^13.2.3", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/log-extension/package.json b/examples/log-extension/package.json index f5606ead26d3..cfedddefa7aa 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.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/metrics-prometheus/package.json b/examples/metrics-prometheus/package.json index 409a4471bb8a..4eeed5b4cce4 100644 --- a/examples/metrics-prometheus/package.json +++ b/examples/metrics-prometheus/package.json @@ -59,6 +59,6 @@ "@loopback/testlab": "^7.0.6", "@types/node": "^16.18.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/multi-tenancy/package.json b/examples/multi-tenancy/package.json index 6931391bedda..a7d6413f0003 100644 --- a/examples/multi-tenancy/package.json +++ b/examples/multi-tenancy/package.json @@ -73,6 +73,6 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/passport-login/package.json b/examples/passport-login/package.json index 3516f2b66c68..ecdc28eb4efe 100644 --- a/examples/passport-login/package.json +++ b/examples/passport-login/package.json @@ -97,6 +97,6 @@ "axios": "^1.7.7", "eslint": "^8.57.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/references-many/package.json b/examples/references-many/package.json index 7aa70fef946e..7823935d8864 100644 --- a/examples/references-many/package.json +++ b/examples/references-many/package.json @@ -71,6 +71,6 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/rest-crud/package.json b/examples/rest-crud/package.json index c44c3acd22ae..847306794caa 100644 --- a/examples/rest-crud/package.json +++ b/examples/rest-crud/package.json @@ -68,6 +68,6 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/rpc-server/package.json b/examples/rpc-server/package.json index 4a3f4e68e3bc..99b496f0965b 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.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/soap-calculator/package.json b/examples/soap-calculator/package.json index c839c103e172..bdea906263b1 100644 --- a/examples/soap-calculator/package.json +++ b/examples/soap-calculator/package.json @@ -63,6 +63,6 @@ "eslint": "^8.57.0", "mocha": "^10.6.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/socketio/package.json b/examples/socketio/package.json index c727e502db30..5ff985e3b07b 100644 --- a/examples/socketio/package.json +++ b/examples/socketio/package.json @@ -69,6 +69,6 @@ "eslint": "^8.57.0", "socket.io-client": "^4.7.5", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/todo-jwt/package.json b/examples/todo-jwt/package.json index b4c496ddd6b0..a878b10bb60f 100644 --- a/examples/todo-jwt/package.json +++ b/examples/todo-jwt/package.json @@ -76,6 +76,6 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/todo-list/package.json b/examples/todo-list/package.json index 934ff0345569..b760af354045 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -71,6 +71,6 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/todo/package.json b/examples/todo/package.json index 2841cfb3a308..03b1c000f073 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -71,6 +71,6 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/validation-app/package.json b/examples/validation-app/package.json index df78ae5294fd..53b2dc6fe470 100644 --- a/examples/validation-app/package.json +++ b/examples/validation-app/package.json @@ -66,6 +66,6 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/examples/webpack/package.json b/examples/webpack/package.json index b32b8d7fa33c..b7156f3bde56 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.11.0", - "typescript": "~5.2.2", + "typescript": "~5.6.3", "util": "^0.12.5", "webpack": "^5.92.1", "webpack-cli": "^5.1.4" diff --git a/extensions/authentication-jwt/package.json b/extensions/authentication-jwt/package.json index eaa43aaa257a..164fb94819bd 100644 --- a/extensions/authentication-jwt/package.json +++ b/extensions/authentication-jwt/package.json @@ -63,6 +63,6 @@ "@types/lodash": "^4.17.12", "@types/node": "^16.18.115", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/extensions/pooling/package.json b/extensions/pooling/package.json index 628feacfcebe..c2bb3dba341d 100644 --- a/extensions/pooling/package.json +++ b/extensions/pooling/package.json @@ -49,6 +49,6 @@ "@loopback/testlab": "^7.0.6", "@types/debug": "^4.1.12", "@types/node": "^16.18.115", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/extensions/sequelize/package.json b/extensions/sequelize/package.json index 77de09822ded..27578bd0fe6d 100644 --- a/extensions/sequelize/package.json +++ b/extensions/sequelize/package.json @@ -60,6 +60,6 @@ "pg": "^8.12.0", "pg-hstore": "^2.3.4", "sqlite3": "5.1.4", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/package-lock.json b/package-lock.json index 606b726e98e9..42844dcbde78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "markdown-table": "^3.0.4", "open-cli": "^8.0.0", "prettier": "^3.3.2", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22", @@ -90,7 +90,7 @@ "loopback-connector-cloudant": "2.5.0", "ms": "2.1.3", "tslib": "^2.6.3", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -195,7 +195,7 @@ "benchmark": "^2.1.4", "byline": "^5.0.0", "debug": "^4.3.7", - "path-to-regexp": "^6.3.0", + "path-to-regexp": "^6.2.2", "tslib": "^2.6.3" }, "devDependencies": { @@ -236,7 +236,7 @@ "@types/msgpack5": "^3.4.6", "@types/node": "^16.18.115", "@types/type-is": "^1.6.6", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -297,7 +297,7 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -329,7 +329,7 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -356,7 +356,7 @@ "@loopback/testlab": "^7.0.6", "@types/node": "^16.18.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -390,7 +390,7 @@ "@types/express": "^4.17.21", "@types/node": "^16.18.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -423,7 +423,7 @@ "@types/multer": "^1.4.12", "@types/node": "^16.18.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -458,7 +458,7 @@ "eslint": "^8.57.0", "rimraf": "^5.0.10", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -488,7 +488,7 @@ "@types/debug": "4.1.12", "@types/node": "^16.18.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -521,7 +521,7 @@ "@types/debug": "4.1.12", "@types/node": "^16.18.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -549,7 +549,7 @@ "@loopback/testlab": "^7.0.6", "@types/node": "^16.18.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -591,7 +591,7 @@ "eslint": "^8.57.0", "lodash": "^4.17.21", "should": "^13.2.3", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -622,7 +622,7 @@ "@types/debug": "^4.1.12", "@types/node": "^16.18.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -652,7 +652,7 @@ "@loopback/testlab": "^7.0.6", "@types/node": "^16.18.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -689,7 +689,7 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -757,7 +757,7 @@ "axios": "^1.7.7", "eslint": "^8.57.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -793,7 +793,7 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -829,7 +829,7 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -858,7 +858,7 @@ "@types/express": "^4.17.21", "@types/node": "^16.18.115", "eslint": "^8.57.0", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -894,7 +894,7 @@ "eslint": "^8.57.0", "mocha": "^10.6.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -930,7 +930,7 @@ "eslint": "^8.57.0", "socket.io-client": "^4.7.5", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -968,7 +968,7 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -1002,7 +1002,7 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -1038,7 +1038,7 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -1079,7 +1079,7 @@ "@types/node": "^16.18.115", "eslint": "^8.57.0", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -1112,7 +1112,7 @@ "events": "^3.3.0", "process": "^0.11.10", "puppeteer": "^21.11.0", - "typescript": "~5.2.2", + "typescript": "~5.6.3", "util": "^0.12.5", "webpack": "^5.92.1", "webpack-cli": "^5.1.4" @@ -1184,7 +1184,7 @@ "@types/lodash": "^4.17.12", "@types/node": "^16.18.115", "lodash": "^4.17.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -1490,7 +1490,7 @@ "@loopback/testlab": "^7.0.6", "@types/debug": "^4.1.12", "@types/node": "^16.18.115", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -1527,7 +1527,7 @@ "pg": "^8.12.0", "pg-hstore": "^2.3.4", "sqlite3": "5.1.4", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -33357,9 +33357,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.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -36866,7 +36867,7 @@ "prettier": "^3.3.2", "rimraf": "^5.0.10", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "bin": { "lb-clean": "bin/run-clean.js", @@ -36924,7 +36925,7 @@ "terminal-link": "^2.1.1", "tildify": "^2.0.0", "ts-morph": "^22.0.0", - "typescript": "~5.2.2", + "typescript": "~5.6.3", "unicode-10.0.0": "^0.7.5", "untildify": "^4.0.0", "update-notifier": "^7.0.0", @@ -37088,7 +37089,7 @@ "@types/on-finished": "^2.3.4", "@types/toposort": "^2.0.7", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -37115,7 +37116,7 @@ "@loopback/build": "^11.0.6", "@loopback/testlab": "^7.0.6", "@types/node": "^16.18.115", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engines": { "node": "18 || 20 || 22" @@ -37445,7 +37446,7 @@ "json-schema-compare": "^0.2.2", "lodash": "^4.17.21", "on-finished": "^2.4.1", - "path-to-regexp": "^6.3.0", + "path-to-regexp": "^6.2.2", "qs": "^6.13.0", "strong-error-handler": "^5.0.12", "tslib": "^2.6.3", diff --git a/package.json b/package.json index 4849ad759613..92df9531fe1b 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "markdown-table": "^3.0.4", "open-cli": "^8.0.0", "prettier": "^3.3.2", - "typescript": "~5.2.2" + "typescript": "~5.6.3" }, "engineStrict": true, "engines": { diff --git a/packages/build/package.json b/packages/build/package.json index 692ae25e6e85..26cd9f8fa858 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -45,6 +45,6 @@ "prettier": "^3.3.2", "rimraf": "^5.0.10", "source-map-support": "^0.5.21", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } } diff --git a/packages/cli/package.json b/packages/cli/package.json index 8145bca81d32..788026c4442b 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": "^22.0.0", - "typescript": "~5.2.2", + "typescript": "~5.6.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 9df42dc0fc12..12d9513bfb2d 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.6.3" } } diff --git a/packages/filter/package.json b/packages/filter/package.json index a8a5d5acec04..32f71d0d4fef 100644 --- a/packages/filter/package.json +++ b/packages/filter/package.json @@ -38,6 +38,6 @@ "@loopback/build": "^11.0.6", "@loopback/testlab": "^7.0.6", "@types/node": "^16.18.115", - "typescript": "~5.2.2" + "typescript": "~5.6.3" } }