Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 7986bc5

Browse files
chore(deps-dev): bump jest-cli from 27.4.6 to 27.4.7 (#565)
1 parent 4a99c17 commit 7986bc5

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

yarn.lock

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
semver "^6.3.0"
4848
source-map "^0.5.0"
4949

50-
"@babel/core@^7.12.3":
50+
"@babel/core@^7.12.3", "@babel/core@^7.8.0":
5151
version "7.16.7"
5252
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
5353
integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
@@ -748,10 +748,10 @@
748748
jest-util "^27.4.2"
749749
slash "^3.0.0"
750750

751-
"@jest/core@^27.4.6":
752-
version "27.4.6"
753-
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.4.6.tgz#5cc4e714602324dc1561029224fd593e70ab4c7d"
754-
integrity sha512-2XvkAguDxaSAg6+Rznq7VZeIs3eV4owk3dud0zL4FH0d8mX7whkAUnO9rb0keMGStazfekR1ec9Yf9BFt4m02Q==
751+
"@jest/core@^27.4.6", "@jest/core@^27.4.7":
752+
version "27.4.7"
753+
resolved "https://registry.yarnpkg.com/@jest/core/-/core-27.4.7.tgz#84eabdf42a25f1fa138272ed229bcf0a1b5e6913"
754+
integrity sha512-n181PurSJkVMS+kClIFSX/LLvw9ExSb+4IMtD6YnfxZVerw9ANYtW0bPrm0MJu2pfe9SY9FJ9FtQ+MdZkrZwjg==
755755
dependencies:
756756
"@jest/console" "^27.4.6"
757757
"@jest/reporters" "^27.4.6"
@@ -765,7 +765,7 @@
765765
exit "^0.1.2"
766766
graceful-fs "^4.2.4"
767767
jest-changed-files "^27.4.2"
768-
jest-config "^27.4.6"
768+
jest-config "^27.4.7"
769769
jest-haste-map "^27.4.6"
770770
jest-message-util "^27.4.6"
771771
jest-regex-util "^27.4.0"
@@ -2286,28 +2286,29 @@ jest-circus@^27.4.6:
22862286
throat "^6.0.1"
22872287

22882288
jest-cli@^27.2.2, jest-cli@^27.4.6:
2289-
version "27.4.6"
2290-
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.4.6.tgz#b81e053a753111bddf0782c1a1a86b9b910f5b86"
2291-
integrity sha512-SFfUC7jMHPGwsNSYBnJMNtjoSDrb34T+SEH5psDeGNVuTVov5Zi1RQpfJYwzpK2ex3OmnsNsiqLe3/SCc8S01Q==
2289+
version "27.4.7"
2290+
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-27.4.7.tgz#d00e759e55d77b3bcfea0715f527c394ca314e5a"
2291+
integrity sha512-zREYhvjjqe1KsGV15mdnxjThKNDgza1fhDT+iUsXWLCq3sxe9w5xnvyctcYVT5PcdLSjv7Y5dCwTS3FCF1tiuw==
22922292
dependencies:
2293-
"@jest/core" "^27.4.6"
2293+
"@jest/core" "^27.4.7"
22942294
"@jest/test-result" "^27.4.6"
22952295
"@jest/types" "^27.4.2"
22962296
chalk "^4.0.0"
22972297
exit "^0.1.2"
22982298
graceful-fs "^4.2.4"
22992299
import-local "^3.0.2"
2300-
jest-config "^27.4.6"
2300+
jest-config "^27.4.7"
23012301
jest-util "^27.4.2"
23022302
jest-validate "^27.4.6"
23032303
prompts "^2.0.1"
23042304
yargs "^16.2.0"
23052305

2306-
jest-config@^27.4.6:
2307-
version "27.4.6"
2308-
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.4.6.tgz#0970f6c92702ca7878120cea638791d00a3996ee"
2309-
integrity sha512-3SGoFbaanQVg7MK5w/z8LnCMF6aZc2I7EQxS4s8fTfZpVYnWNDN34llcaViToIB62DFMhwHWTPX9X2O+4aDL1g==
2306+
jest-config@^27.4.7:
2307+
version "27.4.7"
2308+
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.4.7.tgz#4f084b2acbd172c8b43aa4cdffe75d89378d3972"
2309+
integrity sha512-xz/o/KJJEedHMrIY9v2ParIoYSrSVY6IVeE4z5Z3i101GoA5XgfbJz+1C8EYPsv7u7f39dS8F9v46BHDhn0vlw==
23102310
dependencies:
2311+
"@babel/core" "^7.8.0"
23112312
"@jest/test-sequencer" "^27.4.6"
23122313
"@jest/types" "^27.4.2"
23132314
babel-jest "^27.4.6"

0 commit comments

Comments
 (0)