Skip to content

Commit

Permalink
Bump eslint-plugin-security from 1.7.1 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security) from 1.7.1 to 2.1.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-security/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-security/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-security@v1.7.1...v2.1.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-security
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ndittren committed Dec 28, 2023
1 parent 06224f1 commit 4c924c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
],
"extends": [
"eslint:recommended",
"plugin:security/recommended"
"plugin:security/recommended-legacy"
],
"globals": {
"Backbone": true,
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 @@ -26,7 +26,7 @@
},
"devDependencies": {
"eslint": "~8.56.0",
"eslint-plugin-security": "~1.7.0"
"eslint-plugin-security": "~2.1.0"
},
"dependencies": {}
}

0 comments on commit 4c924c8

Please sign in to comment.