Skip to content

Commit f5a05b2

Browse files
committed
Update dependency jest-util to v25.4.0
1 parent da28801 commit f5a05b2

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"postinstall": "patch-package"
2424
},
2525
"dependencies": {
26-
"jest-util": "25.2.6",
26+
"jest-util": "25.4.0",
2727
"patch-package": "6.2.2",
2828
"postinstall-postinstall": "2.1.0",
2929
"react": "16.11.0",

yarn.lock

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,16 @@
862862
"@types/yargs" "^15.0.0"
863863
chalk "^3.0.0"
864864

865+
"@jest/types@^25.4.0":
866+
version "25.4.0"
867+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.4.0.tgz#5afeb8f7e1cba153a28e5ac3c9fe3eede7206d59"
868+
integrity sha512-XBeaWNzw2PPnGW5aXvZt3+VO60M+34RY3XDsCK5tW7kyj3RK0XClRutCfjqcBuaR2aBQTbluEDME9b5MB9UAPw==
869+
dependencies:
870+
"@types/istanbul-lib-coverage" "^2.0.0"
871+
"@types/istanbul-reports" "^1.1.1"
872+
"@types/yargs" "^15.0.0"
873+
chalk "^3.0.0"
874+
865875
"@react-native-community/cli-debugger-ui@^4.2.1":
866876
version "4.2.1"
867877
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.2.1.tgz#da22aa1cf8d04fe1aa2759873916473e81c4450b"
@@ -3886,12 +3896,12 @@ jest-snapshot@^24.9.0:
38863896
pretty-format "^24.9.0"
38873897
semver "^6.2.0"
38883898

3889-
jest-util@25.2.6:
3890-
version "25.2.6"
3891-
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-25.2.6.tgz#3c1c95cdfd653126728b0ed861a86610e30d569c"
3892-
integrity sha512-gpXy0H5ymuQ0x2qgl1zzHg7LYHZYUmDEq6F7lhHA8M0eIwDB2WteOcCnQsohl9c/vBKZ3JF2r4EseipCZz3s4Q==
3899+
jest-util@25.4.0:
3900+
version "25.4.0"
3901+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-25.4.0.tgz#6a093d09d86d2b41ef583e5fe7dd3976346e1acd"
3902+
integrity sha512-WSZD59sBtAUjLv1hMeKbNZXmMcrLRWcYqpO8Dz8b4CeCTZpfNQw2q9uwrYAD+BbJoLJlu4ezVPwtAmM/9/SlZA==
38933903
dependencies:
3894-
"@jest/types" "^25.2.6"
3904+
"@jest/types" "^25.4.0"
38953905
chalk "^3.0.0"
38963906
is-ci "^2.0.0"
38973907
make-dir "^3.0.0"

0 commit comments

Comments
 (0)