diff --git a/examples/access-control-migration/package.json b/examples/access-control-migration/package.json index c029fbeff714..9e8982c34cd9 100644 --- a/examples/access-control-migration/package.json +++ b/examples/access-control-migration/package.json @@ -71,7 +71,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "eslint": "^8.57.1", "lodash": "^4.17.21", diff --git a/examples/lb3-application/package.json b/examples/lb3-application/package.json index 9212c8c1d653..ea687dfb450c 100644 --- a/examples/lb3-application/package.json +++ b/examples/lb3-application/package.json @@ -66,7 +66,7 @@ "@loopback/build": "^11.0.9", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "eslint": "^8.57.1", "lodash": "^4.17.21", diff --git a/examples/passport-login/package.json b/examples/passport-login/package.json index db1bba703df3..2349bfce384e 100644 --- a/examples/passport-login/package.json +++ b/examples/passport-login/package.json @@ -59,7 +59,7 @@ "@loopback/security": "^0.11.10", "@loopback/service-proxy": "^7.0.10", "@types/jsonwebtoken": "9.0.8", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/passport": "^1.0.17", "@types/passport-facebook": "^3.0.3", "@types/passport-google-oauth": "^1.0.45", @@ -92,7 +92,7 @@ "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", "@types/express": "^4.17.21", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "axios": "^1.7.9", "eslint": "^8.57.1", diff --git a/examples/references-many/package.json b/examples/references-many/package.json index b3c1eb767576..c7d27da90cb8 100644 --- a/examples/references-many/package.json +++ b/examples/references-many/package.json @@ -67,7 +67,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "eslint": "^8.57.1", "lodash": "^4.17.21", diff --git a/examples/rest-crud/package.json b/examples/rest-crud/package.json index 104334077547..7012dd1b86d4 100644 --- a/examples/rest-crud/package.json +++ b/examples/rest-crud/package.json @@ -64,7 +64,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "eslint": "^8.57.1", "lodash": "^4.17.21", diff --git a/examples/todo-jwt/package.json b/examples/todo-jwt/package.json index be112133937c..c2e8bf7874f3 100644 --- a/examples/todo-jwt/package.json +++ b/examples/todo-jwt/package.json @@ -72,7 +72,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "eslint": "^8.57.1", "lodash": "^4.17.21", diff --git a/examples/todo-list/package.json b/examples/todo-list/package.json index 191a589f60ab..e922f90464a8 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -67,7 +67,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "eslint": "^8.57.1", "lodash": "^4.17.21", diff --git a/examples/todo/package.json b/examples/todo/package.json index d18fbb90332f..52066b309e65 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -66,7 +66,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/morgan": "^1.9.9", "@types/node": "^16.18.123", "eslint": "^8.57.1", diff --git a/extensions/authentication-jwt/package.json b/extensions/authentication-jwt/package.json index a1c9db4bd91b..ba0d6b38bb8a 100644 --- a/extensions/authentication-jwt/package.json +++ b/extensions/authentication-jwt/package.json @@ -60,7 +60,7 @@ "@loopback/service-proxy": "^7.0.10", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "lodash": "^4.17.21", "typescript": "~5.2.2" diff --git a/extensions/authentication-passport/package.json b/extensions/authentication-passport/package.json index 9ec18ecd5a3d..a9dc33be31e0 100644 --- a/extensions/authentication-passport/package.json +++ b/extensions/authentication-passport/package.json @@ -60,7 +60,7 @@ "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", "@types/jsonwebtoken": "^9.0.8", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "@types/passport": "^1.0.17", "@types/passport-http": "^0.3.11", diff --git a/extensions/socketio/package.json b/extensions/socketio/package.json index 708e4a2974f9..f3ff1f8023da 100644 --- a/extensions/socketio/package.json +++ b/extensions/socketio/package.json @@ -48,7 +48,7 @@ "dependencies": { "@loopback/http-server": "^6.0.10", "@types/cors": "^2.8.17", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "cors": "^2.8.5", "debug": "^4.4.0", "lodash": "^4.17.21", diff --git a/fixtures/mock-oauth2-provider/package.json b/fixtures/mock-oauth2-provider/package.json index 54a046ec4fd1..788dddadb8cc 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.8", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "axios": "^1.7.9", "body-parser": "^1.20.3", diff --git a/package-lock.json b/package-lock.json index 327e538cf98e..a90ce4bac8b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -293,7 +293,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "eslint": "^8.57.1", "lodash": "^4.17.21", @@ -586,7 +586,7 @@ "@loopback/build": "^11.0.9", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "eslint": "^8.57.1", "lodash": "^4.17.21", @@ -719,7 +719,7 @@ "@loopback/security": "^0.11.10", "@loopback/service-proxy": "^7.0.10", "@types/jsonwebtoken": "9.0.8", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/passport": "^1.0.17", "@types/passport-facebook": "^3.0.3", "@types/passport-google-oauth": "^1.0.45", @@ -752,7 +752,7 @@ "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", "@types/express": "^4.17.21", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "axios": "^1.7.9", "eslint": "^8.57.1", @@ -789,7 +789,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "eslint": "^8.57.1", "lodash": "^4.17.21", @@ -825,7 +825,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "eslint": "^8.57.1", "lodash": "^4.17.21", @@ -963,7 +963,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/morgan": "^1.9.9", "@types/node": "^16.18.123", "eslint": "^8.57.1", @@ -998,7 +998,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "eslint": "^8.57.1", "lodash": "^4.17.21", @@ -1034,7 +1034,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/http-caching-proxy": "^6.0.10", "@loopback/testlab": "^7.0.9", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "eslint": "^8.57.1", "lodash": "^4.17.21", @@ -1181,7 +1181,7 @@ "@loopback/service-proxy": "^7.0.10", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "lodash": "^4.17.21", "typescript": "~5.2.2" @@ -1222,7 +1222,7 @@ "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", "@types/jsonwebtoken": "^9.0.8", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "@types/passport": "^1.0.17", "@types/passport-http": "^0.3.11", @@ -1551,7 +1551,7 @@ "dependencies": { "@loopback/http-server": "^6.0.10", "@types/cors": "^2.8.17", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "cors": "^2.8.5", "debug": "^4.4.0", "lodash": "^4.17.21", @@ -1621,7 +1621,7 @@ "@types/body-parser": "^1.19.5", "@types/express": "^4.17.21", "@types/jsonwebtoken": "^9.0.8", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "axios": "^1.7.9", "body-parser": "^1.20.3", @@ -8918,9 +8918,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.14.tgz", - "integrity": "sha512-jsxagdikDiDBeIRaPYtArcT8my4tN1og7MtMRquFT3XNA6axxyHDRUemqDz/taRDdOUn0GnGHRCuff4q48sW9A==", + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-w/P33JFeySuhN6JLkysYUK2gEmy9kHHFN7E8ro0tkfmlDOgxBDzWEZ/J8cWA+fHqFevpswDTFZnDx+R9lbL6xw==", "license": "MIT" }, "node_modules/@types/long": { @@ -36872,7 +36872,7 @@ "dependencies": { "@loopback/security": "^0.11.10", "@types/express": "^4.17.21", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "lodash": "^4.17.21", "tslib": "^2.8.1" }, @@ -37068,7 +37068,7 @@ "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "compression": "^1.7.5", "cors": "^2.8.5", @@ -38662,7 +38662,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123" }, "engines": { @@ -38751,7 +38751,7 @@ "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", "@types/json-merge-patch": "1.0.0", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123" }, "engines": { @@ -38786,7 +38786,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/json-schema": "^7.0.15", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "bson": "5.5.1" }, @@ -38846,7 +38846,7 @@ "@loopback/core": "^6.1.7", "@loopback/repository": "^7.0.10", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "lodash": "^4.17.21" }, @@ -38919,7 +38919,7 @@ "@types/debug": "^4.1.12", "@types/js-yaml": "^4.0.9", "@types/json-schema-compare": "^0.2.4", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/multer": "^1.4.12", "@types/node": "^16.18.123", "@types/on-finished": "^2.3.4", diff --git a/packages/authentication/package.json b/packages/authentication/package.json index d93bebe6bc63..febd3bddc59e 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -45,7 +45,7 @@ "dependencies": { "@loopback/security": "^0.11.10", "@types/express": "^4.17.21", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "lodash": "^4.17.21", "tslib": "^2.8.1" }, diff --git a/packages/booter-lb3app/package.json b/packages/booter-lb3app/package.json index 586542ce9fd9..4b8d88c80fcd 100644 --- a/packages/booter-lb3app/package.json +++ b/packages/booter-lb3app/package.json @@ -59,7 +59,7 @@ "@loopback/rest": "^14.0.10", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "compression": "^1.7.5", "cors": "^2.8.5", diff --git a/packages/metadata/package.json b/packages/metadata/package.json index 8c0216eb72b6..9de54ae62324 100644 --- a/packages/metadata/package.json +++ b/packages/metadata/package.json @@ -49,7 +49,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123" } } diff --git a/packages/openapi-v3/package.json b/packages/openapi-v3/package.json index 74e431282e8f..7de739d0563b 100644 --- a/packages/openapi-v3/package.json +++ b/packages/openapi-v3/package.json @@ -59,7 +59,7 @@ "@loopback/testlab": "^7.0.9", "@types/debug": "^4.1.12", "@types/json-merge-patch": "1.0.0", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123" } } diff --git a/packages/repository-tests/package.json b/packages/repository-tests/package.json index 504c9641a218..b232d9bff472 100644 --- a/packages/repository-tests/package.json +++ b/packages/repository-tests/package.json @@ -46,7 +46,7 @@ "@loopback/core": "^6.1.7", "@loopback/repository": "^7.0.10", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "lodash": "^4.17.21" } diff --git a/packages/repository/package.json b/packages/repository/package.json index f40042f4c26c..74843924048b 100644 --- a/packages/repository/package.json +++ b/packages/repository/package.json @@ -49,7 +49,7 @@ "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.9", "@types/json-schema": "^7.0.15", - "@types/lodash": "^4.17.14", + "@types/lodash": "^4.17.15", "@types/node": "^16.18.123", "bson": "5.5.1" } diff --git a/packages/rest/package.json b/packages/rest/package.json index f51def791595..14c2c8c51d81 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.14", + "@types/lodash": "^4.17.15", "@types/multer": "^1.4.12", "@types/node": "^16.18.123", "@types/on-finished": "^2.3.4",