Skip to content

Commit

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

Bump eslint-plugin-security from 1.7.1 to 2.1.0
  • Loading branch information
ndittren authored Dec 28, 2023
2 parents b42f912 + 52a28c3 commit edb9adc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
],
"extends": [
"eslint:recommended",
"plugin:security/recommended"
"plugin:security/recommended-legacy"
],
"globals": {
"google": true,
Expand Down
14 changes: 7 additions & 7 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 @@ -17,7 +17,7 @@
},
"devDependencies": {
"eslint": "~8.56.0",
"eslint-plugin-security": "~1.7.0"
"eslint-plugin-security": "~2.1.0"
},
"dependencies": {}
}

0 comments on commit edb9adc

Please sign in to comment.