Skip to content

Commit

Permalink
Merge pull request #138 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.1 to 2.1.0
  • Loading branch information
ndittren authored Dec 28, 2023
2 parents 1824504 + 32f09b8 commit 3509995
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 @@ -17,6 +17,6 @@
},
"devDependencies": {
"eslint": "~8.56.0",
"eslint-plugin-security": "^1.7.1"
"eslint-plugin-security": "^2.1.0"
}
}

0 comments on commit 3509995

Please sign in to comment.