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

Commit e8ebf4c

Browse files
chore(deps-dev): bump @types/jest from 27.0.2 to 27.0.3 (#516)
1 parent a2b7ad5 commit e8ebf4c

File tree

1 file changed

+6
-31
lines changed

1 file changed

+6
-31
lines changed

yarn.lock

Lines changed: 6 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@
711711
source-map "^0.6.1"
712712
write-file-atomic "^3.0.0"
713713

714-
"@jest/types@^27.2.3", "@jest/types@^27.2.5":
714+
"@jest/types@^27.2.5":
715715
version "27.2.5"
716716
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.2.5.tgz#420765c052605e75686982d24b061b4cbba22132"
717717
integrity sha512-nmuM4VuDtCZcY+eTpw+0nvstwReMsjPoj7ZR80/BbixulhLaiX+fbv8oeLW8WZlJMcsGQsTmMKT/iTZu1Uy/lQ==
@@ -826,9 +826,9 @@
826826
"@types/istanbul-lib-report" "*"
827827

828828
"@types/jest@^27.0.2":
829-
version "27.0.2"
830-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.2.tgz#ac383c4d4aaddd29bbf2b916d8d105c304a5fcd7"
831-
integrity sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==
829+
version "27.0.3"
830+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.0.3.tgz#0cf9dfe9009e467f70a342f0f94ead19842a783a"
831+
integrity sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==
832832
dependencies:
833833
jest-diff "^27.0.0"
834834
pretty-format "^27.0.0"
@@ -2158,17 +2158,7 @@ jest-config@^27.3.1:
21582158
micromatch "^4.0.4"
21592159
pretty-format "^27.3.1"
21602160

2161-
jest-diff@^27.0.0:
2162-
version "27.2.3"
2163-
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.2.3.tgz#4298ecc53f7476571d0625e8fda3ade13607a864"
2164-
integrity sha512-ihRKT1mbm/Lw+vaB1un4BEof3WdfYIXT0VLvEyLUTU3XbIUgyiljis3YzFf2RFn+ECFAeyilqJa35DeeRV2NeQ==
2165-
dependencies:
2166-
chalk "^4.0.0"
2167-
diff-sequences "^27.0.6"
2168-
jest-get-type "^27.0.6"
2169-
pretty-format "^27.2.3"
2170-
2171-
jest-diff@^27.3.1:
2161+
jest-diff@^27.0.0, jest-diff@^27.3.1:
21722162
version "27.3.1"
21732163
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.3.1.tgz#d2775fea15411f5f5aeda2a5e02c2f36440f6d55"
21742164
integrity sha512-PCeuAH4AWUo2O5+ksW4pL9v5xJAcIKPUPfIhZBcG1RKv/0+dvaWTQK1Nrau8d67dp65fOqbeMdoil+6PedyEPQ==
@@ -2221,11 +2211,6 @@ jest-environment-node@^27.3.1:
22212211
jest-mock "^27.3.0"
22222212
jest-util "^27.3.1"
22232213

2224-
jest-get-type@^27.0.6:
2225-
version "27.0.6"
2226-
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.0.6.tgz#0eb5c7f755854279ce9b68a9f1a4122f69047cfe"
2227-
integrity sha512-XTkK5exIeUbbveehcSR8w0bhH+c0yloW/Wpl+9vZrjzztCPWrxhHwkIFpZzCt71oRBsgxmuUfxEqOYoZI2macg==
2228-
22292214
jest-get-type@^27.3.1:
22302215
version "27.3.1"
22312216
resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.3.1.tgz#a8a2b0a12b50169773099eee60a0e6dd11423eff"
@@ -2984,17 +2969,7 @@ prettier@^2.2.1:
29842969
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c"
29852970
integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==
29862971

2987-
pretty-format@^27.0.0, pretty-format@^27.2.3:
2988-
version "27.2.3"
2989-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.2.3.tgz#c76710de6ebd8b1b412a5668bacf4a6c2f21a029"
2990-
integrity sha512-wvg2HzuGKKEE/nKY4VdQ/LM8w8pRZvp0XpqhwgaZBbjTwd5UdF2I4wvwZjyUwu8G+HI6g4t6u9b2FZlKhlzxcQ==
2991-
dependencies:
2992-
"@jest/types" "^27.2.3"
2993-
ansi-regex "^5.0.1"
2994-
ansi-styles "^5.0.0"
2995-
react-is "^17.0.1"
2996-
2997-
pretty-format@^27.3.1:
2972+
pretty-format@^27.0.0, pretty-format@^27.3.1:
29982973
version "27.3.1"
29992974
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.3.1.tgz#7e9486365ccdd4a502061fa761d3ab9ca1b78df5"
30002975
integrity sha512-DR/c+pvFc52nLimLROYjnXPtolawm+uWDxr4FjuLDLUn+ktWnSN851KoHwHzzqq6rfCOjkzN8FLgDrSub6UDuA==

0 commit comments

Comments
 (0)