Skip to content

Commit

Permalink
Merge pull request #483 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 committed Dec 27, 2023
2 parents 4c87c5f + 9467d3c commit 6f756e6
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": 2018,
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 @@ -50,7 +50,7 @@
"css-loader": "^6.2.0",
"eslint": "~8.56.0",
"eslint-plugin-no-unsafe-innerhtml": "^1.0.16",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-security": "^2.1.0",
"file-loader": "^6.0.0",
"loglevel": "^1.4.1",
"mocha": "^10.0.0",
Expand Down

0 comments on commit 6f756e6

Please sign in to comment.