Skip to content

Commit 3829138

Browse files
chore: update dependency eslint-plugin-jest to v27.4.3 (#3712)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ff31a3 commit 3829138

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

yarn.lock

+11-6
Original file line numberDiff line numberDiff line change
@@ -1939,11 +1939,16 @@
19391939
expect "^29.0.0"
19401940
pretty-format "^29.0.0"
19411941

1942-
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
1942+
"@types/json-schema@^7.0.12":
19431943
version "7.0.13"
19441944
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85"
19451945
integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==
19461946

1947+
"@types/json-schema@^7.0.9":
1948+
version "7.0.14"
1949+
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
1950+
integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==
1951+
19471952
"@types/json5@^0.0.29":
19481953
version "0.0.29"
19491954
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -2066,12 +2071,12 @@
20662071
resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
20672072
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
20682073

2069-
2074+
"@types/[email protected]", "@types/semver@^7.3.12":
20702075
version "7.5.4"
20712076
resolved "https://registry.npmjs.org/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff"
20722077
integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
20732078

2074-
"@types/semver@^7.3.12", "@types/semver@^7.5.0":
2079+
"@types/semver@^7.5.0":
20752080
version "7.5.3"
20762081
resolved "https://registry.npmjs.org/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
20772082
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==
@@ -3953,9 +3958,9 @@ eslint-plugin-import@^2.28.0:
39533958
tsconfig-paths "^3.14.2"
39543959

39553960
eslint-plugin-jest@^27.2.3:
3956-
version "27.4.2"
3957-
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.4.2.tgz#181d999ac67a9b6040db1d27935887cf5a2882ed"
3958-
integrity sha512-3Nfvv3wbq2+PZlRTf2oaAWXWwbdBejFRBR2O8tAO67o+P8zno+QGbcDYaAXODlreXVg+9gvWhKKmG2rgfb8GEg==
3961+
version "27.4.3"
3962+
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.4.3.tgz#7b2330a9e1819b66d06e66b45dfa8e8ef0c23f79"
3963+
integrity sha512-7S6SmmsHsgIm06BAGCAxL+ABd9/IB3MWkz2pudj6Qqor2y1qQpWPfuFU4SG9pWj4xDjF0e+D7Llh5useuSzAZw==
39593964
dependencies:
39603965
"@typescript-eslint/utils" "^5.10.0"
39613966

0 commit comments

Comments
 (0)