Skip to content

Commit e9bad90

Browse files
authored
Merge pull request #33 from ahmnouira/renovate/jest-monorepo
chore(deps): update dependency jest to v26.6.3
2 parents cf541a0 + 1720fd5 commit e9bad90

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@
8181
"registry": "https://registry.npmjs.org"
8282
},
8383
"resolutions": {
84-
"jest": "26.6.0"
84+
"jest": "26.6.3"
8585
}
8686
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@
10911091
jest-util "^27.4.2"
10921092
slash "^3.0.0"
10931093

1094-
"@jest/core@^26.6.0", "@jest/core@^26.6.3":
1094+
"@jest/core@^26.6.3":
10951095
version "26.6.3"
10961096
resolved "https://registry.yarnpkg.com/@jest/core/-/core-26.6.3.tgz#7639fcb3833d748a4656ada54bde193051e45fad"
10971097
integrity sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==
@@ -4155,7 +4155,7 @@ jest-circus@^27.4.6:
41554155
stack-utils "^2.0.3"
41564156
throat "^6.0.1"
41574157

4158-
jest-cli@^26.6.0:
4158+
jest-cli@^26.6.3:
41594159
version "26.6.3"
41604160
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-26.6.3.tgz#43117cfef24bc4cd691a174a8796a532e135e92a"
41614161
integrity sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==
@@ -4866,14 +4866,14 @@ jest-worker@^27.4.6:
48664866
merge-stream "^2.0.0"
48674867
supports-color "^8.0.0"
48684868

4869-
jest@26.6.0:
4870-
version "26.6.0"
4871-
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.0.tgz#546b25a1d8c888569dbbe93cae131748086a4a25"
4872-
integrity sha512-jxTmrvuecVISvKFFhOkjsWRZV7sFqdSUAd1ajOKY+/QE/aLBVstsJ/dX8GczLzwiT6ZEwwmZqtCUHLHHQVzcfA==
4869+
jest@26.6.3:
4870+
version "26.6.3"
4871+
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef"
4872+
integrity sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==
48734873
dependencies:
4874-
"@jest/core" "^26.6.0"
4874+
"@jest/core" "^26.6.3"
48754875
import-local "^3.0.2"
4876-
jest-cli "^26.6.0"
4876+
jest-cli "^26.6.3"
48774877

48784878
jest@27.4.7:
48794879
version "27.4.7"

0 commit comments

Comments
 (0)