Skip to content

Commit 9e6f741

Browse files
AlexTugarevroboquat
authored andcommitted
missing yarn.lock changes
1 parent 17c1def commit 9e6f741

File tree

1 file changed

+28
-19
lines changed

1 file changed

+28
-19
lines changed

yarn.lock

Lines changed: 28 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1666,15 +1666,6 @@
16661666
jest-mock "^26.6.2"
16671667
jest-util "^26.6.2"
16681668

1669-
"@jest/globals@^26.6.2":
1670-
version "26.6.2"
1671-
resolved "https://registry.npmjs.org/@jest/globals/-/globals-26.6.2.tgz"
1672-
integrity sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==
1673-
dependencies:
1674-
"@jest/environment" "^26.6.2"
1675-
"@jest/types" "^26.6.2"
1676-
expect "^26.6.2"
1677-
16781669
"@jest/reporters@^26.6.2":
16791670
version "26.6.2"
16801671
resolved "https://registry.npmjs.org/@jest/reporters/-/reporters-26.6.2.tgz"
@@ -5524,11 +5515,6 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
55245515
inherits "^2.0.1"
55255516
safe-buffer "^5.0.1"
55265517

5527-
cjs-module-lexer@^0.6.0:
5528-
version "0.6.0"
5529-
resolved "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-0.6.0.tgz"
5530-
integrity sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==
5531-
55325518
clap@^1.0.9:
55335519
version "1.2.3"
55345520
resolved "https://registry.npmjs.org/clap/-/clap-1.2.3.tgz"
@@ -10818,6 +10804,34 @@ jest-runtime@^26.6.0, jest-runtime@^26.6.3:
1081810804
version "26.6.3"
1081910805
resolved "https://registry.npmjs.org/jest-runtime/-/jest-runtime-26.6.3.tgz"
1082010806
integrity sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==
10807+
dependencies:
10808+
"@jest/console" "^26.6.2"
10809+
"@jest/environment" "^26.6.2"
10810+
"@jest/fake-timers" "^26.6.2"
10811+
"@jest/globals" "^26.6.2"
10812+
"@jest/source-map" "^26.6.2"
10813+
"@jest/test-result" "^26.6.2"
10814+
"@jest/transform" "^26.6.2"
10815+
"@jest/types" "^26.6.2"
10816+
"@types/yargs" "^15.0.0"
10817+
chalk "^4.0.0"
10818+
cjs-module-lexer "^0.6.0"
10819+
collect-v8-coverage "^1.0.0"
10820+
exit "^0.1.2"
10821+
glob "^7.1.3"
10822+
graceful-fs "^4.2.4"
10823+
jest-config "^26.6.3"
10824+
jest-haste-map "^26.6.2"
10825+
jest-message-util "^26.6.2"
10826+
jest-mock "^26.6.2"
10827+
jest-regex-util "^26.0.0"
10828+
jest-resolve "^26.6.2"
10829+
jest-snapshot "^26.6.2"
10830+
jest-util "^26.6.2"
10831+
jest-validate "^26.6.2"
10832+
slash "^3.0.0"
10833+
strip-bom "^4.0.0"
10834+
yargs "^15.4.1"
1082110835

1082210836
jest-serializer@^26.6.2:
1082310837
version "26.6.2"
@@ -16786,11 +16800,6 @@ strip-bom@^3.0.0:
1678616800
resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz"
1678716801
integrity sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=
1678816802

16789-
strip-bom@^4.0.0:
16790-
version "4.0.0"
16791-
resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz"
16792-
integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==
16793-
1679416803
strip-comments@^1.0.2:
1679516804
version "1.0.2"
1679616805
resolved "https://registry.npmjs.org/strip-comments/-/strip-comments-1.0.2.tgz"

0 commit comments

Comments
 (0)