diff --git a/examples/access-control-migration/package.json b/examples/access-control-migration/package.json index 64cf5cf0da4b..affde98bc76a 100644 --- a/examples/access-control-migration/package.json +++ b/examples/access-control-migration/package.json @@ -71,7 +71,7 @@ "@loopback/eslint-config": "^15.0.4", "@loopback/http-caching-proxy": "^6.0.6", "@loopback/testlab": "^7.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "eslint": "^8.57.0", "lodash": "^4.17.21", diff --git a/examples/lb3-application/package.json b/examples/lb3-application/package.json index 133087c20d0a..5af371cb5293 100644 --- a/examples/lb3-application/package.json +++ b/examples/lb3-application/package.json @@ -66,7 +66,7 @@ "@loopback/build": "^11.0.6", "@loopback/eslint-config": "^15.0.4", "@loopback/testlab": "^7.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "eslint": "^8.57.0", "lodash": "^4.17.21", diff --git a/examples/passport-login/package.json b/examples/passport-login/package.json index c26129100045..a46292db91e6 100644 --- a/examples/passport-login/package.json +++ b/examples/passport-login/package.json @@ -59,7 +59,7 @@ "@loopback/security": "^0.11.6", "@loopback/service-proxy": "^7.0.6", "@types/jsonwebtoken": "9.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/passport": "^1.0.16", "@types/passport-facebook": "^3.0.3", "@types/passport-google-oauth": "^1.0.45", @@ -92,7 +92,7 @@ "@loopback/http-caching-proxy": "^6.0.6", "@loopback/testlab": "^7.0.6", "@types/express": "^4.17.21", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "axios": "^1.7.2", "eslint": "^8.57.0", diff --git a/examples/references-many/package.json b/examples/references-many/package.json index 7b66a97b70db..c58111f0d936 100644 --- a/examples/references-many/package.json +++ b/examples/references-many/package.json @@ -67,7 +67,7 @@ "@loopback/eslint-config": "^15.0.4", "@loopback/http-caching-proxy": "^6.0.6", "@loopback/testlab": "^7.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "eslint": "^8.57.0", "lodash": "^4.17.21", diff --git a/examples/rest-crud/package.json b/examples/rest-crud/package.json index 3e5f6b0f1e8a..38f2eec58351 100644 --- a/examples/rest-crud/package.json +++ b/examples/rest-crud/package.json @@ -64,7 +64,7 @@ "@loopback/eslint-config": "^15.0.4", "@loopback/http-caching-proxy": "^6.0.6", "@loopback/testlab": "^7.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "eslint": "^8.57.0", "lodash": "^4.17.21", diff --git a/examples/todo-jwt/package.json b/examples/todo-jwt/package.json index eec5f90cc6a5..ded237a3e28c 100644 --- a/examples/todo-jwt/package.json +++ b/examples/todo-jwt/package.json @@ -72,7 +72,7 @@ "@loopback/eslint-config": "^15.0.4", "@loopback/http-caching-proxy": "^6.0.6", "@loopback/testlab": "^7.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "eslint": "^8.57.0", "lodash": "^4.17.21", diff --git a/examples/todo-list/package.json b/examples/todo-list/package.json index c6c5bffb2953..7e595e70dd0c 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -67,7 +67,7 @@ "@loopback/eslint-config": "^15.0.4", "@loopback/http-caching-proxy": "^6.0.6", "@loopback/testlab": "^7.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "eslint": "^8.57.0", "lodash": "^4.17.21", diff --git a/examples/todo/package.json b/examples/todo/package.json index af314fc1ae30..cdc982bb4985 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -66,7 +66,7 @@ "@loopback/eslint-config": "^15.0.4", "@loopback/http-caching-proxy": "^6.0.6", "@loopback/testlab": "^7.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/morgan": "^1.9.9", "@types/node": "^16.18.101", "eslint": "^8.57.0", diff --git a/extensions/authentication-jwt/package.json b/extensions/authentication-jwt/package.json index e2c98a3ae86e..2804e21e587c 100644 --- a/extensions/authentication-jwt/package.json +++ b/extensions/authentication-jwt/package.json @@ -60,7 +60,7 @@ "@loopback/service-proxy": "^7.0.6", "@loopback/testlab": "^7.0.6", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "lodash": "^4.17.21", "typescript": "~5.2.2" diff --git a/extensions/authentication-passport/package.json b/extensions/authentication-passport/package.json index 09a14b030ac1..6f9e940f194b 100644 --- a/extensions/authentication-passport/package.json +++ b/extensions/authentication-passport/package.json @@ -60,7 +60,7 @@ "@loopback/rest": "^14.0.6", "@loopback/testlab": "^7.0.6", "@types/jsonwebtoken": "^9.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "@types/passport": "^1.0.16", "@types/passport-http": "^0.3.11", diff --git a/extensions/socketio/package.json b/extensions/socketio/package.json index 1ca999b4ebed..23d3f203be85 100644 --- a/extensions/socketio/package.json +++ b/extensions/socketio/package.json @@ -48,7 +48,7 @@ "dependencies": { "@loopback/http-server": "^6.0.6", "@types/cors": "^2.8.17", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "cors": "^2.8.5", "debug": "^4.3.7", "lodash": "^4.17.21", diff --git a/fixtures/mock-oauth2-provider/package.json b/fixtures/mock-oauth2-provider/package.json index 577b43e742dd..c609ba9c31a4 100644 --- a/fixtures/mock-oauth2-provider/package.json +++ b/fixtures/mock-oauth2-provider/package.json @@ -38,7 +38,7 @@ "@types/body-parser": "^1.19.5", "@types/express": "^4.17.21", "@types/jsonwebtoken": "^9.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "axios": "^1.7.2", "body-parser": "^1.20.3", diff --git a/package-lock.json b/package-lock.json index 25e3685775a6..e6e30fd1b59d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -293,7 +293,7 @@ "@loopback/eslint-config": "^15.0.4", "@loopback/http-caching-proxy": "^6.0.6", "@loopback/testlab": "^7.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "eslint": "^8.57.0", "lodash": "^4.17.21", @@ -586,7 +586,7 @@ "@loopback/build": "^11.0.6", "@loopback/eslint-config": "^15.0.4", "@loopback/testlab": "^7.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "eslint": "^8.57.0", "lodash": "^4.17.21", @@ -719,7 +719,7 @@ "@loopback/security": "^0.11.6", "@loopback/service-proxy": "^7.0.6", "@types/jsonwebtoken": "9.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/passport": "^1.0.16", "@types/passport-facebook": "^3.0.3", "@types/passport-google-oauth": "^1.0.45", @@ -752,7 +752,7 @@ "@loopback/http-caching-proxy": "^6.0.6", "@loopback/testlab": "^7.0.6", "@types/express": "^4.17.21", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "axios": "^1.7.2", "eslint": "^8.57.0", @@ -789,7 +789,7 @@ "@loopback/eslint-config": "^15.0.4", "@loopback/http-caching-proxy": "^6.0.6", "@loopback/testlab": "^7.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "eslint": "^8.57.0", "lodash": "^4.17.21", @@ -825,7 +825,7 @@ "@loopback/eslint-config": "^15.0.4", "@loopback/http-caching-proxy": "^6.0.6", "@loopback/testlab": "^7.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "eslint": "^8.57.0", "lodash": "^4.17.21", @@ -963,7 +963,7 @@ "@loopback/eslint-config": "^15.0.4", "@loopback/http-caching-proxy": "^6.0.6", "@loopback/testlab": "^7.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/morgan": "^1.9.9", "@types/node": "^16.18.101", "eslint": "^8.57.0", @@ -998,7 +998,7 @@ "@loopback/eslint-config": "^15.0.4", "@loopback/http-caching-proxy": "^6.0.6", "@loopback/testlab": "^7.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "eslint": "^8.57.0", "lodash": "^4.17.21", @@ -1034,7 +1034,7 @@ "@loopback/eslint-config": "^15.0.4", "@loopback/http-caching-proxy": "^6.0.6", "@loopback/testlab": "^7.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "eslint": "^8.57.0", "lodash": "^4.17.21", @@ -1181,7 +1181,7 @@ "@loopback/service-proxy": "^7.0.6", "@loopback/testlab": "^7.0.6", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "lodash": "^4.17.21", "typescript": "~5.2.2" @@ -1222,7 +1222,7 @@ "@loopback/rest": "^14.0.6", "@loopback/testlab": "^7.0.6", "@types/jsonwebtoken": "^9.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "@types/passport": "^1.0.16", "@types/passport-http": "^0.3.11", @@ -1551,7 +1551,7 @@ "dependencies": { "@loopback/http-server": "^6.0.6", "@types/cors": "^2.8.17", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "cors": "^2.8.5", "debug": "^4.3.7", "lodash": "^4.17.21", @@ -1621,7 +1621,7 @@ "@types/body-parser": "^1.19.5", "@types/express": "^4.17.21", "@types/jsonwebtoken": "^9.0.6", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "axios": "^1.7.2", "body-parser": "^1.20.3", @@ -9041,9 +9041,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.7", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz", - "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==", + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", + "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==", "license": "MIT" }, "node_modules/@types/long": { @@ -36994,7 +36994,7 @@ "dependencies": { "@loopback/security": "^0.11.6", "@types/express": "^4.17.21", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "lodash": "^4.17.21", "tslib": "^2.6.3" }, @@ -37112,7 +37112,7 @@ "@loopback/rest": "^14.0.6", "@loopback/testlab": "^7.0.6", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "compression": "^1.7.4", "cors": "^2.8.5", @@ -37493,7 +37493,7 @@ "@loopback/eslint-config": "^15.0.4", "@loopback/testlab": "^7.0.6", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101" }, "engines": { @@ -37582,7 +37582,7 @@ "@loopback/testlab": "^7.0.6", "@types/debug": "^4.1.12", "@types/json-merge-patch": "0.0.10", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101" }, "engines": { @@ -37617,7 +37617,7 @@ "@loopback/eslint-config": "^15.0.4", "@loopback/testlab": "^7.0.6", "@types/json-schema": "^7.0.15", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "bson": "5.5.1" }, @@ -37677,7 +37677,7 @@ "@loopback/core": "^6.1.3", "@loopback/repository": "^7.0.6", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "lodash": "^4.17.21" }, @@ -37750,7 +37750,7 @@ "@types/debug": "^4.1.12", "@types/js-yaml": "^4.0.9", "@types/json-schema-compare": "^0.2.4", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/multer": "^1.4.12", "@types/node": "^16.18.101", "@types/on-finished": "^2.3.4", diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 201113b90451..ca9dd3eb02eb 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -45,7 +45,7 @@ "dependencies": { "@loopback/security": "^0.11.6", "@types/express": "^4.17.21", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "lodash": "^4.17.21", "tslib": "^2.6.3" }, diff --git a/packages/booter-lb3app/package.json b/packages/booter-lb3app/package.json index 4c1d31eaf505..101e41187f43 100644 --- a/packages/booter-lb3app/package.json +++ b/packages/booter-lb3app/package.json @@ -59,7 +59,7 @@ "@loopback/rest": "^14.0.6", "@loopback/testlab": "^7.0.6", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "compression": "^1.7.4", "cors": "^2.8.5", diff --git a/packages/metadata/package.json b/packages/metadata/package.json index 0e107623be0b..2dbbb390033f 100644 --- a/packages/metadata/package.json +++ b/packages/metadata/package.json @@ -49,7 +49,7 @@ "@loopback/eslint-config": "^15.0.4", "@loopback/testlab": "^7.0.6", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101" } } diff --git a/packages/openapi-v3/package.json b/packages/openapi-v3/package.json index fafcedb792b4..e61ca4911f4a 100644 --- a/packages/openapi-v3/package.json +++ b/packages/openapi-v3/package.json @@ -59,7 +59,7 @@ "@loopback/testlab": "^7.0.6", "@types/debug": "^4.1.12", "@types/json-merge-patch": "0.0.10", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101" } } diff --git a/packages/repository-tests/package.json b/packages/repository-tests/package.json index ca63b8de15c3..56da4ef4f954 100644 --- a/packages/repository-tests/package.json +++ b/packages/repository-tests/package.json @@ -46,7 +46,7 @@ "@loopback/core": "^6.1.3", "@loopback/repository": "^7.0.6", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "lodash": "^4.17.21" } diff --git a/packages/repository/package.json b/packages/repository/package.json index 4e8ea4bbe9a5..15d5f4fc7b4b 100644 --- a/packages/repository/package.json +++ b/packages/repository/package.json @@ -49,7 +49,7 @@ "@loopback/eslint-config": "^15.0.4", "@loopback/testlab": "^7.0.6", "@types/json-schema": "^7.0.15", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/node": "^16.18.101", "bson": "5.5.1" } diff --git a/packages/rest/package.json b/packages/rest/package.json index 9682552774b3..451c5b4ea047 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -80,7 +80,7 @@ "@types/debug": "^4.1.12", "@types/js-yaml": "^4.0.9", "@types/json-schema-compare": "^0.2.4", - "@types/lodash": "^4.17.7", + "@types/lodash": "^4.17.10", "@types/multer": "^1.4.12", "@types/node": "^16.18.101", "@types/on-finished": "^2.3.4",