Skip to content

Commit

Permalink
fix(deps): update dependency eslint-plugin-promise to ~6.6.0 (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent db5e928 commit 3d449e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-plugin-jsx-a11y": "~6.9.0",
"eslint-plugin-lodash": "~8.0.0",
"eslint-plugin-n": "~17.9.0",
"eslint-plugin-promise": "~6.4.0",
"eslint-plugin-promise": "~6.6.0",
"eslint-plugin-react": "~7.34.1",
"eslint-plugin-react-hooks": "~4.6.0",
"eslint-plugin-security-node": "~1.1.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2615,10 +2615,10 @@ eslint-plugin-n@~17.9.0:
minimatch "^9.0.0"
semver "^7.5.3"

eslint-plugin-promise@~6.4.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.4.0.tgz#54926d53c79541efe9cea6ac1d823a58bbed1106"
integrity sha512-/KWWRaD3fGkVCZsdR0RU53PSthFmoHVhZl+y9+6DqeDLSikLdlUVpVEAmI6iCRR5QyOjBYBqHZV/bdv4DJ4Gtw==
eslint-plugin-promise@~6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz#acd3fd7d55cead7a10f92cf698f36c0aafcd717a"
integrity sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==

eslint-plugin-react-hooks@~4.6.0:
version "4.6.2"
Expand Down

0 comments on commit 3d449e3

Please sign in to comment.