Skip to content

Commit

Permalink
Merge pull request #417 from c2corg/dependabot/npm_and_yarn/eslint-pl…
Browse files Browse the repository at this point in the history
…ugin-security-2.1.1

chore(deps-dev): bump eslint-plugin-security from 1.7.1 to 2.1.1
  • Loading branch information
brunobesson authored Feb 16, 2024
2 parents c7dc8b1 + b832a2e commit efc4cfa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
extends: [
'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin
'prettier', // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
'plugin:security/recommended',
'plugin:security/recommended-legacy',
'plugin:prettier/recommended', // Enables eslint-plugin-prettier and displays prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
],
rules: {
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 @@ -43,7 +43,7 @@
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-security": "2.1.1",
"husky": "9.0.11",
"jest": "29.7.0",
"jest-junit": "16.0.0",
Expand Down

0 comments on commit efc4cfa

Please sign in to comment.