Skip to content

Commit

Permalink
Merge pull request #461 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 28, 2023
2 parents ef32620 + 8e4a70c commit f4cfacb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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"
],
"parserOptions": {
"ecmaVersion": 6,
Expand Down
8 changes: 4 additions & 4 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 @@ -53,7 +53,7 @@
"chai": "^4.0.2",
"eslint": "~8.56.0",
"eslint-plugin-no-unsafe-innerhtml": "^1.0.16",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-security": "^2.1.0",
"mocha": "^10.0.0",
"mocha-headless-chrome": "^4.0.0",
"webpack-dev-server": "^4.0.0",
Expand Down

0 comments on commit f4cfacb

Please sign in to comment.