Skip to content

Commit ea91d8f

Browse files
authored
⬆️ Update @types/jest to version 29.5.12
1 parent 30989e5 commit ea91d8f

File tree

2 files changed

+84
-37
lines changed

2 files changed

+84
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/preset-react": "^7.16.7",
2929
"@babel/preset-typescript": "^7.16.7",
3030
"@types/enzyme": "^3.10.12",
31-
"@types/jest": "^27.5.2",
31+
"@types/jest": "^29.5.12",
3232
"@types/node-fetch": "^2",
3333
"@types/react": "^17.0.43",
3434
"@types/react-dom": "^18.0.2",

yarn.lock

Lines changed: 83 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,6 +1428,13 @@
14281428
"@types/node" "*"
14291429
jest-mock "^27.5.1"
14301430

1431+
"@jest/expect-utils@^29.7.0":
1432+
version "29.7.0"
1433+
resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.7.0.tgz#023efe5d26a8a70f21677d0a1afc0f0a44e3a1c6"
1434+
integrity sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==
1435+
dependencies:
1436+
jest-get-type "^29.6.3"
1437+
14311438
"@jest/fake-timers@^27.5.1":
14321439
version "27.5.1"
14331440
resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.5.1.tgz#76979745ce0579c8a94a4678af7a748eda8ada74"
@@ -2056,13 +2063,13 @@
20562063
dependencies:
20572064
"@types/istanbul-lib-report" "*"
20582065

2059-
"@types/jest@^27.5.2":
2060-
version "27.5.2"
2061-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c"
2062-
integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==
2066+
"@types/jest@^29.5.12":
2067+
version "29.5.12"
2068+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
2069+
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
20632070
dependencies:
2064-
jest-matcher-utils "^27.0.0"
2065-
pretty-format "^27.0.0"
2071+
expect "^29.0.0"
2072+
pretty-format "^29.0.0"
20662073

20672074
"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
20682075
version "7.0.15"
@@ -4374,6 +4381,11 @@ diff-sequences@^27.5.1:
43744381
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.5.1.tgz#eaecc0d327fd68c8d9672a1e64ab8dccb2ef5327"
43754382
integrity sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==
43764383

4384+
diff-sequences@^29.6.3:
4385+
version "29.6.3"
4386+
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921"
4387+
integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==
4388+
43774389
diffie-hellman@^5.0.0:
43784390
version "5.0.3"
43794391
resolved "https://registry.yarnpkg.com/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875"
@@ -5231,6 +5243,17 @@ expect@^27.5.1:
52315243
jest-matcher-utils "^27.5.1"
52325244
jest-message-util "^27.5.1"
52335245

5246+
expect@^29.0.0:
5247+
version "29.7.0"
5248+
resolved "https://registry.yarnpkg.com/expect/-/expect-29.7.0.tgz#578874590dcb3214514084c08115d8aee61e11bc"
5249+
integrity sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==
5250+
dependencies:
5251+
"@jest/expect-utils" "^29.7.0"
5252+
jest-get-type "^29.6.3"
5253+
jest-matcher-utils "^29.7.0"
5254+
jest-message-util "^29.7.0"
5255+
jest-util "^29.7.0"
5256+
52345257
express@^4.17.3:
52355258
version "4.19.2"
52365259
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
@@ -6613,6 +6636,16 @@ jest-diff@^27.5.1:
66136636
jest-get-type "^27.5.1"
66146637
pretty-format "^27.5.1"
66156638

6639+
jest-diff@^29.7.0:
6640+
version "29.7.0"
6641+
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.7.0.tgz#017934a66ebb7ecf6f205e84699be10afd70458a"
6642+
integrity sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==
6643+
dependencies:
6644+
chalk "^4.0.0"
6645+
diff-sequences "^29.6.3"
6646+
jest-get-type "^29.6.3"
6647+
pretty-format "^29.7.0"
6648+
66166649
jest-docblock@^27.5.1:
66176650
version "27.5.1"
66186651
resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-27.5.1.tgz#14092f364a42c6108d42c33c8cf30e058e25f6c0"
@@ -6661,6 +6694,11 @@ jest-get-type@^27.5.1:
66616694
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.5.1.tgz#3cd613c507b0f7ace013df407a1c1cd578bcb4f1"
66626695
integrity sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==
66636696

6697+
jest-get-type@^29.6.3:
6698+
version "29.6.3"
6699+
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1"
6700+
integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==
6701+
66646702
jest-haste-map@^27.5.1:
66656703
version "27.5.1"
66666704
resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.5.1.tgz#9fd8bd7e7b4fa502d9c6164c5640512b4e811e7f"
@@ -6712,7 +6750,7 @@ jest-leak-detector@^27.5.1:
67126750
jest-get-type "^27.5.1"
67136751
pretty-format "^27.5.1"
67146752

