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

Commit 1ad415d

Browse files
Bump babel-jest from 27.4.5 to 27.4.6 (#184)
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 27.4.5 to 27.4.6. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v27.4.6/packages/babel-jest) --- updated-dependencies: - dependency-name: babel-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 0e70de6 commit 1ad415d

File tree

1 file changed

+42
-24
lines changed

1 file changed

+42
-24
lines changed

yarn.lock

Lines changed: 42 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
version "7.16.4"
1313
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
1414

15-
"@babel/core@^7.1.0", "@babel/core@^7.5.5", "@babel/core@^7.7.5":
15+
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.5.5", "@babel/core@^7.7.5":
1616
version "7.16.7"
1717
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
1818
dependencies:
@@ -236,7 +236,7 @@
236236
chalk "^2.0.0"
237237
js-tokens "^4.0.0"
238238

239-
"@babel/parser@^7.1.0", "@babel/parser@^7.16.7":
239+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7":
240240
version "7.16.7"
241241
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.7.tgz#d372dda9c89fcec340a82630a9f533f2fe15877e"
242242

@@ -1053,22 +1053,22 @@
10531053
source-map "^0.6.1"
10541054
write-file-atomic "^3.0.0"
10551055

1056-
"@jest/transform@^27.4.5":
1057-
version "27.4.5"
1058-
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.4.5.tgz#3dfe2e3680cd4aa27356172bf25617ab5b94f195"
1056+
"@jest/transform@^27.4.6":
1057+
version "27.4.6"
1058+
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.4.6.tgz#153621940b1ed500305eacdb31105d415dc30231"
10591059
dependencies:
10601060
"@babel/core" "^7.1.0"
10611061
"@jest/types" "^27.4.2"
1062-
babel-plugin-istanbul "^6.0.0"
1062+
babel-plugin-istanbul "^6.1.1"
10631063
chalk "^4.0.0"
10641064
convert-source-map "^1.4.0"
10651065
fast-json-stable-stringify "^2.0.0"
10661066
graceful-fs "^4.2.4"
1067-
jest-haste-map "^27.4.5"
1067+
jest-haste-map "^27.4.6"
10681068
jest-regex-util "^27.4.0"
10691069
jest-util "^27.4.2"
10701070
micromatch "^4.0.4"
1071-
pirates "^4.0.1"
1071+
pirates "^4.0.4"
10721072
slash "^3.0.0"
10731073
source-map "^0.6.1"
10741074
write-file-atomic "^3.0.0"
@@ -1366,13 +1366,13 @@ babel-jest@^26.6.3:
13661366
slash "^3.0.0"
13671367

13681368
babel-jest@^27.0.1:
1369-
version "27.4.5"
1370-
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.4.5.tgz#d38bd0be8ea71d8b97853a5fc9f76deeb095c709"
1369+
version "27.4.6"
1370+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.4.6.tgz#4d024e69e241cdf4f396e453a07100f44f7ce314"
13711371
dependencies:
1372-
"@jest/transform" "^27.4.5"
1372+
"@jest/transform" "^27.4.6"
13731373
"@jest/types" "^27.4.2"
13741374
"@types/babel__core" "^7.1.14"
1375-
babel-plugin-istanbul "^6.0.0"
1375+
babel-plugin-istanbul "^6.1.1"
13761376
babel-preset-jest "^27.4.0"
13771377
chalk "^4.0.0"
13781378
graceful-fs "^4.2.4"
@@ -1384,14 +1384,14 @@ babel-plugin-dynamic-import-node@^2.3.3:
13841384
dependencies:
13851385
object.assign "^4.1.0"
13861386

1387-
babel-plugin-istanbul@^6.0.0:
1388-
version "6.0.0"
1389-
resolved "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz"
1387+
babel-plugin-istanbul@^6.0.0, babel-plugin-istanbul@^6.1.1:
1388+
version "6.1.1"
1389+
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73"
13901390
dependencies:
13911391
"@babel/helper-plugin-utils" "^7.0.0"
13921392
"@istanbuljs/load-nyc-config" "^1.0.0"
13931393
"@istanbuljs/schema" "^0.1.2"
1394-
istanbul-lib-instrument "^4.0.0"
1394+
istanbul-lib-instrument "^5.0.4"
13951395
test-exclude "^6.0.0"
13961396

