Skip to content

Commit

Permalink
chore: update dependency loopback-connector-rest to ^5.0.2
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 Oct 18, 2024
1 parent 5ef9137 commit 18d87a9
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 20 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 @@ -64,7 +64,7 @@
"bcryptjs": "^2.4.3",
"casbin": "^5.30.0",
"jsonwebtoken": "^9.0.2",
"loopback-connector-rest": "^5.0.1"
"loopback-connector-rest": "^5.0.2"
},
"devDependencies": {
"@loopback/build": "^11.0.6",
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 @@ -59,7 +59,7 @@
"@loopback/rest": "^14.0.7",
"@loopback/rest-explorer": "^7.0.7",
"@loopback/service-proxy": "^7.0.7",
"loopback-connector-rest": "^5.0.1",
"loopback-connector-rest": "^5.0.2",
"tslib": "^2.6.3"
},
"devDependencies": {
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 @@ -56,7 +56,7 @@
"@loopback/rest": "^14.0.7",
"@loopback/rest-crud": "^0.18.7",
"@loopback/rest-explorer": "^7.0.7",
"loopback-connector-rest": "^5.0.1",
"loopback-connector-rest": "^5.0.2",
"tslib": "^2.6.3"
},
"devDependencies": {
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 @@ -64,7 +64,7 @@
"@loopback/service-proxy": "^7.0.7",
"@types/bcryptjs": "^2.4.6",
"bcryptjs": "^2.4.3",
"loopback-connector-rest": "^5.0.1",
"loopback-connector-rest": "^5.0.2",
"tslib": "^2.6.3"
},
"devDependencies": {
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 @@ -59,7 +59,7 @@
"@loopback/rest": "^14.0.7",
"@loopback/rest-explorer": "^7.0.7",
"@loopback/service-proxy": "^7.0.7",
"loopback-connector-rest": "^5.0.1",
"loopback-connector-rest": "^5.0.2",
"tslib": "^2.6.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@loopback/rest": "^14.0.7",
"@loopback/rest-explorer": "^7.0.7",
"@loopback/service-proxy": "^7.0.7",
"loopback-connector-rest": "^5.0.1",
"loopback-connector-rest": "^5.0.2",
"morgan": "^1.10.0",
"tslib": "^2.6.3"
},
Expand Down
72 changes: 58 additions & 14 deletions package-lock.json

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

0 comments on commit 18d87a9

Please sign in to comment.