Skip to content

Commit

Permalink
build(deps-dev): Bump eslint-plugin-security from 1.7.1 to 2.1.0 (#2691)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Nelson <andy@andyhub.com>
  • Loading branch information
dependabot[bot] and werdnanoslen authored Jan 18, 2024
1 parent 7d13e7c commit bdbe69e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"plugin:react/recommended",
"plugin:jsx-a11y/recommended",
"prettier",
"plugin:security/recommended"
"plugin:security/recommended-legacy"
],
"rules": {
"no-only-tests/no-only-tests": "error",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"eslint-plugin-no-only-tests": "^3.0.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-security": "^2.1.0",
"focus-trap-react": "^8.8.1",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"happo-plugin-storybook": "^3.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6986,10 +6986,10 @@ eslint-plugin-react@^7.31.10:
semver "^6.3.1"
string.prototype.matchall "^4.0.8"

eslint-plugin-security@^1.4.0:
version "1.7.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-security/-/eslint-plugin-security-1.7.1.tgz#0e9c4a471f6e4d3ca16413c7a4a51f3966ba16e4"
integrity sha512-sMStceig8AFglhhT2LqlU5r+/fn9OwsA72O5bBuQVTssPCdQAOQzL+oMn/ZcpeUY6KcNfLJArgcrsSULNjYYdQ==
eslint-plugin-security@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-security/-/eslint-plugin-security-2.1.0.tgz#1506c1b964b2beec735f5da8836b5450ecf01fec"
integrity sha512-ywxclP954bf8d3gr6KOQ/AFc+PRvWuhOxtPOEtiHmVYiZr/mcgQtmSJq6+hTEXC5ylTjHnPPG+PEnzlDiWMXbQ==
dependencies:
safe-regex "^2.1.1"

Expand Down

0 comments on commit bdbe69e

Please sign in to comment.