Skip to content

Commit

Permalink
chore: update dependency @types/lodash to ^4.17.10
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and dhmlau committed Oct 8, 2024
1 parent 2809bb2 commit 02544a4
Show file tree
Hide file tree
Showing 20 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion examples/access-control-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/lb3-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions examples/passport-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/references-many/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/rest-crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion extensions/authentication-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion extensions/authentication-passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion extensions/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion fixtures/mock-oauth2-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/booter-lb3app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/openapi-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/repository-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/repository/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 02544a4

Please sign in to comment.