Merge pull request #227 from Borales/renovate/eslint-plugin-jest-27.x

Update dependency eslint-plugin-jest to ^27.4.3
This commit is contained in:
Oleksandr Bordun 2023-10-24 21:22:05 +02:00 committed by GitHub
commit 63b2a62298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
"@typescript-eslint/parser": "^6.7.5",
"@vercel/ncc": "^0.38.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-jest": "^27.4.3",
"eslint": "^8.51.0",
"jest": "^29.7.0",
"prettier": "^3.0.3",

View File

@ -1705,10 +1705,10 @@ eslint-plugin-import@^2.25.2:
semver "^6.3.0"
tsconfig-paths "^3.14.1"
eslint-plugin-jest@^27.4.2:
version "27.4.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.4.2.tgz#181d999ac67a9b6040db1d27935887cf5a2882ed"
integrity sha512-3Nfvv3wbq2+PZlRTf2oaAWXWwbdBejFRBR2O8tAO67o+P8zno+QGbcDYaAXODlreXVg+9gvWhKKmG2rgfb8GEg==
eslint-plugin-jest@^27.4.3:
version "27.4.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.4.3.tgz#7b2330a9e1819b66d06e66b45dfa8e8ef0c23f79"
integrity sha512-7S6SmmsHsgIm06BAGCAxL+ABd9/IB3MWkz2pudj6Qqor2y1qQpWPfuFU4SG9pWj4xDjF0e+D7Llh5useuSzAZw==
dependencies:
"@typescript-eslint/utils" "^5.10.0"