chore(deps-dev): bump eslint-plugin-jest from 25.0.5 to 25.2.1

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.0.5 to 25.2.1.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v25.0.5...v25.2.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-15 12:09:15 +00:00 committed by Fernando Fernández
parent 75f11fe5fb
commit d68c5ec5f2
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -11223,9 +11223,9 @@
}
},
"eslint-plugin-jest": {
"version": "25.0.5",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.0.5.tgz",
"integrity": "sha512-fMVTvh/pgBHgEyJp643qRjqvyR3TAw3VIldYV0LltepKo4whYZ4oYlsplT0SIqjnclkuNN+PRr841XPMgaOswg==",
"version": "25.2.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.2.1.tgz",
"integrity": "sha512-fC6T95lqgWHsdVFd+f0kTHH32NxbIzIm1fJ/3kGaCFcQP1fJc5khV7DzUHjNQSTOHd5Toa7ccEBptab4uFqbNQ==",
"dev": true,
"requires": {
"@typescript-eslint/experimental-utils": "^5.0.0"

View File

@ -127,7 +127,7 @@
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-nuxt": "^1.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.0.5",
"eslint-plugin-jest": "^25.2.1",
"eslint-plugin-jest-formatting": "^3.0.0",
"eslint-plugin-jsdoc": "^36.1.1",
"eslint-plugin-json": "^3.1.0",