diff --git a/examples/access-control-migration/package.json b/examples/access-control-migration/package.json index d564bbda45f2..68d26e2798a2 100644 --- a/examples/access-control-migration/package.json +++ b/examples/access-control-migration/package.json @@ -71,7 +71,7 @@ "@loopback/eslint-config": "^15.0.2", "@loopback/http-caching-proxy": "^6.0.2", "@loopback/testlab": "^7.0.2", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "eslint": "^8.57.0", "lodash": "^4.17.21", diff --git a/examples/lb3-application/package.json b/examples/lb3-application/package.json index 8c5882716f95..a410c427098e 100644 --- a/examples/lb3-application/package.json +++ b/examples/lb3-application/package.json @@ -66,7 +66,7 @@ "@loopback/build": "^11.0.2", "@loopback/eslint-config": "^15.0.2", "@loopback/testlab": "^7.0.2", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "eslint": "^8.57.0", "lodash": "^4.17.21", diff --git a/examples/passport-login/package.json b/examples/passport-login/package.json index f291e3b3e1d5..783188084c82 100644 --- a/examples/passport-login/package.json +++ b/examples/passport-login/package.json @@ -59,7 +59,7 @@ "@loopback/security": "^0.11.2", "@loopback/service-proxy": "^7.0.2", "@types/jsonwebtoken": "9.0.6", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@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.2", "@loopback/testlab": "^7.0.2", "@types/express": "^4.17.21", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "axios": "^1.6.8", "eslint": "^8.57.0", diff --git a/examples/references-many/package.json b/examples/references-many/package.json index 056fe7a2ef7b..abf9b273aa8c 100644 --- a/examples/references-many/package.json +++ b/examples/references-many/package.json @@ -67,7 +67,7 @@ "@loopback/eslint-config": "^15.0.2", "@loopback/http-caching-proxy": "^6.0.2", "@loopback/testlab": "^7.0.2", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "eslint": "^8.57.0", "lodash": "^4.17.21", diff --git a/examples/rest-crud/package.json b/examples/rest-crud/package.json index faf0e5df5510..a44f133d7046 100644 --- a/examples/rest-crud/package.json +++ b/examples/rest-crud/package.json @@ -64,7 +64,7 @@ "@loopback/eslint-config": "^15.0.2", "@loopback/http-caching-proxy": "^6.0.2", "@loopback/testlab": "^7.0.2", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "eslint": "^8.57.0", "lodash": "^4.17.21", diff --git a/examples/todo-jwt/package.json b/examples/todo-jwt/package.json index bd5494e82993..d80f1b04a9a8 100644 --- a/examples/todo-jwt/package.json +++ b/examples/todo-jwt/package.json @@ -72,7 +72,7 @@ "@loopback/eslint-config": "^15.0.2", "@loopback/http-caching-proxy": "^6.0.2", "@loopback/testlab": "^7.0.2", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "eslint": "^8.57.0", "lodash": "^4.17.21", diff --git a/examples/todo-list/package.json b/examples/todo-list/package.json index 9e435672a785..082cfeb32ec4 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -67,7 +67,7 @@ "@loopback/eslint-config": "^15.0.2", "@loopback/http-caching-proxy": "^6.0.2", "@loopback/testlab": "^7.0.2", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "eslint": "^8.57.0", "lodash": "^4.17.21", diff --git a/examples/todo/package.json b/examples/todo/package.json index a1288c52da5d..8ad225392b55 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -66,7 +66,7 @@ "@loopback/eslint-config": "^15.0.2", "@loopback/http-caching-proxy": "^6.0.2", "@loopback/testlab": "^7.0.2", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/morgan": "^1.9.9", "@types/node": "^16.18.96", "eslint": "^8.57.0", diff --git a/extensions/authentication-jwt/package.json b/extensions/authentication-jwt/package.json index 17d5372d1e95..ab8652d253d8 100644 --- a/extensions/authentication-jwt/package.json +++ b/extensions/authentication-jwt/package.json @@ -60,7 +60,7 @@ "@loopback/service-proxy": "^7.0.2", "@loopback/testlab": "^7.0.2", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "lodash": "^4.17.21", "typescript": "~5.2.2" diff --git a/extensions/authentication-passport/package.json b/extensions/authentication-passport/package.json index 98dfa1e3e36b..3570538b5207 100644 --- a/extensions/authentication-passport/package.json +++ b/extensions/authentication-passport/package.json @@ -60,7 +60,7 @@ "@loopback/rest": "^14.0.2", "@loopback/testlab": "^7.0.2", "@types/jsonwebtoken": "^9.0.6", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "@types/passport": "^1.0.16", "@types/passport-http": "^0.3.11", diff --git a/extensions/socketio/package.json b/extensions/socketio/package.json index ae7c9a55a5f2..3246cf328b9e 100644 --- a/extensions/socketio/package.json +++ b/extensions/socketio/package.json @@ -48,7 +48,7 @@ "dependencies": { "@loopback/http-server": "^6.0.2", "@types/cors": "^2.8.17", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "cors": "^2.8.5", "debug": "^4.3.4", "lodash": "^4.17.21", diff --git a/fixtures/mock-oauth2-provider/package.json b/fixtures/mock-oauth2-provider/package.json index 1c6980f0003c..d673a2e5bf84 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.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "axios": "^1.6.8", "body-parser": "^1.20.2", diff --git a/package-lock.json b/package-lock.json index eaf1d34ad469..0ff557cb333a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -286,7 +286,7 @@ "@loopback/eslint-config": "^15.0.2", "@loopback/http-caching-proxy": "^6.0.2", "@loopback/testlab": "^7.0.2", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "eslint": "^8.57.0", "lodash": "^4.17.21", @@ -570,7 +570,7 @@ "@loopback/build": "^11.0.2", "@loopback/eslint-config": "^15.0.2", "@loopback/testlab": "^7.0.2", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "eslint": "^8.57.0", "lodash": "^4.17.21", @@ -699,7 +699,7 @@ "@loopback/security": "^0.11.2", "@loopback/service-proxy": "^7.0.2", "@types/jsonwebtoken": "9.0.6", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/passport": "^1.0.16", "@types/passport-facebook": "^3.0.3", "@types/passport-google-oauth": "^1.0.45", @@ -732,7 +732,7 @@ "@loopback/http-caching-proxy": "^6.0.2", "@loopback/testlab": "^7.0.2", "@types/express": "^4.17.21", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "axios": "^1.6.8", "eslint": "^8.57.0", @@ -768,7 +768,7 @@ "@loopback/eslint-config": "^15.0.2", "@loopback/http-caching-proxy": "^6.0.2", "@loopback/testlab": "^7.0.2", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "eslint": "^8.57.0", "lodash": "^4.17.21", @@ -803,7 +803,7 @@ "@loopback/eslint-config": "^15.0.2", "@loopback/http-caching-proxy": "^6.0.2", "@loopback/testlab": "^7.0.2", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "eslint": "^8.57.0", "lodash": "^4.17.21", @@ -937,7 +937,7 @@ "@loopback/eslint-config": "^15.0.2", "@loopback/http-caching-proxy": "^6.0.2", "@loopback/testlab": "^7.0.2", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/morgan": "^1.9.9", "@types/node": "^16.18.96", "eslint": "^8.57.0", @@ -972,7 +972,7 @@ "@loopback/eslint-config": "^15.0.2", "@loopback/http-caching-proxy": "^6.0.2", "@loopback/testlab": "^7.0.2", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "eslint": "^8.57.0", "lodash": "^4.17.21", @@ -1007,7 +1007,7 @@ "@loopback/eslint-config": "^15.0.2", "@loopback/http-caching-proxy": "^6.0.2", "@loopback/testlab": "^7.0.2", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "eslint": "^8.57.0", "lodash": "^4.17.21", @@ -1149,7 +1149,7 @@ "@loopback/service-proxy": "^7.0.2", "@loopback/testlab": "^7.0.2", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "lodash": "^4.17.21", "typescript": "~5.2.2" @@ -1189,7 +1189,7 @@ "@loopback/rest": "^14.0.2", "@loopback/testlab": "^7.0.2", "@types/jsonwebtoken": "^9.0.6", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "@types/passport": "^1.0.16", "@types/passport-http": "^0.3.11", @@ -1509,7 +1509,7 @@ "dependencies": { "@loopback/http-server": "^6.0.2", "@types/cors": "^2.8.17", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "cors": "^2.8.5", "debug": "^4.3.4", "lodash": "^4.17.21", @@ -1578,7 +1578,7 @@ "@types/body-parser": "^1.19.5", "@types/express": "^4.17.21", "@types/jsonwebtoken": "^9.0.6", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "axios": "^1.6.8", "body-parser": "^1.20.2", @@ -8718,9 +8718,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.3", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.3.tgz", - "integrity": "sha512-zmNrEJaBvNskZXQWaUQq6bktF4IDGVfDS78M+YEk5aCn9M/b94/mB/6WCyfH2/MjwBdc6QuOor95CIlKWYRL3A==", + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==", "license": "MIT" }, "node_modules/@types/long": { @@ -36183,7 +36183,7 @@ "dependencies": { "@loopback/security": "^0.11.2", "@types/express": "^4.17.21", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "lodash": "^4.17.21", "tslib": "^2.6.2" }, @@ -36298,7 +36298,7 @@ "@loopback/rest": "^14.0.2", "@loopback/testlab": "^7.0.2", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "compression": "^1.7.4", "cors": "^2.8.5", @@ -36691,7 +36691,7 @@ "@loopback/eslint-config": "^15.0.2", "@loopback/testlab": "^7.0.2", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96" }, "engines": { @@ -36777,7 +36777,7 @@ "@loopback/testlab": "^7.0.2", "@types/debug": "^4.1.12", "@types/json-merge-patch": "0.0.10", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96" }, "engines": { @@ -36811,7 +36811,7 @@ "@loopback/eslint-config": "^15.0.2", "@loopback/testlab": "^7.0.2", "@types/json-schema": "^7.0.15", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "bson": "5.5.1" }, @@ -36870,7 +36870,7 @@ "@loopback/core": "^6.0.2", "@loopback/repository": "^7.0.2", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "lodash": "^4.17.21" }, @@ -36941,7 +36941,7 @@ "@types/debug": "^4.1.12", "@types/js-yaml": "^4.0.9", "@types/json-schema-compare": "^0.2.4", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/multer": "^1.4.11", "@types/node": "^16.18.96", "@types/on-finished": "^2.3.4", diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 36049dea4d32..1440a961054f 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -45,7 +45,7 @@ "dependencies": { "@loopback/security": "^0.11.2", "@types/express": "^4.17.21", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "lodash": "^4.17.21", "tslib": "^2.6.2" }, diff --git a/packages/booter-lb3app/package.json b/packages/booter-lb3app/package.json index 14af4728b3da..399a4233170c 100644 --- a/packages/booter-lb3app/package.json +++ b/packages/booter-lb3app/package.json @@ -59,7 +59,7 @@ "@loopback/rest": "^14.0.2", "@loopback/testlab": "^7.0.2", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "compression": "^1.7.4", "cors": "^2.8.5", diff --git a/packages/metadata/package.json b/packages/metadata/package.json index d31df38778a0..346603dce900 100644 --- a/packages/metadata/package.json +++ b/packages/metadata/package.json @@ -49,7 +49,7 @@ "@loopback/eslint-config": "^15.0.2", "@loopback/testlab": "^7.0.2", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96" } } diff --git a/packages/openapi-v3/package.json b/packages/openapi-v3/package.json index d95723a37f6d..1a1df2657037 100644 --- a/packages/openapi-v3/package.json +++ b/packages/openapi-v3/package.json @@ -59,7 +59,7 @@ "@loopback/testlab": "^7.0.2", "@types/debug": "^4.1.12", "@types/json-merge-patch": "0.0.10", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96" } } diff --git a/packages/repository-tests/package.json b/packages/repository-tests/package.json index a3375beb0bd2..5585280727a2 100644 --- a/packages/repository-tests/package.json +++ b/packages/repository-tests/package.json @@ -46,7 +46,7 @@ "@loopback/core": "^6.0.2", "@loopback/repository": "^7.0.2", "@types/debug": "^4.1.12", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "lodash": "^4.17.21" } diff --git a/packages/repository/package.json b/packages/repository/package.json index f90195378215..94d78ffc22ca 100644 --- a/packages/repository/package.json +++ b/packages/repository/package.json @@ -49,7 +49,7 @@ "@loopback/eslint-config": "^15.0.2", "@loopback/testlab": "^7.0.2", "@types/json-schema": "^7.0.15", - "@types/lodash": "^4.17.3", + "@types/lodash": "^4.17.4", "@types/node": "^16.18.96", "bson": "5.5.1" } diff --git a/packages/rest/package.json b/packages/rest/package.json index f88dd2fd8c6f..fbb0421646bf 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.3", + "@types/lodash": "^4.17.4", "@types/multer": "^1.4.11", "@types/node": "^16.18.96", "@types/on-finished": "^2.3.4",