Skip to content

Commit

Permalink
chore(deps): replace dependency eslint-plugin-node with eslint-plugin…
Browse files Browse the repository at this point in the history
…-n ^14.0.0
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent 8586dd8 commit 7dc7927
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 125 deletions.
176 changes: 53 additions & 123 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"eslint-config-standard": "^17.1.0",
"eslint-formatter-rdjson": "file:eslint-formatter-rdjson",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test-subproject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"eslint": "^8.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0"
},
Expand Down

0 comments on commit 7dc7927

Please sign in to comment.