Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v8.54.0 (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Nov 28, 2023
1 parent 72578c8 commit b30ea7a
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 63 deletions.
47 changes: 27 additions & 20 deletions nodejs/nodejs-cloud-run-hello-world/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 nodejs/nodejs-cloud-run-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"handlebars": "^4.7.4"
},
"devDependencies": {
"eslint": "8.47.0",
"eslint": "8.54.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
Expand Down
46 changes: 26 additions & 20 deletions nodejs/nodejs-guestbook/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 nodejs/nodejs-guestbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Guestbook Application for Kubernetes",
"dependencies": {
"eslint": "8.47.0"
"eslint": "8.54.0"
},
"scripts": {
"lint": "eslint 'src/**/**.js'"
Expand Down
47 changes: 27 additions & 20 deletions nodejs/nodejs-hello-world/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 nodejs/nodejs-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"handlebars": "^4.7.4"
},
"devDependencies": {
"eslint": "8.47.0",
"eslint": "8.54.0",
"express-winston": "4.2.0",
"winston": "3.10.0"
}
Expand Down

0 comments on commit b30ea7a

Please sign in to comment.