Skip to content

Commit d5a4c27

Browse files
chore: update jest monorepo (#2958)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 62a0867 commit d5a4c27

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"eslint-plugin-import": "^2.20.1",
9797
"eslint-plugin-jest": "^25.0.0",
9898
"husky": "^7.0.0",
99-
"jest": "27.4.6",
99+
"jest": "27.4.7",
100100
"lerna": "^4.0.0",
101101
"lint-staged": "12.1.5",
102102
"prettier": "^2.0.5",

yarn.lock

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
semver "^6.3.0"
4343
source-map "^0.5.0"
4444

45-
"@babel/core@^7.12.10", "@babel/core@^7.12.3":
45+
"@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.8.0":
4646
version "7.16.7"
4747
resolved "https://registry.npmjs.org/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
4848
integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
@@ -1119,10 +1119,10 @@
11191119
jest-util "^27.4.2"
11201120
slash "^3.0.0"
11211121

1122-
"@jest/core@^27.4.6":
1123-
version "27.4.6"
1124-
resolved "https://registry.npmjs.org/@jest/core/-/core-27.4.6.tgz#5cc4e714602324dc1561029224fd593e70ab4c7d"
1125-
integrity sha512-2XvkAguDxaSAg6+Rznq7VZeIs3eV4owk3dud0zL4FH0d8mX7whkAUnO9rb0keMGStazfekR1ec9Yf9BFt4m02Q==
1122+
"@jest/core@^27.4.7":
1123+
version "27.4.7"
1124+
resolved "https://registry.npmjs.org/@jest/core/-/core-27.4.7.tgz#84eabdf42a25f1fa138272ed229bcf0a1b5e6913"
1125+
integrity sha512-n181PurSJkVMS+kClIFSX/LLvw9ExSb+4IMtD6YnfxZVerw9ANYtW0bPrm0MJu2pfe9SY9FJ9FtQ+MdZkrZwjg==
11261126
dependencies:
11271127
"@jest/console" "^27.4.6"
11281128
"@jest/reporters" "^27.4.6"
@@ -1136,7 +1136,7 @@
11361136
exit "^0.1.2"
11371137
graceful-fs "^4.2.4"
11381138
jest-changed-files "^27.4.2"
1139-
jest-config "^27.4.6"
1139+
jest-config "^27.4.7"
11401140
jest-haste-map "^27.4.6"
11411141
jest-message-util "^27.4.6"
11421142
jest-regex-util "^27.4.0"
@@ -5612,29 +5612,30 @@ jest-circus@^27.4.6:
56125612
stack-utils "^2.0.3"
56135613
throat "^6.0.1"
56145614

5615-
jest-cli@^27.4.6:
5616-
version "27.4.6"
5617-
resolved "https://registry.npmjs.org/jest-cli/-/jest-cli-27.4.6.tgz#b81e053a753111bddf0782c1a1a86b9b910f5b86"
5618-
integrity sha512-SFfUC7jMHPGwsNSYBnJMNtjoSDrb34T+SEH5psDeGNVuTVov5Zi1RQpfJYwzpK2ex3OmnsNsiqLe3/SCc8S01Q==
5615+
jest-cli@^27.4.7:
5616+
version "27.4.7"
5617+
resolved "https://registry.npmjs.org/jest-cli/-/jest-cli-27.4.7.tgz#d00e759e55d77b3bcfea0715f527c394ca314e5a"
5618+
integrity sha512-zREYhvjjqe1KsGV15mdnxjThKNDgza1fhDT+iUsXWLCq3sxe9w5xnvyctcYVT5PcdLSjv7Y5dCwTS3FCF1tiuw==
56195619
dependencies:
5620-
"@jest/core" "^27.4.6"
5620+
"@jest/core" "^27.4.7"
56215621
"@jest/test-result" "^27.4.6"
56225622
"@jest/types" "^27.4.2"
56235623
chalk "^4.0.0"
56245624
exit "^0.1.2"
56255625
graceful-fs "^4.2.4"
56265626
import-local "^3.0.2"
5627-
jest-config "^27.4.6"
5627+
jest-config "^27.4.7"
56285628
jest-util "^27.4.2"
56295629
jest-validate "^27.4.6"
56305630
prompts "^2.0.1"
56315631
yargs "^16.2.0"
56325632

5633-
jest-config@^27.4.6:
5634-
version "27.4.6"
5635-
resolved "https://registry.npmjs.org/jest-config/-/jest-config-27.4.6.tgz#0970f6c92702ca7878120cea638791d00a3996ee"
5636-
integrity sha512-3SGoFbaanQVg7MK5w/z8LnCMF6aZc2I7EQxS4s8fTfZpVYnWNDN34llcaViToIB62DFMhwHWTPX9X2O+4aDL1g==
5633+
jest-config@^27.4.7:
5634+
version "27.4.7"
5635+
resolved "https://registry.npmjs.org/jest-config/-/jest-config-27.4.7.tgz#4f084b2acbd172c8b43aa4cdffe75d89378d3972"
5636+
integrity sha512-xz/o/KJJEedHMrIY9v2ParIoYSrSVY6IVeE4z5Z3i101GoA5XgfbJz+1C8EYPsv7u7f39dS8F9v46BHDhn0vlw==
56375637
dependencies:
5638+
"@babel/core" "^7.8.0"
56385639
"@jest/test-sequencer" "^27.4.6"
56395640
"@jest/types" "^27.4.2"
56405641
babel-jest "^27.4.6"
@@ -6017,14 +6018,14 @@ jest-worker@^27.4.6:
60176018
merge-stream "^2.0.0"
60186019
supports-color "^8.0.0"
60196020

6020-
jest@27.4.6:
6021-
version "27.4.6"
6022-
resolved "https://registry.npmjs.org/jest/-/jest-27.4.6.tgz#5557fad2ab1d2b709e86d2332ea2552dc021a4d9"
6023-
integrity sha512-BRbYo0MeujnnJIo206WRsfsr3gIMraR+LO9vZJsdG2/298aKYQJbS3wHG0KN3Z7SWIcf6JaSMM4E8X6cIdG9AA==
6021+
jest@27.4.7:
6022+
version "27.4.7"
6023+
resolved "https://registry.npmjs.org/jest/-/jest-27.4.7.tgz#87f74b9026a1592f2da05b4d258e57505f28eca4"
6024+
integrity sha512-8heYvsx7nV/m8m24Vk26Y87g73Ba6ueUd0MWed/NXMhSZIm62U/llVbS0PJe1SHunbyXjJ/BqG1z9bFjGUIvTg==
60246025
dependencies:
6025-
"@jest/core" "^27.4.6"
6026+
"@jest/core" "^27.4.7"
60266027
import-local "^3.0.2"
6027-
jest-cli "^27.4.6"
6028+
jest-cli "^27.4.7"
60286029

60296030
js-tokens@^4.0.0:
60306031
version "4.0.0"

0 commit comments

Comments
 (0)