From ba5bb0aadbb54b0dc6d4deb8d08b2cf66e9a1050 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 03:05:09 +0000 Subject: [PATCH] chore: update dependency @types/node to ^22.13.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../extension-logging-fluentd/package.json | 2 +- acceptance/repository-cloudant/package.json | 2 +- acceptance/repository-mongodb/package.json | 2 +- acceptance/repository-mysql/package.json | 2 +- acceptance/repository-postgresql/package.json | 2 +- benchmark/package.json | 2 +- bodyparsers/rest-msgpack/package.json | 2 +- .../access-control-migration/package.json | 2 +- examples/binding-resolution/package.json | 2 +- examples/context/package.json | 2 +- examples/express-composition/package.json | 2 +- examples/file-transfer/package.json | 2 +- examples/graphql/package.json | 2 +- examples/greeter-extension/package.json | 2 +- examples/greeting-app/package.json | 2 +- examples/hello-world/package.json | 2 +- examples/lb3-application/package.json | 2 +- examples/log-extension/package.json | 2 +- examples/metrics-prometheus/package.json | 2 +- examples/multi-tenancy/package.json | 2 +- examples/passport-login/package.json | 2 +- examples/references-many/package.json | 2 +- examples/rest-crud/package.json | 2 +- examples/rpc-server/package.json | 2 +- examples/soap-calculator/package.json | 2 +- examples/socketio/package.json | 2 +- examples/todo-jwt/package.json | 2 +- examples/todo-list/package.json | 2 +- examples/todo/package.json | 2 +- examples/validation-app/package.json | 2 +- examples/webpack/package.json | 2 +- extensions/apiconnect/package.json | 2 +- extensions/authentication-jwt/package.json | 2 +- .../authentication-passport/package.json | 2 +- extensions/context-explorer/package.json | 2 +- extensions/cron/package.json | 2 +- extensions/graphql/package.json | 2 +- extensions/health/package.json | 2 +- extensions/logging/package.json | 2 +- extensions/metrics/package.json | 2 +- extensions/pooling/package.json | 2 +- extensions/sequelize/package.json | 2 +- extensions/typeorm/package.json | 2 +- fixtures/mock-oauth2-provider/package.json | 2 +- package-lock.json | 628 ++---------------- packages/authentication/package.json | 2 +- packages/authorization/package.json | 2 +- packages/boot/package.json | 2 +- packages/booter-lb3app/package.json | 2 +- packages/build/package.json | 2 +- packages/cli/package.json | 2 +- packages/context/package.json | 2 +- packages/core/package.json | 2 +- packages/express/package.json | 2 +- packages/filter/package.json | 2 +- packages/http-caching-proxy/package.json | 2 +- packages/http-server/package.json | 2 +- packages/metadata/package.json | 2 +- packages/model-api-builder/package.json | 2 +- packages/openapi-spec-builder/package.json | 2 +- packages/openapi-v3/package.json | 2 +- packages/repository-json-schema/package.json | 2 +- packages/repository-tests/package.json | 2 +- packages/repository/package.json | 2 +- packages/rest-crud/package.json | 2 +- packages/rest-explorer/package.json | 2 +- packages/rest/package.json | 2 +- packages/security/package.json | 2 +- packages/service-proxy/package.json | 2 +- packages/testlab/package.json | 2 +- packages/tsdocs/package.json | 2 +- 71 files changed, 140 insertions(+), 628 deletions(-) diff --git a/acceptance/extension-logging-fluentd/package.json b/acceptance/extension-logging-fluentd/package.json index 43d94d7bdf3c..0a2acb21fc62 100644 --- a/acceptance/extension-logging-fluentd/package.json +++ b/acceptance/extension-logging-fluentd/package.json @@ -36,7 +36,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/logging": "^0.12.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "testcontainers": "^10.18.0", "tslib": "^2.8.1" } diff --git a/acceptance/repository-cloudant/package.json b/acceptance/repository-cloudant/package.json index 595ce1ad3309..6bb5c021af3d 100644 --- a/acceptance/repository-cloudant/package.json +++ b/acceptance/repository-cloudant/package.json @@ -36,7 +36,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/repository": "^7.0.10", "@loopback/repository-tests": "^0.24.10", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "async": "^3.2.6", "chalk": "^4.1.2", "debug": "^4.4.0", diff --git a/acceptance/repository-mongodb/package.json b/acceptance/repository-mongodb/package.json index 382c16d01163..03b7863f6f99 100644 --- a/acceptance/repository-mongodb/package.json +++ b/acceptance/repository-mongodb/package.json @@ -36,7 +36,7 @@ "@loopback/repository": "^7.0.10", "@loopback/repository-tests": "^0.24.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "loopback-connector-mongodb": "^6.3.1", "tslib": "^2.8.1" } diff --git a/acceptance/repository-mysql/package.json b/acceptance/repository-mysql/package.json index c62f753615f3..fc3aea6dbf05 100644 --- a/acceptance/repository-mysql/package.json +++ b/acceptance/repository-mysql/package.json @@ -36,7 +36,7 @@ "@loopback/repository": "^7.0.10", "@loopback/repository-tests": "^0.24.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "loopback-connector-mysql": "^7.0.18", "tslib": "^2.8.1" } diff --git a/acceptance/repository-postgresql/package.json b/acceptance/repository-postgresql/package.json index 0a00f181fe14..5b30c0e7cacd 100644 --- a/acceptance/repository-postgresql/package.json +++ b/acceptance/repository-postgresql/package.json @@ -36,7 +36,7 @@ "@loopback/repository": "^7.0.10", "@loopback/repository-tests": "^0.24.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "loopback-connector-postgresql": "^7.1.9", "tslib": "^2.8.1" } diff --git a/benchmark/package.json b/benchmark/package.json index 0d4eb6a0072f..7958a50e9a5d 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -59,7 +59,7 @@ "@types/autocannon": "^7.12.6", "@types/benchmark": "^2.1.5", "@types/mocha": "^10.0.10", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "mocha": "^11.1.0", "source-map-support": "^0.5.21" } diff --git a/bodyparsers/rest-msgpack/package.json b/bodyparsers/rest-msgpack/package.json index 0ba80f38dc2e..a1530fd51f83 100644 --- a/bodyparsers/rest-msgpack/package.json +++ b/bodyparsers/rest-msgpack/package.json @@ -46,7 +46,7 @@ "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", "@types/msgpack5": "^3.4.6", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/type-is": "^1.6.7", "typescript": "~5.2.2" } diff --git a/examples/access-control-migration/package.json b/examples/access-control-migration/package.json index 2038b2387a29..0033cd534d5d 100644 --- a/examples/access-control-migration/package.json +++ b/examples/access-control-migration/package.json @@ -72,7 +72,7 @@ "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "lodash": "^4.17.21", "typescript": "~5.2.2" diff --git a/examples/binding-resolution/package.json b/examples/binding-resolution/package.json index 931dd1786419..a546d68c762e 100644 --- a/examples/binding-resolution/package.json +++ b/examples/binding-resolution/package.json @@ -55,7 +55,7 @@ "@loopback/build": "^11.0.9", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "source-map-support": "^0.5.21", "typescript": "~5.2.2" diff --git a/examples/context/package.json b/examples/context/package.json index f23e62ab565c..eaba5ba8adee 100644 --- a/examples/context/package.json +++ b/examples/context/package.json @@ -53,7 +53,7 @@ "@loopback/build": "^11.0.9", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" } diff --git a/examples/express-composition/package.json b/examples/express-composition/package.json index 625b2302d2b5..24bad691bdcf 100644 --- a/examples/express-composition/package.json +++ b/examples/express-composition/package.json @@ -61,7 +61,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/express": "^4.17.21", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" } diff --git a/examples/file-transfer/package.json b/examples/file-transfer/package.json index d7455bc5285c..9b678b667b2d 100644 --- a/examples/file-transfer/package.json +++ b/examples/file-transfer/package.json @@ -59,7 +59,7 @@ "@loopback/testlab": "^7.0.9", "@types/express-serve-static-core": "^4.17.37", "@types/multer": "^1.4.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" } diff --git a/examples/graphql/package.json b/examples/graphql/package.json index 29b8ef861148..66c6f4445f25 100644 --- a/examples/graphql/package.json +++ b/examples/graphql/package.json @@ -62,7 +62,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/multer": "^1.4.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "rimraf": "^5.0.10", "source-map-support": "^0.5.21", diff --git a/examples/greeter-extension/package.json b/examples/greeter-extension/package.json index 10bafa1f47c8..4deadc63bb62 100644 --- a/examples/greeter-extension/package.json +++ b/examples/greeter-extension/package.json @@ -57,7 +57,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/debug": "4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" } diff --git a/examples/greeting-app/package.json b/examples/greeting-app/package.json index 6b1bb3a6e1ba..7c6a1ff70097 100644 --- a/examples/greeting-app/package.json +++ b/examples/greeting-app/package.json @@ -61,7 +61,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/debug": "4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" } diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 5a6403415e14..af5a06eec796 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -54,7 +54,7 @@ "@loopback/build": "^11.0.9", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" } diff --git a/examples/lb3-application/package.json b/examples/lb3-application/package.json index c14241b78f14..6fc54af76104 100644 --- a/examples/lb3-application/package.json +++ b/examples/lb3-application/package.json @@ -67,7 +67,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "lodash": "^4.17.21", "should": "^13.2.3", diff --git a/examples/log-extension/package.json b/examples/log-extension/package.json index c97e77d09051..adc37b10519d 100644 --- a/examples/log-extension/package.json +++ b/examples/log-extension/package.json @@ -56,7 +56,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" } diff --git a/examples/metrics-prometheus/package.json b/examples/metrics-prometheus/package.json index 2a63b56e47f0..2717e1733be8 100644 --- a/examples/metrics-prometheus/package.json +++ b/examples/metrics-prometheus/package.json @@ -57,7 +57,7 @@ "@loopback/build": "^11.0.9", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" } diff --git a/examples/multi-tenancy/package.json b/examples/multi-tenancy/package.json index 23626645ab93..ae861283c341 100644 --- a/examples/multi-tenancy/package.json +++ b/examples/multi-tenancy/package.json @@ -70,7 +70,7 @@ "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", "@types/jsonwebtoken": "^9.0.8", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "source-map-support": "^0.5.21", "typescript": "~5.2.2" diff --git a/examples/passport-login/package.json b/examples/passport-login/package.json index 85da902cca4a..d6a9f8f475b4 100644 --- a/examples/passport-login/package.json +++ b/examples/passport-login/package.json @@ -93,7 +93,7 @@ "@loopback/testlab": "^7.0.9", "@types/express": "^4.17.21", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "axios": "^1.7.9", "eslint": "^8.57.1", "lodash": "^4.17.21", diff --git a/examples/references-many/package.json b/examples/references-many/package.json index be36fdbf6d7d..604731fd342f 100644 --- a/examples/references-many/package.json +++ b/examples/references-many/package.json @@ -68,7 +68,7 @@ "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "lodash": "^4.17.21", "typescript": "~5.2.2" diff --git a/examples/rest-crud/package.json b/examples/rest-crud/package.json index 39169a2e7572..be341725a6d1 100644 --- a/examples/rest-crud/package.json +++ b/examples/rest-crud/package.json @@ -65,7 +65,7 @@ "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "lodash": "^4.17.21", "typescript": "~5.2.2" diff --git a/examples/rpc-server/package.json b/examples/rpc-server/package.json index 6e46d84fd7de..f6418555c825 100644 --- a/examples/rpc-server/package.json +++ b/examples/rpc-server/package.json @@ -51,7 +51,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/express": "^4.17.21", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" } diff --git a/examples/soap-calculator/package.json b/examples/soap-calculator/package.json index 1bf812500bf4..4c33e055cc8c 100644 --- a/examples/soap-calculator/package.json +++ b/examples/soap-calculator/package.json @@ -59,7 +59,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/mocha": "^10.0.10", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "mocha": "^11.1.0", "source-map-support": "^0.5.21", diff --git a/examples/socketio/package.json b/examples/socketio/package.json index 004851797678..322b87805a9b 100644 --- a/examples/socketio/package.json +++ b/examples/socketio/package.json @@ -65,7 +65,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "socket.io-client": "^4.8.1", "source-map-support": "^0.5.21", diff --git a/examples/todo-jwt/package.json b/examples/todo-jwt/package.json index 975f398d2dbf..4257fb8f3d1b 100644 --- a/examples/todo-jwt/package.json +++ b/examples/todo-jwt/package.json @@ -73,7 +73,7 @@ "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "lodash": "^4.17.21", "typescript": "~5.2.2" diff --git a/examples/todo-list/package.json b/examples/todo-list/package.json index 935fb0d597a9..f30cadd23973 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -68,7 +68,7 @@ "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "lodash": "^4.17.21", "typescript": "~5.2.2" diff --git a/examples/todo/package.json b/examples/todo/package.json index b49f1b037f28..120a9c970c3e 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -68,7 +68,7 @@ "@loopback/testlab": "^7.0.9", "@types/lodash": "^4.17.15", "@types/morgan": "^1.9.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "lodash": "^4.17.21", "typescript": "~5.2.2" diff --git a/examples/validation-app/package.json b/examples/validation-app/package.json index 2827be527db5..15a7d5918a94 100644 --- a/examples/validation-app/package.json +++ b/examples/validation-app/package.json @@ -63,7 +63,7 @@ "@loopback/build": "^11.0.9", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "source-map-support": "^0.5.21", "typescript": "~5.2.2" diff --git a/examples/webpack/package.json b/examples/webpack/package.json index 3e383419f028..7adb33b188a7 100644 --- a/examples/webpack/package.json +++ b/examples/webpack/package.json @@ -44,7 +44,7 @@ "@loopback/build": "^11.0.9", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/puppeteer": "^7.0.4", "assert": "^2.1.0", "buffer": "^6.0.3", diff --git a/extensions/apiconnect/package.json b/extensions/apiconnect/package.json index f14103f7381d..80a40a9f4ef5 100644 --- a/extensions/apiconnect/package.json +++ b/extensions/apiconnect/package.json @@ -51,6 +51,6 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" } } diff --git a/extensions/authentication-jwt/package.json b/extensions/authentication-jwt/package.json index 6beb4a9b24e0..e47411a065e7 100644 --- a/extensions/authentication-jwt/package.json +++ b/extensions/authentication-jwt/package.json @@ -61,7 +61,7 @@ "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "lodash": "^4.17.21", "typescript": "~5.2.2" } diff --git a/extensions/authentication-passport/package.json b/extensions/authentication-passport/package.json index 2988ba27c72f..af6d11ea19fe 100644 --- a/extensions/authentication-passport/package.json +++ b/extensions/authentication-passport/package.json @@ -61,7 +61,7 @@ "@loopback/testlab": "^7.0.9", "@types/jsonwebtoken": "^9.0.8", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/passport": "^1.0.17", "@types/passport-http": "^0.3.11", "@types/passport-oauth2": "^1.4.17", diff --git a/extensions/context-explorer/package.json b/extensions/context-explorer/package.json index 29f4d5079437..296f13873a8c 100644 --- a/extensions/context-explorer/package.json +++ b/extensions/context-explorer/package.json @@ -52,6 +52,6 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" } } diff --git a/extensions/cron/package.json b/extensions/cron/package.json index 8aced363f56f..b06a70053ab7 100644 --- a/extensions/cron/package.json +++ b/extensions/cron/package.json @@ -51,6 +51,6 @@ "@loopback/core": "^6.1.7", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" } } diff --git a/extensions/graphql/package.json b/extensions/graphql/package.json index dd28e6a98cf7..331a32004a16 100644 --- a/extensions/graphql/package.json +++ b/extensions/graphql/package.json @@ -61,7 +61,7 @@ "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "class-transformer": "^0.5.1" } } diff --git a/extensions/health/package.json b/extensions/health/package.json index 009a24ec51e2..c967ef86f23b 100644 --- a/extensions/health/package.json +++ b/extensions/health/package.json @@ -51,6 +51,6 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" } } diff --git a/extensions/logging/package.json b/extensions/logging/package.json index d731fb957acc..8d6e17fce605 100644 --- a/extensions/logging/package.json +++ b/extensions/logging/package.json @@ -57,6 +57,6 @@ "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", "@types/morgan": "^1.9.9", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" } } diff --git a/extensions/metrics/package.json b/extensions/metrics/package.json index 10c809db8152..d41899ace793 100644 --- a/extensions/metrics/package.json +++ b/extensions/metrics/package.json @@ -53,7 +53,7 @@ "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", "@types/express": "^4.17.21", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "express": "^4.21.2" } } diff --git a/extensions/pooling/package.json b/extensions/pooling/package.json index 4d5d7dba5e65..fd2fdfaa9ad6 100644 --- a/extensions/pooling/package.json +++ b/extensions/pooling/package.json @@ -48,7 +48,7 @@ "@loopback/core": "^6.1.7", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "typescript": "~5.2.2" } } diff --git a/extensions/sequelize/package.json b/extensions/sequelize/package.json index c7b2adb56a9c..965f49a99ef1 100644 --- a/extensions/sequelize/package.json +++ b/extensions/sequelize/package.json @@ -55,7 +55,7 @@ "@loopback/repository": "^7.0.10", "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "oracledb": "^6.7.1", "pg": "^8.13.1", "pg-hstore": "^2.3.4", diff --git a/extensions/typeorm/package.json b/extensions/typeorm/package.json index 766a31773676..717fb57f7158 100644 --- a/extensions/typeorm/package.json +++ b/extensions/typeorm/package.json @@ -52,7 +52,7 @@ "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", "@types/json-schema": "^7.0.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "sqlite3": "^5.1.4" } } diff --git a/fixtures/mock-oauth2-provider/package.json b/fixtures/mock-oauth2-provider/package.json index 05815f816933..142a29aecf19 100644 --- a/fixtures/mock-oauth2-provider/package.json +++ b/fixtures/mock-oauth2-provider/package.json @@ -39,7 +39,7 @@ "@types/express": "^4.17.21", "@types/jsonwebtoken": "^9.0.8", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "axios": "^1.7.9", "body-parser": "^1.20.3", "express": "^4.21.2", diff --git a/package-lock.json b/package-lock.json index 1773b702ff06..57bf3d53e1ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/logging": "^0.12.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "testcontainers": "^10.18.0", "tslib": "^2.8.1" }, @@ -65,13 +65,6 @@ "node": "18 || 20 || 22" } }, - "acceptance/extension-logging-fluentd/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "acceptance/repository-cloudant": { "name": "@loopback/test-repository-cloudant", "version": "6.0.10", @@ -81,7 +74,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/repository": "^7.0.10", "@loopback/repository-tests": "^0.24.10", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "async": "^3.2.6", "chalk": "^4.1.2", "debug": "^4.4.0", @@ -96,13 +89,6 @@ "node": "18 || 20 || 22" } }, - "acceptance/repository-cloudant/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "acceptance/repository-mongodb": { "name": "@loopback/test-repository-mongodb", "version": "0.15.10", @@ -113,7 +99,7 @@ "@loopback/repository": "^7.0.10", "@loopback/repository-tests": "^0.24.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "loopback-connector-mongodb": "^6.3.1", "tslib": "^2.8.1" }, @@ -121,13 +107,6 @@ "node": "18 || 20 || 22" } }, - "acceptance/repository-mongodb/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "acceptance/repository-mysql": { "name": "@loopback/test-repository-mysql", "version": "0.15.10", @@ -138,7 +117,7 @@ "@loopback/repository": "^7.0.10", "@loopback/repository-tests": "^0.24.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "loopback-connector-mysql": "^7.0.18", "tslib": "^2.8.1" }, @@ -146,13 +125,6 @@ "node": "18 || 20 || 22" } }, - "acceptance/repository-mysql/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "acceptance/repository-postgresql": { "name": "@loopback/test-repository-postgresql", "version": "6.0.10", @@ -163,7 +135,7 @@ "@loopback/repository": "^7.0.10", "@loopback/repository-tests": "^0.24.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "loopback-connector-postgresql": "^7.1.9", "tslib": "^2.8.1" }, @@ -171,13 +143,6 @@ "node": "18 || 20 || 22" } }, - "acceptance/repository-postgresql/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "benchmark": { "name": "@loopback/benchmark", "version": "6.0.10", @@ -204,7 +169,7 @@ "@types/autocannon": "^7.12.6", "@types/benchmark": "^2.1.5", "@types/mocha": "^10.0.10", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "mocha": "^11.1.0", "source-map-support": "^0.5.21" }, @@ -212,13 +177,6 @@ "node": "18 || 20 || 22" } }, - "benchmark/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "bodyparsers/rest-msgpack": { "name": "@loopback/rest-msgpack", "version": "0.11.10", @@ -234,7 +192,7 @@ "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", "@types/msgpack5": "^3.4.6", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/type-is": "^1.6.7", "typescript": "~5.2.2" }, @@ -246,13 +204,6 @@ "@loopback/rest": "^14.0.0" } }, - "bodyparsers/rest-msgpack/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "docs": { "name": "@loopback/docs", "version": "7.1.1", @@ -294,7 +245,7 @@ "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "lodash": "^4.17.21", "typescript": "~5.2.2" @@ -303,13 +254,6 @@ "node": "18 || 20 || 22" } }, - "examples/access-control-migration/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/binding-resolution": { "name": "@loopback/example-binding-resolution", "version": "0.11.1", @@ -326,7 +270,7 @@ "@loopback/build": "^11.0.9", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "source-map-support": "^0.5.21", "typescript": "~5.2.2" @@ -335,13 +279,6 @@ "node": "18 || 20 || 22" } }, - "examples/binding-resolution/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/context": { "name": "@loopback/example-context", "version": "7.1.1", @@ -354,7 +291,7 @@ "@loopback/build": "^11.0.9", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" }, @@ -362,13 +299,6 @@ "node": "18 || 20 || 22" } }, - "examples/context/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/express-composition": { "name": "@loopback/example-express-composition", "version": "7.1.1", @@ -388,7 +318,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/express": "^4.17.21", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" }, @@ -396,13 +326,6 @@ "node": "18 || 20 || 22" } }, - "examples/express-composition/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/file-transfer": { "name": "@loopback/example-file-transfer", "version": "6.1.1", @@ -421,7 +344,7 @@ "@loopback/testlab": "^7.0.9", "@types/express-serve-static-core": "^4.17.37", "@types/multer": "^1.4.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" }, @@ -429,13 +352,6 @@ "node": "18 || 20 || 22" } }, - "examples/file-transfer/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/graphql": { "name": "@loopback/example-graphql", "version": "0.11.1", @@ -454,7 +370,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/multer": "^1.4.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "rimraf": "^5.0.10", "source-map-support": "^0.5.21", @@ -464,13 +380,6 @@ "node": "18 || 20 || 22" } }, - "examples/graphql/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/greeter-extension": { "name": "@loopback/example-greeter-extension", "version": "7.1.1", @@ -486,7 +395,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/debug": "4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" }, @@ -494,13 +403,6 @@ "node": "18 || 20 || 22" } }, - "examples/greeter-extension/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/greeting-app": { "name": "@loopback/example-greeting-app", "version": "7.1.1", @@ -519,7 +421,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/debug": "4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" }, @@ -527,13 +429,6 @@ "node": "18 || 20 || 22" } }, - "examples/greeting-app/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/hello-world": { "name": "@loopback/example-hello-world", "version": "7.1.1", @@ -547,7 +442,7 @@ "@loopback/build": "^11.0.9", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" }, @@ -555,13 +450,6 @@ "node": "18 || 20 || 22" } }, - "examples/hello-world/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/lb3-application": { "name": "@loopback/example-lb3-application", "version": "7.1.1", @@ -587,7 +475,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "lodash": "^4.17.21", "should": "^13.2.3", @@ -597,13 +485,6 @@ "node": "18 || 20 || 22" } }, - "examples/lb3-application/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/log-extension": { "name": "@loopback/example-log-extension", "version": "7.1.1", @@ -620,7 +501,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" }, @@ -628,13 +509,6 @@ "node": "18 || 20 || 22" } }, - "examples/log-extension/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/metrics-prometheus": { "name": "@loopback/example-metrics-prometheus", "version": "0.14.1", @@ -650,7 +524,7 @@ "@loopback/build": "^11.0.9", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" }, @@ -658,13 +532,6 @@ "node": "18 || 20 || 22" } }, - "examples/metrics-prometheus/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/multi-tenancy": { "name": "@loopback/example-multi-tenancy", "version": "0.17.1", @@ -686,7 +553,7 @@ "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", "@types/jsonwebtoken": "^9.0.8", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "source-map-support": "^0.5.21", "typescript": "~5.2.2" @@ -695,13 +562,6 @@ "node": "18 || 20 || 22" } }, - "examples/multi-tenancy/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/passport-login": { "name": "@loopback/example-passport-login", "version": "6.1.1", @@ -753,7 +613,7 @@ "@loopback/testlab": "^7.0.9", "@types/express": "^4.17.21", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "axios": "^1.7.9", "eslint": "^8.57.1", "lodash": "^4.17.21", @@ -763,13 +623,6 @@ "node": "18 || 20 || 22" } }, - "examples/passport-login/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/references-many": { "name": "@loopback/example-references-many", "version": "8.1.1", @@ -790,7 +643,7 @@ "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "lodash": "^4.17.21", "typescript": "~5.2.2" @@ -799,13 +652,6 @@ "node": "18 || 20 || 22" } }, - "examples/references-many/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/rest-crud": { "name": "@loopback/example-rest-crud", "version": "6.1.1", @@ -826,7 +672,7 @@ "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "lodash": "^4.17.21", "typescript": "~5.2.2" @@ -835,13 +681,6 @@ "node": "18 || 20 || 22" } }, - "examples/rest-crud/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/rpc-server": { "name": "@loopback/example-rpc-server", "version": "7.1.1", @@ -856,7 +695,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/express": "^4.17.21", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "typescript": "~5.2.2" }, @@ -864,13 +703,6 @@ "node": "18 || 20 || 22" } }, - "examples/rpc-server/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/soap-calculator": { "name": "@loopback/example-soap-calculator", "version": "7.1.1", @@ -890,7 +722,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/mocha": "^10.0.10", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "mocha": "^11.1.0", "source-map-support": "^0.5.21", @@ -900,13 +732,6 @@ "node": "18 || 20 || 22" } }, - "examples/soap-calculator/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/socketio": { "name": "@loopback/example-socketio", "version": "0.10.1", @@ -926,7 +751,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "socket.io-client": "^4.8.1", "source-map-support": "^0.5.21", @@ -936,13 +761,6 @@ "node": "18 || 20 || 22" } }, - "examples/socketio/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/todo": { "name": "@loopback/example-todo", "version": "8.1.1", @@ -965,7 +783,7 @@ "@loopback/testlab": "^7.0.9", "@types/lodash": "^4.17.15", "@types/morgan": "^1.9.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "lodash": "^4.17.21", "typescript": "~5.2.2" @@ -999,7 +817,7 @@ "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "lodash": "^4.17.21", "typescript": "~5.2.2" @@ -1008,13 +826,6 @@ "node": "18 || 20 || 22" } }, - "examples/todo-jwt/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/todo-list": { "name": "@loopback/example-todo-list", "version": "8.1.1", @@ -1035,7 +846,7 @@ "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "lodash": "^4.17.21", "typescript": "~5.2.2" @@ -1044,20 +855,6 @@ "node": "18 || 20 || 22" } }, - "examples/todo-list/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, - "examples/todo/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/validation-app": { "name": "@loopback/example-validation-app", "version": "6.1.1", @@ -1076,7 +873,7 @@ "@loopback/build": "^11.0.9", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "eslint": "^8.57.1", "source-map-support": "^0.5.21", "typescript": "~5.2.2" @@ -1085,13 +882,6 @@ "node": "18 || 20 || 22" } }, - "examples/validation-app/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "examples/webpack": { "name": "@loopback/example-webpack", "version": "0.12.1", @@ -1104,7 +894,7 @@ "@loopback/build": "^11.0.9", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/puppeteer": "^7.0.4", "assert": "^2.1.0", "buffer": "^6.0.3", @@ -1121,13 +911,6 @@ "node": "18 || 20 || 22" } }, - "examples/webpack/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "extensions/apiconnect": { "name": "@loopback/apiconnect", "version": "0.13.10", @@ -1141,7 +924,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" }, "engines": { "node": "18 || 20 || 22" @@ -1151,13 +934,6 @@ "@loopback/rest": "^14.0.0" } }, - "extensions/apiconnect/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "extensions/authentication-jwt": { "name": "@loopback/authentication-jwt", "version": "0.15.10", @@ -1182,7 +958,7 @@ "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "lodash": "^4.17.21", "typescript": "~5.2.2" }, @@ -1195,13 +971,6 @@ "@loopback/rest": "^14.0.0" } }, - "extensions/authentication-jwt/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "extensions/authentication-passport": { "name": "@loopback/authentication-passport", "version": "7.0.10", @@ -1223,7 +992,7 @@ "@loopback/testlab": "^7.0.9", "@types/jsonwebtoken": "^9.0.8", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/passport": "^1.0.17", "@types/passport-http": "^0.3.11", "@types/passport-oauth2": "^1.4.17", @@ -1248,13 +1017,6 @@ "@loopback/rest": "^14.0.0" } }, - "extensions/authentication-passport/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "extensions/authentication-passport/node_modules/passport": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/passport/-/passport-0.6.0.tgz", @@ -1286,7 +1048,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" }, "engines": { "node": "18 || 20 || 22" @@ -1296,13 +1058,6 @@ "@loopback/rest": "^14.0.0" } }, - "extensions/context-explorer/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "extensions/cron": { "name": "@loopback/cron", "version": "0.12.10", @@ -1319,7 +1074,7 @@ "@loopback/core": "^6.1.7", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" }, "engines": { "node": "18 || 20 || 22" @@ -1328,13 +1083,6 @@ "@loopback/core": "^6.0.0" } }, - "extensions/cron/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "extensions/graphql": { "name": "@loopback/graphql", "version": "0.11.10", @@ -1358,7 +1106,7 @@ "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "class-transformer": "^0.5.1" }, "engines": { @@ -1369,13 +1117,6 @@ "@loopback/core": "^6.0.0" } }, - "extensions/graphql/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "extensions/health": { "name": "@loopback/health", "version": "0.14.10", @@ -1390,7 +1131,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" }, "engines": { "node": "18 || 20 || 22" @@ -1400,13 +1141,6 @@ "@loopback/rest": "^14.0.0" } }, - "extensions/health/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "extensions/logging": { "name": "@loopback/logging", "version": "0.12.10", @@ -1425,7 +1159,7 @@ "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", "@types/morgan": "^1.9.9", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" }, "engines": { "node": "18 || 20 || 22" @@ -1435,13 +1169,6 @@ "@loopback/rest": "^14.0.0" } }, - "extensions/logging/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "extensions/metrics": { "name": "@loopback/metrics", "version": "0.14.10", @@ -1457,7 +1184,7 @@ "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", "@types/express": "^4.17.21", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "express": "^4.21.2" }, "engines": { @@ -1468,13 +1195,6 @@ "@loopback/rest": "^14.0.0" } }, - "extensions/metrics/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "extensions/pooling": { "name": "@loopback/pooling", "version": "0.11.10", @@ -1489,7 +1209,7 @@ "@loopback/core": "^6.1.7", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "typescript": "~5.2.2" }, "engines": { @@ -1499,13 +1219,6 @@ "@loopback/core": "^6.0.0" } }, - "extensions/pooling/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "extensions/sequelize": { "name": "@loopback/sequelize", "version": "0.6.10", @@ -1522,7 +1235,7 @@ "@loopback/repository": "^7.0.10", "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "oracledb": "^6.7.1", "pg": "^8.13.1", "pg-hstore": "^2.3.4", @@ -1537,13 +1250,6 @@ "@loopback/repository": "^7.0.0" } }, - "extensions/sequelize/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "extensions/socketio": { "name": "@loopback/socketio", "version": "0.8.10", @@ -1594,7 +1300,7 @@ "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", "@types/json-schema": "^7.0.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "sqlite3": "^5.1.4" }, "engines": { @@ -1606,13 +1312,6 @@ "@loopback/rest": "^14.0.0" } }, - "extensions/typeorm/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "fixtures/mock-oauth2-provider": { "name": "@loopback/mock-oauth2-provider", "version": "0.9.10", @@ -1622,7 +1321,7 @@ "@types/express": "^4.17.21", "@types/jsonwebtoken": "^9.0.8", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "axios": "^1.7.9", "body-parser": "^1.20.3", "express": "^4.21.2", @@ -1640,12 +1339,6 @@ "node": "18 || 20 || 22" } }, - "fixtures/mock-oauth2-provider/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "license": "MIT" - }, "fixtures/tsdocs-monorepo": { "name": "@loopback/tsdocs-monorepo", "version": "0.5.9", @@ -36793,7 +36486,7 @@ "@loopback/openapi-spec-builder": "^7.0.9", "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "jsonwebtoken": "^9.0.2" }, "engines": { @@ -36804,13 +36497,6 @@ "@loopback/rest": "^14.0.0" } }, - "packages/authentication/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/authorization": { "name": "@loopback/authorization", "version": "0.15.10", @@ -36825,7 +36511,7 @@ "@loopback/core": "^6.1.7", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "casbin": "^5.38.0" }, "engines": { @@ -36835,13 +36521,6 @@ "@loopback/core": "^6.0.0" } }, - "packages/authorization/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/boot": { "name": "@loopback/boot", "version": "7.0.10", @@ -36863,7 +36542,7 @@ "@loopback/rest": "^14.0.10", "@loopback/rest-crud": "^0.18.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" }, "engines": { "node": "18 || 20 || 22" @@ -36872,13 +36551,6 @@ "@loopback/core": "^6.0.0" } }, - "packages/boot/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/boot/node_modules/glob": { "version": "11.0.1", "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.1.tgz", @@ -36979,7 +36651,7 @@ "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "compression": "^1.8.0", "cors": "^2.8.5", "helmet": "^4.6.0", @@ -36994,13 +36666,6 @@ "@loopback/rest": "^14.0.0" } }, - "packages/booter-lb3app/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/build": { "name": "@loopback/build", "version": "11.0.9", @@ -37008,7 +36673,7 @@ "dependencies": { "@loopback/eslint-config": "^15.0.5", "@types/mocha": "^10.0.10", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "cross-spawn": "^7.0.6", "debug": "^4.4.0", "eslint": "^8.57.1", @@ -37035,12 +36700,6 @@ "node": "18 || 20 || 22" } }, - "packages/build/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "license": "MIT" - }, "packages/build/node_modules/glob": { "version": "11.0.1", "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.1.tgz", @@ -37177,7 +36836,7 @@ "@types/ejs": "^3.1.5", "@types/fs-extra": "^11.0.4", "@types/minimatch": "^5.1.2", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/yeoman-environment": "^2.10.11", "@types/yeoman-generator": "^5.2.14", "loopback": "^3.28.0", @@ -37429,13 +37088,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "packages/cli/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/cli/node_modules/abbrev": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", @@ -38212,7 +37864,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/bluebird": "^3.5.42", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/uuid": "^10.0.0", "bluebird": "^3.7.2" }, @@ -38220,13 +37872,6 @@ "node": "18 || 20 || 22" } }, - "packages/context/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/context/node_modules/uuid": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", @@ -38254,19 +37899,12 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" }, "engines": { "node": "18 || 20 || 22" } }, - "packages/core/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/eslint-config": { "name": "@loopback/eslint-config", "version": "15.0.5", @@ -38308,7 +37946,7 @@ "@loopback/core": "^6.1.7", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/on-finished": "^2.3.4", "@types/toposort": "^2.0.7", "source-map-support": "^0.5.21", @@ -38321,13 +37959,6 @@ "@loopback/core": "^6.0.0" } }, - "packages/express/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/filter": { "name": "@loopback/filter", "version": "5.0.9", @@ -38338,20 +37969,13 @@ "devDependencies": { "@loopback/build": "^11.0.9", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "typescript": "~5.2.2" }, "engines": { "node": "18 || 20 || 22" } }, - "packages/filter/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/http-caching-proxy": { "name": "@loopback/http-caching-proxy", "version": "6.0.10", @@ -38368,7 +37992,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/rimraf": "^3.0.2", "@types/tunnel": "0.0.7", "delay": "^5.0.0", @@ -38390,13 +38014,6 @@ "node": "^18.17.0 || >=20.5.0" } }, - "packages/http-caching-proxy/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/http-caching-proxy/node_modules/cacache": { "version": "19.0.1", "resolved": "https://registry.npmjs.org/cacache/-/cacache-19.0.1.tgz", @@ -38543,20 +38160,13 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/stoppable": "^1.1.3" }, "engines": { "node": "18 || 20 || 22" } }, - "packages/http-server/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/metadata": { "name": "@loopback/metadata", "version": "7.0.10", @@ -38573,19 +38183,12 @@ "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" }, "engines": { "node": "18 || 20 || 22" } }, - "packages/metadata/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/model-api-builder": { "name": "@loopback/model-api-builder", "version": "6.0.10", @@ -38597,7 +38200,7 @@ "@loopback/build": "^11.0.9", "@loopback/core": "^6.1.7", "@loopback/repository": "^7.0.10", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" }, "engines": { "node": "18 || 20 || 22" @@ -38607,13 +38210,6 @@ "@loopback/repository": "^7.0.0" } }, - "packages/model-api-builder/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/openapi-spec-builder": { "name": "@loopback/openapi-spec-builder", "version": "7.0.9", @@ -38626,19 +38222,12 @@ "@loopback/build": "^11.0.9", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" }, "engines": { "node": "18 || 20 || 22" } }, - "packages/openapi-spec-builder/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/openapi-v3": { "name": "@loopback/openapi-v3", "version": "10.0.10", @@ -38662,7 +38251,7 @@ "@types/debug": "^4.1.12", "@types/json-merge-patch": "1.0.0", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" }, "engines": { "node": "18 || 20 || 22" @@ -38671,13 +38260,6 @@ "@loopback/core": "^6.0.0" } }, - "packages/openapi-v3/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/repository": { "name": "@loopback/repository", "version": "7.0.10", @@ -38697,7 +38279,7 @@ "@loopback/testlab": "^7.0.9", "@types/json-schema": "^7.0.15", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "bson": "5.5.1" }, "engines": { @@ -38723,7 +38305,7 @@ "@loopback/repository": "^7.0.10", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "ajv-formats": "^3.0.1" }, "engines": { @@ -38734,13 +38316,6 @@ "@loopback/repository": "^7.0.0" } }, - "packages/repository-json-schema/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/repository-tests": { "name": "@loopback/repository-tests", "version": "0.24.10", @@ -38757,7 +38332,7 @@ "@loopback/repository": "^7.0.10", "@types/debug": "^4.1.12", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "lodash": "^4.17.21" }, "engines": { @@ -38768,20 +38343,6 @@ "@loopback/repository": "^7.0.0" } }, - "packages/repository-tests/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, - "packages/repository/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/rest": { "name": "@loopback/rest", "version": "14.0.10", @@ -38831,7 +38392,7 @@ "@types/json-schema-compare": "^0.2.4", "@types/lodash": "^4.17.15", "@types/multer": "^1.4.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/on-finished": "^2.3.4", "@types/qs": "^6.9.18", "multer": "^1.4.4" @@ -38859,7 +38420,7 @@ "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" }, "engines": { "node": "18 || 20 || 22" @@ -38870,13 +38431,6 @@ "@loopback/rest": "^14.0.0" } }, - "packages/rest-crud/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/rest-explorer": { "name": "@loopback/rest-explorer", "version": "7.0.10", @@ -38894,7 +38448,7 @@ "@loopback/testlab": "^7.0.9", "@types/ejs": "^3.1.5", "@types/express": "^4.17.21", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "express": "^4.21.2" }, "engines": { @@ -38905,20 +38459,6 @@ "@loopback/rest": "^14.0.0" } }, - "packages/rest-explorer/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, - "packages/rest/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/security": { "name": "@loopback/security", "version": "0.11.10", @@ -38932,7 +38472,7 @@ "@loopback/core": "^6.1.7", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" }, "engines": { "node": "18 || 20 || 22" @@ -38941,13 +38481,6 @@ "@loopback/core": "^6.0.0" } }, - "packages/security/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/service-proxy": { "name": "@loopback/service-proxy", "version": "7.0.10", @@ -38961,7 +38494,7 @@ "@loopback/core": "^6.1.7", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" }, "engines": { "node": "18 || 20 || 22" @@ -38970,13 +38503,6 @@ "@loopback/core": "^6.0.0" } }, - "packages/service-proxy/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/testlab": { "name": "@loopback/testlab", "version": "7.0.9", @@ -38999,19 +38525,12 @@ "devDependencies": { "@loopback/build": "^11.0.9", "@loopback/eslint-config": "^15.0.5", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" }, "engines": { "node": "18 || 20 || 22" } }, - "packages/testlab/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "packages/tsdocs": { "name": "@loopback/tsdocs", "version": "6.0.10", @@ -39038,7 +38557,7 @@ "@loopback/tsdocs-monorepo": "^0.5.9", "@types/debug": "^4.1.12", "@types/fs-extra": "^11.0.4", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/npmcli__map-workspaces": "^3.0.4", "@types/npmcli__package-json": "^4.0.4" }, @@ -39046,13 +38565,6 @@ "node": "18 || 20 || 22" } }, - "packages/tsdocs/node_modules/@types/node": { - "version": "16.18.126", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.126.tgz", - "integrity": "sha512-OTcgaiwfGFBKacvfwuHzzn1KLxH/er8mluiy8/uM3sGXHaRe73RrSIj01jow9t4kJEW633Ov+cOexXeiApTyAw==", - "dev": true, - "license": "MIT" - }, "sandbox/example": { "name": "@loopback/sandbox-example", "version": "6.0.1", diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 52c05f426dfa..d3034ae1322a 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -56,7 +56,7 @@ "@loopback/openapi-spec-builder": "^7.0.9", "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "jsonwebtoken": "^9.0.2" } } diff --git a/packages/authorization/package.json b/packages/authorization/package.json index ed2e3348bb5e..60b1e4cac999 100644 --- a/packages/authorization/package.json +++ b/packages/authorization/package.json @@ -52,7 +52,7 @@ "@loopback/core": "^6.1.7", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "casbin": "^5.38.0" } } diff --git a/packages/boot/package.json b/packages/boot/package.json index 45d5219ba5c6..e0fe8c40613a 100644 --- a/packages/boot/package.json +++ b/packages/boot/package.json @@ -54,6 +54,6 @@ "@loopback/rest": "^14.0.10", "@loopback/rest-crud": "^0.18.10", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" } } diff --git a/packages/booter-lb3app/package.json b/packages/booter-lb3app/package.json index 22d339852749..879157eb7a73 100644 --- a/packages/booter-lb3app/package.json +++ b/packages/booter-lb3app/package.json @@ -60,7 +60,7 @@ "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "compression": "^1.8.0", "cors": "^2.8.5", "helmet": "^4.6.0", diff --git a/packages/build/package.json b/packages/build/package.json index fe695c1fe4ac..e7e04cd92537 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -33,7 +33,7 @@ "dependencies": { "@loopback/eslint-config": "^15.0.5", "@types/mocha": "^10.0.10", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "cross-spawn": "^7.0.6", "debug": "^4.4.0", "eslint": "^8.57.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index be462344e51f..33ac8418f816 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -89,7 +89,7 @@ "@types/ejs": "^3.1.5", "@types/fs-extra": "^11.0.4", "@types/minimatch": "^5.1.2", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/yeoman-environment": "^2.10.11", "@types/yeoman-generator": "^5.2.14", "loopback": "^3.28.0", diff --git a/packages/context/package.json b/packages/context/package.json index 9f2d71c88e01..edbded06fa08 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -56,7 +56,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/bluebird": "^3.5.42", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/uuid": "^10.0.0", "bluebird": "^3.7.2" } diff --git a/packages/core/package.json b/packages/core/package.json index bcefb57d6f64..ff94fa533cd1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -44,6 +44,6 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" } } diff --git a/packages/express/package.json b/packages/express/package.json index 183f57751ed5..6179909da7a3 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -58,7 +58,7 @@ "@loopback/core": "^6.1.7", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/on-finished": "^2.3.4", "@types/toposort": "^2.0.7", "source-map-support": "^0.5.21", diff --git a/packages/filter/package.json b/packages/filter/package.json index c56f6a44fa69..5cdcd22f5c94 100644 --- a/packages/filter/package.json +++ b/packages/filter/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@loopback/build": "^11.0.9", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "typescript": "~5.2.2" } } diff --git a/packages/http-caching-proxy/package.json b/packages/http-caching-proxy/package.json index 26dc8d710a71..b230d3ae08b5 100644 --- a/packages/http-caching-proxy/package.json +++ b/packages/http-caching-proxy/package.json @@ -50,7 +50,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/rimraf": "^3.0.2", "@types/tunnel": "0.0.7", "delay": "^5.0.0", diff --git a/packages/http-server/package.json b/packages/http-server/package.json index ec804f6944d7..8b89611f2628 100644 --- a/packages/http-server/package.json +++ b/packages/http-server/package.json @@ -42,7 +42,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/stoppable": "^1.1.3" } } diff --git a/packages/metadata/package.json b/packages/metadata/package.json index 77c0adcc9880..46e7aecd9585 100644 --- a/packages/metadata/package.json +++ b/packages/metadata/package.json @@ -50,6 +50,6 @@ "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" } } diff --git a/packages/model-api-builder/package.json b/packages/model-api-builder/package.json index b4fa541216a9..3d955c8af294 100644 --- a/packages/model-api-builder/package.json +++ b/packages/model-api-builder/package.json @@ -42,6 +42,6 @@ "@loopback/build": "^11.0.9", "@loopback/core": "^6.1.7", "@loopback/repository": "^7.0.10", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" } } diff --git a/packages/openapi-spec-builder/package.json b/packages/openapi-spec-builder/package.json index 9bc3575668bd..85d1552476ad 100644 --- a/packages/openapi-spec-builder/package.json +++ b/packages/openapi-spec-builder/package.json @@ -46,6 +46,6 @@ "@loopback/build": "^11.0.9", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" } } diff --git a/packages/openapi-v3/package.json b/packages/openapi-v3/package.json index d16840c28664..5bf467aac998 100644 --- a/packages/openapi-v3/package.json +++ b/packages/openapi-v3/package.json @@ -60,6 +60,6 @@ "@types/debug": "^4.1.12", "@types/json-merge-patch": "1.0.0", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" } } diff --git a/packages/repository-json-schema/package.json b/packages/repository-json-schema/package.json index 69e8765c51a4..f3cfd522fec1 100644 --- a/packages/repository-json-schema/package.json +++ b/packages/repository-json-schema/package.json @@ -52,7 +52,7 @@ "@loopback/repository": "^7.0.10", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "ajv-formats": "^3.0.1" } } diff --git a/packages/repository-tests/package.json b/packages/repository-tests/package.json index e12ccc8304a8..70d826b26390 100644 --- a/packages/repository-tests/package.json +++ b/packages/repository-tests/package.json @@ -47,7 +47,7 @@ "@loopback/repository": "^7.0.10", "@types/debug": "^4.1.12", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "lodash": "^4.17.21" } } diff --git a/packages/repository/package.json b/packages/repository/package.json index 37ded841c13a..bae00048ca10 100644 --- a/packages/repository/package.json +++ b/packages/repository/package.json @@ -50,7 +50,7 @@ "@loopback/testlab": "^7.0.9", "@types/json-schema": "^7.0.15", "@types/lodash": "^4.17.15", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "bson": "5.5.1" } } diff --git a/packages/rest-crud/package.json b/packages/rest-crud/package.json index 0c97c72063fe..82ed53416407 100644 --- a/packages/rest-crud/package.json +++ b/packages/rest-crud/package.json @@ -48,6 +48,6 @@ "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" } } diff --git a/packages/rest-explorer/package.json b/packages/rest-explorer/package.json index 7b9df8fe0836..6f559bffad14 100644 --- a/packages/rest-explorer/package.json +++ b/packages/rest-explorer/package.json @@ -54,7 +54,7 @@ "@loopback/testlab": "^7.0.9", "@types/ejs": "^3.1.5", "@types/express": "^4.17.21", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "express": "^4.21.2" } } diff --git a/packages/rest/package.json b/packages/rest/package.json index d720e7cd5b24..932defc13d0a 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -82,7 +82,7 @@ "@types/json-schema-compare": "^0.2.4", "@types/lodash": "^4.17.15", "@types/multer": "^1.4.12", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/on-finished": "^2.3.4", "@types/qs": "^6.9.18", "multer": "^1.4.4" diff --git a/packages/security/package.json b/packages/security/package.json index e6a387c0ccad..71f5f7149fbd 100644 --- a/packages/security/package.json +++ b/packages/security/package.json @@ -50,6 +50,6 @@ "@loopback/core": "^6.1.7", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" } } diff --git a/packages/service-proxy/package.json b/packages/service-proxy/package.json index cf71f16f6c13..9f8cf3d30db1 100644 --- a/packages/service-proxy/package.json +++ b/packages/service-proxy/package.json @@ -46,6 +46,6 @@ "@loopback/core": "^6.1.7", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" } } diff --git a/packages/testlab/package.json b/packages/testlab/package.json index d1f2022e6592..a800a8063871 100644 --- a/packages/testlab/package.json +++ b/packages/testlab/package.json @@ -51,6 +51,6 @@ "devDependencies": { "@loopback/build": "^11.0.9", "@loopback/eslint-config": "^15.0.5", - "@types/node": "^16.18.126" + "@types/node": "^22.13.1" } } diff --git a/packages/tsdocs/package.json b/packages/tsdocs/package.json index 4eba7346ba55..e5e67c388836 100644 --- a/packages/tsdocs/package.json +++ b/packages/tsdocs/package.json @@ -64,7 +64,7 @@ "@loopback/tsdocs-monorepo": "^0.5.9", "@types/debug": "^4.1.12", "@types/fs-extra": "^11.0.4", - "@types/node": "^16.18.126", + "@types/node": "^22.13.1", "@types/npmcli__map-workspaces": "^3.0.4", "@types/npmcli__package-json": "^4.0.4" }