13971397
babel-plugin-jest-hoist@^26.6.2:
@@ -2496,7 +2496,11 @@ istanbul-lib-coverage@^3.0.0:
24962496
version "3.0.0"
24972497
resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.0.tgz"
24982498

2499-
istanbul-lib-instrument@^4.0.0, istanbul-lib-instrument@^4.0.3:
2499+
istanbul-lib-coverage@^3.2.0:
2500+
version "3.2.0"
2501+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3"
2502+
2503+
istanbul-lib-instrument@^4.0.3:
25002504
version "4.0.3"
25012505
resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz"
25022506
dependencies:
@@ -2505,6 +2509,16 @@ istanbul-lib-instrument@^4.0.0, istanbul-lib-instrument@^4.0.3:
25052509
istanbul-lib-coverage "^3.0.0"
25062510
semver "^6.3.0"
25072511

2512+
istanbul-lib-instrument@^5.0.4:
2513+
version "5.1.0"
2514+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz#7b49198b657b27a730b8e9cb601f1e1bff24c59a"
2515+
dependencies:
2516+
"@babel/core" "^7.12.3"
2517+
"@babel/parser" "^7.14.7"
2518+
"@istanbuljs/schema" "^0.1.2"
2519+
istanbul-lib-coverage "^3.2.0"
2520+
semver "^6.3.0"
2521+
25082522
istanbul-lib-report@^3.0.0:
25092523
version "3.0.0"
25102524
resolved "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz"
@@ -2649,9 +2663,9 @@ jest-haste-map@^26.6.2:
26492663
optionalDependencies:
26502664
fsevents "^2.1.2"
26512665

2652-
jest-haste-map@^27.4.5:
2653-
version "27.4.5"
2654-
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.4.5.tgz#c2921224a59223f91e03ec15703905978ef0cc1a"
2666+
jest-haste-map@^27.4.6:
2667+
version "27.4.6"
2668+
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.4.6.tgz#c60b5233a34ca0520f325b7e2cc0a0140ad0862a"
26552669
dependencies:
26562670
"@jest/types" "^27.4.2"
26572671
"@types/graceful-fs" "^4.1.2"
@@ -2662,7 +2676,7 @@ jest-haste-map@^27.4.5:
26622676
jest-regex-util "^27.4.0"
26632677
jest-serializer "^27.4.0"
26642678
jest-util "^27.4.2"
2665-
jest-worker "^27.4.5"
2679+
jest-worker "^27.4.6"
26662680
micromatch "^4.0.4"
26672681
walker "^1.0.7"
26682682
optionalDependencies:
@@ -2906,9 +2920,9 @@ jest-worker@^26.6.2:
29062920
merge-stream "^2.0.0"
29072921
supports-color "^7.0.0"
29082922

2909-
jest-worker@^27.4.5:
2910-
version "27.4.5"
2911-
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.4.5.tgz#d696e3e46ae0f24cff3fa7195ffba22889262242"
2923+
jest-worker@^27.4.6:
2924+
version "27.4.6"
2925+
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.4.6.tgz#5d2d93db419566cb680752ca0792780e71b3273e"
29122926
dependencies:
29132927
"@types/node" "*"
29142928
merge-stream "^2.0.0"
@@ -3387,6 +3401,10 @@ pirates@^4.0.1:
33873401
dependencies:
33883402
node-modules-regexp "^1.0.0"
33893403

3404+
pirates@^4.0.4:
3405+
version "4.0.4"
3406+
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.4.tgz#07df81e61028e402735cdd49db701e4885b4e6e6"
3407+
33903408
pkg-dir@^4.2.0:
33913409
version "4.2.0"
33923410
resolved "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz"

0 commit comments

Comments
 (0)