Skip to content

Commit

Permalink
chore: update dependency debug to ^4.3.5
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 Jun 6, 2024
1 parent fbd2ed3 commit 3e4954a
Show file tree
Hide file tree
Showing 37 changed files with 176 additions and 76 deletions.
2 changes: 1 addition & 1 deletion acceptance/repository-cloudant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/node": "^16.18.97",
"async": "^3.2.5",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"debug": "^4.3.5",
"dockerode": "^3.3.5",
"lodash": "^4.17.21",
"loopback-connector-cloudant": "2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"axios": "^1.7.2",
"benchmark": "^2.1.4",
"byline": "^5.0.0",
"debug": "^4.3.4",
"debug": "^4.3.5",
"path-to-regexp": "^6.2.2",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/binding-resolution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@loopback/core": "^6.0.2",
"@loopback/rest": "^14.0.2",
"@loopback/rest-explorer": "^7.0.2",
"debug": "^4.3.4",
"debug": "^4.3.5",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/greeter-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@loopback/core": "^6.0.2",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"debug": "^4.3.5",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/greeting-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@loopback/example-greeter-extension": "^7.0.2",
"@loopback/rest": "^14.0.2",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"debug": "^4.3.5",
"tslib": "^2.6.2"
},
"devDependencies": {
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 @@ -55,7 +55,7 @@
"@loopback/rest-explorer": "^7.0.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"debug": "^4.3.4",
"debug": "^4.3.5",
"express": "^4.19.2",
"helmet": "^4.6.0",
"loopback": "^3.28.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/log-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@loopback/core": "^6.0.2",
"@loopback/rest": "^14.0.2",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"debug": "^4.3.5",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-tenancy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@loopback/rest": "^14.0.2",
"@loopback/rest-explorer": "^7.0.2",
"@loopback/service-proxy": "^7.0.2",
"debug": "^4.3.4",
"debug": "^4.3.5",
"jsonwebtoken": "^9.0.2",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/passport-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@types/passport-twitter": "1.0.40",
"body-parser": "^1.20.2",
"client-sessions": "^0.8.0",
"debug": "^4.3.4",
"debug": "^4.3.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"jade": "^1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@loopback/rest": "^14.0.2",
"@loopback/rest-explorer": "^7.0.2",
"@loopback/socketio": "^0.8.2",
"debug": "^4.3.4",
"debug": "^4.3.5",
"p-event": "^4.2.0",
"tslib": "^2.6.2"
},
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 @@ -45,7 +45,7 @@
"@loopback/security": "^0.11.2",
"@types/bcryptjs": "2.4.6",
"bcryptjs": "^2.4.3",
"debug": "^4.3.4",
"debug": "^4.3.5",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/cron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/cron": "^2.4.0",
"@types/debug": "^4.1.12",
"cron": "^2.4.4",
"debug": "^4.3.4",
"debug": "^4.3.5",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@graphql-tools/utils": "^10.2.1",
"@loopback/http-server": "^6.0.2",
"apollo-server-express": "^3.12.1",
"debug": "^4.3.4",
"debug": "^4.3.5",
"express": "^4.19.2",
"graphql": "^15.8.0",
"graphql-subscriptions": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/pooling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@loopback/core": "^6.0.0"
},
"dependencies": {
"debug": "^4.3.4",
"debug": "^4.3.5",
"generic-pool": "^3.9.0",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion extensions/sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@loopback/repository": "^7.0.0"
},
"dependencies": {
"debug": "^4.3.4",
"debug": "^4.3.5",
"sequelize": "^6.37.3",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion extensions/socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/cors": "^2.8.17",
"@types/lodash": "^4.17.4",
"cors": "^2.8.5",
"debug": "^4.3.4",
"debug": "^4.3.5",
"lodash": "^4.17.21",
"socket.io": "^4.7.5"
},
Expand Down
2 changes: 1 addition & 1 deletion extensions/typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@loopback/rest": "^14.0.0"
},
"dependencies": {
"debug": "^4.3.4",
"debug": "^4.3.5",
"tslib": "^2.6.2",
"typeorm": "^0.3.20"
},
Expand Down
Loading

0 comments on commit 3e4954a

Please sign in to comment.