Skip to content

Commit

Permalink
Merge pull request #3913 from ccnmtl/dependabot/npm_and_yarn/eslint-p…
Browse files Browse the repository at this point in the history
…lugin-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 c27a4df + 28ca30d commit fbc5a22
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"
],
"rules": {
"indent": [
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 @@ -5,7 +5,7 @@
"license": "GPL-2.0+",
"devDependencies": {
"eslint": "~8.56.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-security": "^2.1.0",
"qunitjs": "~2.4.0",
"requirejs": "~2.3.5",
"sinon": "~17.0.0",
Expand Down

0 comments on commit fbc5a22

Please sign in to comment.