Skip to content

Commit ccafda5

Browse files
chore(deps-dev): bump eslint-plugin-jest from 24.3.6 to 24.4.0 (#272)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.3.6 to 24.4.0. - [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@v24.3.6...v24.4.0) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1424bb7 commit ccafda5

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
@@ -34,7 +34,7 @@
3434
"eslint-config-standard": "16.0.3",
3535
"eslint-friendly-formatter": "^4.0.1",
3636
"eslint-plugin-import": "^2.23.4",
37-
"eslint-plugin-jest": "^24.3.6",
37+
"eslint-plugin-jest": "^24.4.0",
3838
"eslint-plugin-node": "^11.0.0",
3939
"eslint-plugin-promise": "^5.1.0",
4040
"eslint-plugin-vue": "^7.15.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2617,10 +2617,10 @@ eslint-plugin-import@^2.23.4:
26172617
resolve "^1.20.0"
26182618
tsconfig-paths "^3.9.0"
26192619

2620-
eslint-plugin-jest@^24.3.6:
2621-
version "24.3.6"
2622-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.6.tgz#5f0ca019183c3188c5ad3af8e80b41de6c8e9173"
2623-
integrity sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg==
2620+
eslint-plugin-jest@^24.4.0:
2621+
version "24.4.0"
2622+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.4.0.tgz#fa4b614dbd46a98b652d830377971f097bda9262"
2623+
integrity sha512-8qnt/hgtZ94E9dA6viqfViKBfkJwFHXgJmTWlMGDgunw1XJEGqm3eiPjDsTanM3/u/3Az82nyQM9GX7PM/QGmg==
26242624
dependencies:
26252625
"@typescript-eslint/experimental-utils" "^4.0.1"
26262626

0 commit comments

Comments
 (0)