Skip to content

Commit

Permalink
Merge pull request #289 from ccnmtl/dependabot/npm_and_yarn/eslint-pl…
Browse files Browse the repository at this point in the history
…ugin-security-2.1.0

Bump eslint-plugin-security from 1.7.0 to 2.1.0
  • Loading branch information
ndittren authored Dec 27, 2023
2 parents 54c52dd + c0b918f commit bdd871e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
],
"extends": [
"eslint:recommended",
"plugin:security/recommended"
"plugin:security/recommended-legacy"
],
"globals": {
"_": true,
Expand Down
12 changes: 6 additions & 6 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 @@ -29,6 +29,6 @@
"devDependencies": {
"acorn": "8.11.2",
"eslint": "~8.56.0",
"eslint-plugin-security": "^1.7.0"
"eslint-plugin-security": "^2.1.0"
}
}

0 comments on commit bdd871e

Please sign in to comment.