Skip to content

Commit cf613ce

Browse files
chore(deps-dev): bump eslint-plugin-jest from 25.2.3 to 25.2.4 (#353)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 25.2.3 to 25.2.4. - [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](jest-community/eslint-plugin-jest@v25.2.3...v25.2.4) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aec46ef commit cf613ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-config-standard": "16.0.3",
3434
"eslint-friendly-formatter": "^4.0.1",
3535
"eslint-plugin-import": "^2.25.2",
36-
"eslint-plugin-jest": "^25.2.3",
36+
"eslint-plugin-jest": "^25.2.4",
3737
"eslint-plugin-node": "^11.0.0",
3838
"eslint-plugin-promise": "^5.1.1",
3939
"eslint-plugin-vue": "^7.20.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2744,10 +2744,10 @@ eslint-plugin-import@^2.25.2:
27442744
resolve "^1.20.0"
27452745
tsconfig-paths "^3.11.0"
27462746

2747-
eslint-plugin-jest@^25.2.3:
2748-
version "25.2.3"
2749-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.2.3.tgz#7a841eca91b4e21f31fe0a5403f55bc7779dd7b3"
2750-
integrity sha512-Yoa0at3euTjERDvPGPWiItY1uuqKYQ5Ov2SmkSLmKRq9OFiVdEehw0rWuK4PA538k7CNqnvmkztjAB9l+HJ7kQ==
2747+
eslint-plugin-jest@^25.2.4:
2748+
version "25.2.4"
2749+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-25.2.4.tgz#bb9f6a0bd1fd524ffb0b8b7a159cd70a58a1a793"
2750+
integrity sha512-HRyinpgmEdkVr7pNPaYPHCoGqEzpgk79X8pg/xCeoAdurbyQjntJQ4pTzHl7BiVEBlam/F1Qsn+Dk0HtJO7Aaw==
27512751
dependencies:
27522752
"@typescript-eslint/experimental-utils" "^5.0.0"
27532753

0 commit comments

Comments
 (0)