Skip to content

Commit 6804d27

Browse files
chore(deps-dev): Bump @types/jest from 27.4.0 to 27.4.1 (#959)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.4.0 to 27.4.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cefca04 commit 6804d27

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@panz3r/react-native-toolbox": "^2.1.0",
7575
"@react-native-community/eslint-config": "3.0.1",
7676
"@react-native-community/eslint-plugin": "^1.1.0",
77-
"@types/jest": "^27.4.0",
77+
"@types/jest": "^27.4.1",
7878
"@types/node": "17.0.21",
7979
"@types/react": "17.0.39",
8080
"@types/react-native": "0.67.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,12 +1868,12 @@
18681868
dependencies:
18691869
"@types/istanbul-lib-report" "*"
18701870

1871-
"@types/jest@^27.4.0":
1872-
version "27.4.0"
1873-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.0.tgz#037ab8b872067cae842a320841693080f9cb84ed"
1874-
integrity sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==
1871+
"@types/jest@^27.4.1":
1872+
version "27.4.1"
1873+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d"
1874+
integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw==
18751875
dependencies:
1876-
jest-diff "^27.0.0"
1876+
jest-matcher-utils "^27.0.0"
18771877
pretty-format "^27.0.0"
18781878

18791879
"@types/json-schema@^7.0.7", "@types/json-schema@^7.0.9":
@@ -5253,7 +5253,7 @@ jest-config@^27.5.1:
52535253
slash "^3.0.0"
52545254
strip-json-comments "^3.1.1"
52555255

5256-
jest-diff@^27.0.0, jest-diff@^27.5.1:
5256+
jest-diff@^27.5.1:
52575257
version "27.5.1"
52585258
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.5.1.tgz#a07f5011ac9e6643cf8a95a462b7b1ecf6680def"
52595259
integrity sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==
@@ -5388,7 +5388,7 @@ jest-leak-detector@^27.5.1:
53885388
jest-get-type "^27.5.1"
53895389
pretty-format "^27.5.1"
53905390

5391-
jest-matcher-utils@^27.5.1:
5391+
jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1:
53925392
version "27.5.1"
53935393
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab"
53945394
integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==

0 commit comments

Comments
 (0)