6715-
jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1:
6753+
jest-matcher-utils@^27.5.1:
67166754
version "27.5.1"
67176755
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab"
67186756
integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==
@@ -6722,6 +6760,16 @@ jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1:
67226760
jest-get-type "^27.5.1"
67236761
pretty-format "^27.5.1"
67246762

6763+
jest-matcher-utils@^29.7.0:
6764+
version "29.7.0"
6765+
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz#ae8fec79ff249fd592ce80e3ee474e83a6c44f12"
6766+
integrity sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==
6767+
dependencies:
6768+
chalk "^4.0.0"
6769+
jest-diff "^29.7.0"
6770+
jest-get-type "^29.6.3"
6771+
pretty-format "^29.7.0"
6772+
67256773
jest-message-util@^27.5.1:
67266774
version "27.5.1"
67276775
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.5.1.tgz#bdda72806da10d9ed6425e12afff38cd1458b6cf"
@@ -6752,6 +6800,21 @@ jest-message-util@^28.1.3:
67526800
slash "^3.0.0"
67536801
stack-utils "^2.0.3"
67546802

6803+
jest-message-util@^29.7.0:
6804+
version "29.7.0"
6805+
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.7.0.tgz#8bc392e204e95dfe7564abbe72a404e28e51f7f3"
6806+
integrity sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==
6807+
dependencies:
6808+
"@babel/code-frame" "^7.12.13"
6809+
"@jest/types" "^29.6.3"
6810+
"@types/stack-utils" "^2.0.0"
6811+
chalk "^4.0.0"
6812+
graceful-fs "^4.2.9"
6813+
micromatch "^4.0.4"
6814+
pretty-format "^29.7.0"
6815+
slash "^3.0.0"
6816+
stack-utils "^2.0.3"
6817+
67556818
jest-mock@^27.5.1:
67566819
version "27.5.1"
67576820
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.5.1.tgz#19948336d49ef4d9c52021d34ac7b5f36ff967d6"
@@ -8888,7 +8951,7 @@ pretty-error@^4.0.0:
88888951
lodash "^4.17.20"
88898952
renderkid "^3.0.0"
88908953

8891-
pretty-format@^27.0.0, pretty-format@^27.5.1:
8954+
pretty-format@^27.5.1:
88928955
version "27.5.1"
88938956
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.5.1.tgz#2181879fdea51a7a5851fb39d920faa63f01d88e"
88948957
integrity sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==
@@ -8907,6 +8970,15 @@ pretty-format@^28.1.3:
89078970
ansi-styles "^5.0.0"
89088971
react-is "^18.0.0"
89098972

8973+
pretty-format@^29.0.0, pretty-format@^29.7.0:
8974+
version "29.7.0"
8975+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.7.0.tgz#ca42c758310f365bfa71a0bda0a807160b776812"
8976+
integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==
8977+
dependencies:
8978+
"@jest/schemas" "^29.6.3"
8979+
ansi-styles "^5.0.0"
8980+
react-is "^18.0.0"
8981+
89108982
process-nextick-args@~2.0.0:
89118983
version "2.0.1"
89128984
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
@@ -10109,16 +10181,7 @@ string-natural-compare@^3.0.1:
1010910181
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
1011010182
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
1011110183

10112-
"string-width-cjs@npm:string-width@^4.2.0":
10113-
version "4.2.3"
10114-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10115-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10116-
dependencies:
10117-
emoji-regex "^8.0.0"
10118-
is-fullwidth-code-point "^3.0.0"
10119-
strip-ansi "^6.0.1"
10120-
10121-
string-width@^4.1.0, string-width@^4.2.0:
10184+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0:
1012210185
version "4.2.3"
1012310186
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1012410187
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10215,14 +10278,7 @@ stringify-object@^3.3.0:
1021510278
is-obj "^1.0.1"
1021610279
is-regexp "^1.0.0"
1021710280

10218-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10219-
version "6.0.1"
10220-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10221-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10222-
dependencies:
10223-
ansi-regex "^5.0.1"
10224-
10225-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10281+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1022610282
version "6.0.1"
1022710283
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1022810284
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11459,7 +11515,7 @@ workbox-window@6.6.1:
1145911515
"@types/trusted-types" "^2.0.2"
1146011516
workbox-core "6.6.1"
1146111517

11462-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
11518+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1146311519
version "7.0.0"
1146411520
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1146511521
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11477,15 +11533,6 @@ wrap-ansi@^6.2.0:
1147711533
string-width "^4.1.0"
1147811534
strip-ansi "^6.0.0"
1147911535

11480-
wrap-ansi@^7.0.0:
11481-
version "7.0.0"
11482-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11483-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11484-
dependencies:
11485-
ansi-styles "^4.0.0"
11486-
string-width "^4.1.0"
11487-
strip-ansi "^6.0.0"
11488-
1148911536
wrap-ansi@^8.1.0:
1149011537
version "8.1.0"
1149111538
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)