diff --git a/examples/access-control-migration/package.json b/examples/access-control-migration/package.json index 8025d5c8c9b7..03fefc616b6c 100644 --- a/examples/access-control-migration/package.json +++ b/examples/access-control-migration/package.json @@ -71,7 +71,7 @@ "@loopback/eslint-config": "^16.0.1", "@loopback/http-caching-proxy": "^7.0.9", "@loopback/testlab": "^8.0.9", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "eslint": "^8.57.1", "lodash": "^4.17.23", diff --git a/examples/lb3-application/package.json b/examples/lb3-application/package.json index e679a2faa135..729e2aa53b9f 100644 --- a/examples/lb3-application/package.json +++ b/examples/lb3-application/package.json @@ -66,7 +66,7 @@ "@loopback/build": "^12.0.9", "@loopback/eslint-config": "^16.0.1", "@loopback/testlab": "^8.0.9", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "eslint": "^8.57.1", "lodash": "^4.17.23", diff --git a/examples/passport-login/package.json b/examples/passport-login/package.json index a049a9fc31ee..542929eed186 100644 --- a/examples/passport-login/package.json +++ b/examples/passport-login/package.json @@ -59,7 +59,7 @@ "@loopback/security": "^0.12.10", "@loopback/service-proxy": "^8.0.9", "@types/jsonwebtoken": "9.0.10", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/passport": "^1.0.17", "@types/passport-facebook": "^3.0.4", "@types/passport-google-oauth": "^1.0.45", @@ -92,7 +92,7 @@ "@loopback/http-caching-proxy": "^7.0.9", "@loopback/testlab": "^8.0.9", "@types/express": "^4.17.25", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "axios": "^1.13.5", "eslint": "^8.57.1", diff --git a/examples/references-many/package.json b/examples/references-many/package.json index ed828e12d617..a38178bd5ae6 100644 --- a/examples/references-many/package.json +++ b/examples/references-many/package.json @@ -67,7 +67,7 @@ "@loopback/eslint-config": "^16.0.1", "@loopback/http-caching-proxy": "^7.0.9", "@loopback/testlab": "^8.0.9", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "eslint": "^8.57.1", "lodash": "^4.17.23", diff --git a/examples/rest-crud/package.json b/examples/rest-crud/package.json index 3b5fd38ef7e4..be7496626e32 100644 --- a/examples/rest-crud/package.json +++ b/examples/rest-crud/package.json @@ -64,7 +64,7 @@ "@loopback/eslint-config": "^16.0.1", "@loopback/http-caching-proxy": "^7.0.9", "@loopback/testlab": "^8.0.9", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "eslint": "^8.57.1", "lodash": "^4.17.23", diff --git a/examples/todo-jwt/package.json b/examples/todo-jwt/package.json index b20df204994f..922e1088974a 100644 --- a/examples/todo-jwt/package.json +++ b/examples/todo-jwt/package.json @@ -71,7 +71,7 @@ "@loopback/eslint-config": "^16.0.1", "@loopback/http-caching-proxy": "^7.0.9", "@loopback/testlab": "^8.0.9", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "eslint": "^8.57.1", "lodash": "^4.17.23", diff --git a/examples/todo-list/package.json b/examples/todo-list/package.json index d4ea84a2bd29..2f06c5c283af 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -67,7 +67,7 @@ "@loopback/eslint-config": "^16.0.1", "@loopback/http-caching-proxy": "^7.0.9", "@loopback/testlab": "^8.0.9", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "eslint": "^8.57.1", "lodash": "^4.17.23", diff --git a/examples/todo/package.json b/examples/todo/package.json index 2f129418aecf..35235f99d692 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -66,7 +66,7 @@ "@loopback/eslint-config": "^16.0.1", "@loopback/http-caching-proxy": "^7.0.9", "@loopback/testlab": "^8.0.9", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/morgan": "^1.9.10", "@types/node": "^16.18.126", "eslint": "^8.57.1", diff --git a/extensions/authentication-jwt/package.json b/extensions/authentication-jwt/package.json index c43fa8c457e2..5694c20b52e6 100644 --- a/extensions/authentication-jwt/package.json +++ b/extensions/authentication-jwt/package.json @@ -59,7 +59,7 @@ "@loopback/service-proxy": "^8.0.9", "@loopback/testlab": "^8.0.9", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "lodash": "^4.17.23", "typescript": "~5.2.2" diff --git a/extensions/authentication-passport/package.json b/extensions/authentication-passport/package.json index b7ba28d909ea..ce6e76403a07 100644 --- a/extensions/authentication-passport/package.json +++ b/extensions/authentication-passport/package.json @@ -60,7 +60,7 @@ "@loopback/rest": "^15.0.10", "@loopback/testlab": "^8.0.9", "@types/jsonwebtoken": "^9.0.10", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "@types/passport": "^1.0.17", "@types/passport-http": "^0.3.11", diff --git a/extensions/socketio/package.json b/extensions/socketio/package.json index b19e4f435ffd..fa627d1e2a11 100644 --- a/extensions/socketio/package.json +++ b/extensions/socketio/package.json @@ -48,7 +48,7 @@ "dependencies": { "@loopback/http-server": "^7.0.9", "@types/cors": "^2.8.19", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "cors": "^2.8.6", "debug": "^4.4.3", "lodash": "^4.17.23", diff --git a/fixtures/mock-oauth2-provider/package.json b/fixtures/mock-oauth2-provider/package.json index da366ef9c886..3eff41d06216 100644 --- a/fixtures/mock-oauth2-provider/package.json +++ b/fixtures/mock-oauth2-provider/package.json @@ -38,7 +38,7 @@ "@types/body-parser": "^1.19.6", "@types/express": "^4.17.25", "@types/jsonwebtoken": "^9.0.10", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "axios": "^1.13.5", "body-parser": "^2.2.2", diff --git a/package-lock.json b/package-lock.json index b3f15c0d554e..a098015299c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -333,7 +333,7 @@ "@loopback/eslint-config": "^16.0.1", "@loopback/http-caching-proxy": "^7.0.9", "@loopback/testlab": "^8.0.9", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "eslint": "^8.57.1", "lodash": "^4.17.23", @@ -626,7 +626,7 @@ "@loopback/build": "^12.0.9", "@loopback/eslint-config": "^16.0.1", "@loopback/testlab": "^8.0.9", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "eslint": "^8.57.1", "lodash": "^4.17.23", @@ -762,7 +762,7 @@ "@loopback/security": "^0.12.10", "@loopback/service-proxy": "^8.0.9", "@types/jsonwebtoken": "9.0.10", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/passport": "^1.0.17", "@types/passport-facebook": "^3.0.4", "@types/passport-google-oauth": "^1.0.45", @@ -795,7 +795,7 @@ "@loopback/http-caching-proxy": "^7.0.9", "@loopback/testlab": "^8.0.9", "@types/express": "^4.17.25", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "axios": "^1.13.5", "eslint": "^8.57.1", @@ -838,7 +838,7 @@ "@loopback/eslint-config": "^16.0.1", "@loopback/http-caching-proxy": "^7.0.9", "@loopback/testlab": "^8.0.9", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "eslint": "^8.57.1", "lodash": "^4.17.23", @@ -880,7 +880,7 @@ "@loopback/eslint-config": "^16.0.1", "@loopback/http-caching-proxy": "^7.0.9", "@loopback/testlab": "^8.0.9", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "eslint": "^8.57.1", "lodash": "^4.17.23", @@ -1021,7 +1021,7 @@ "@loopback/eslint-config": "^16.0.1", "@loopback/http-caching-proxy": "^7.0.9", "@loopback/testlab": "^8.0.9", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/morgan": "^1.9.10", "@types/node": "^16.18.126", "eslint": "^8.57.1", @@ -1055,7 +1055,7 @@ "@loopback/eslint-config": "^16.0.1", "@loopback/http-caching-proxy": "^7.0.9", "@loopback/testlab": "^8.0.9", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "eslint": "^8.57.1", "lodash": "^4.17.23", @@ -1097,7 +1097,7 @@ "@loopback/eslint-config": "^16.0.1", "@loopback/http-caching-proxy": "^7.0.9", "@loopback/testlab": "^8.0.9", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "eslint": "^8.57.1", "lodash": "^4.17.23", @@ -1251,7 +1251,7 @@ "@loopback/service-proxy": "^8.0.9", "@loopback/testlab": "^8.0.9", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "lodash": "^4.17.23", "typescript": "~5.2.2" @@ -1298,7 +1298,7 @@ "@loopback/rest": "^15.0.10", "@loopback/testlab": "^8.0.9", "@types/jsonwebtoken": "^9.0.10", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "@types/passport": "^1.0.17", "@types/passport-http": "^0.3.11", @@ -1632,7 +1632,7 @@ "dependencies": { "@loopback/http-server": "^7.0.9", "@types/cors": "^2.8.19", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "cors": "^2.8.6", "debug": "^4.4.3", "lodash": "^4.17.23", @@ -1707,7 +1707,7 @@ "@types/body-parser": "^1.19.6", "@types/express": "^4.17.25", "@types/jsonwebtoken": "^9.0.10", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "axios": "^1.13.5", "body-parser": "^2.2.2", @@ -10185,9 +10185,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-RDvF6wTulMPjrNdCoYRC8gNR880JNGT8uB+REUpC2Ns4pRqQJhGz90wh7rgdXDPpCczF3VGktDuFGVnz8zP7HA==", + "version": "4.17.24", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.24.tgz", + "integrity": "sha512-gIW7lQLZbue7lRSWEFql49QJJWThrTFFeIMJdp3eH4tKoxm1OvEPg02rm4wCCSHS0cL3/Fizimb35b7k8atwsQ==", "license": "MIT" }, "node_modules/@types/long": { @@ -39865,7 +39865,7 @@ "dependencies": { "@loopback/security": "^0.12.10", "@types/express": "^4.17.25", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "lodash": "^4.17.23", "tslib": "^2.8.1" }, @@ -39985,7 +39985,7 @@ "@loopback/rest": "^15.0.10", "@loopback/testlab": "^8.0.9", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "compression": "^1.8.1", "cors": "^2.8.6", @@ -41343,7 +41343,7 @@ "@loopback/eslint-config": "^16.0.1", "@loopback/testlab": "^8.0.9", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126" }, "engines": { @@ -41435,7 +41435,7 @@ "@loopback/testlab": "^8.0.9", "@types/debug": "^4.1.12", "@types/json-merge-patch": "1.0.0", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126" }, "engines": { @@ -41475,7 +41475,7 @@ "@loopback/eslint-config": "^16.0.1", "@loopback/testlab": "^8.0.9", "@types/json-schema": "^7.0.15", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "bson": "7.2.0" }, @@ -41534,7 +41534,7 @@ "@loopback/core": "^7.0.9", "@loopback/repository": "^8.0.9", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "lodash": "^4.17.23" }, @@ -41618,7 +41618,7 @@ "@types/debug": "^4.1.12", "@types/js-yaml": "^4.0.9", "@types/json-schema-compare": "^0.2.4", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/multer": "^2.0.0", "@types/node": "^16.18.126", "@types/on-finished": "^2.3.5", diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 72ed46ae1a82..bb280e82d4ab 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -45,7 +45,7 @@ "dependencies": { "@loopback/security": "^0.12.10", "@types/express": "^4.17.25", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "lodash": "^4.17.23", "tslib": "^2.8.1" }, diff --git a/packages/booter-lb3app/package.json b/packages/booter-lb3app/package.json index 8ca91b41c2db..bc38eb793876 100644 --- a/packages/booter-lb3app/package.json +++ b/packages/booter-lb3app/package.json @@ -59,7 +59,7 @@ "@loopback/rest": "^15.0.10", "@loopback/testlab": "^8.0.9", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "compression": "^1.8.1", "cors": "^2.8.6", diff --git a/packages/metadata/package.json b/packages/metadata/package.json index c37618d560aa..01a37b9faf9a 100644 --- a/packages/metadata/package.json +++ b/packages/metadata/package.json @@ -49,7 +49,7 @@ "@loopback/eslint-config": "^16.0.1", "@loopback/testlab": "^8.0.9", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126" } } diff --git a/packages/openapi-v3/package.json b/packages/openapi-v3/package.json index 7bdaf0753c26..64e4254ff44e 100644 --- a/packages/openapi-v3/package.json +++ b/packages/openapi-v3/package.json @@ -59,7 +59,7 @@ "@loopback/testlab": "^8.0.9", "@types/debug": "^4.1.12", "@types/json-merge-patch": "1.0.0", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126" } } diff --git a/packages/repository-tests/package.json b/packages/repository-tests/package.json index dff052d171ff..73fdc1543f49 100644 --- a/packages/repository-tests/package.json +++ b/packages/repository-tests/package.json @@ -46,7 +46,7 @@ "@loopback/core": "^7.0.9", "@loopback/repository": "^8.0.9", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "lodash": "^4.17.23" } diff --git a/packages/repository/package.json b/packages/repository/package.json index a0d60848c4ce..e5331f98c17d 100644 --- a/packages/repository/package.json +++ b/packages/repository/package.json @@ -49,7 +49,7 @@ "@loopback/eslint-config": "^16.0.1", "@loopback/testlab": "^8.0.9", "@types/json-schema": "^7.0.15", - "@types/lodash": "^4.17.23", + "@types/lodash": "^4.17.24", "@types/node": "^16.18.126", "bson": "7.2.0" } diff --git a/packages/rest/package.json b/packages/rest/package.json index 951ce95a4814..2be311f9829c 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.23", + "@types/lodash": "^4.17.24", "@types/multer": "^2.0.0", "@types/node": "^16.18.126", "@types/on-finished": "^2.3.5",