Skip to content

Commit e2382a6

Browse files
committed
chore(deps): update dependency @types/jest to v27.4.1
1 parent 6802992 commit e2382a6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"@types/cross-spawn": "6.0.2",
6161
"@types/doctrine": "0.0.5",
62-
"@types/jest": "27.4.0",
62+
"@types/jest": "27.4.1",
6363
"@types/rimraf": "3.0.2",
6464
"@typescript-eslint/eslint-plugin": "5.12.1",
6565
"@typescript-eslint/parser": "5.12.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -619,12 +619,12 @@
619619
dependencies:
620620
"@types/istanbul-lib-report" "*"
621621

622-
"@types/[email protected].0":
623-
version "27.4.0"
624-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.0.tgz#037ab8b872067cae842a320841693080f9cb84ed"
625-
integrity sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==
622+
"@types/[email protected].1":
623+
version "27.4.1"
624+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d"
625+
integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw==
626626
dependencies:
627-
jest-diff "^27.0.0"
627+
jest-matcher-utils "^27.0.0"
628628
pretty-format "^27.0.0"
629629

630630
"@types/json-schema@^7.0.9":
@@ -1975,7 +1975,7 @@ jest-config@^27.5.1:
19751975
slash "^3.0.0"
19761976
strip-json-comments "^3.1.1"
19771977

1978-
[email protected], jest-diff@^27.0.0, jest-diff@^27.5.1:
1978+
[email protected], jest-diff@^27.5.1:
19791979
version "27.5.1"
19801980
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.5.1.tgz#a07f5011ac9e6643cf8a95a462b7b1ecf6680def"
19811981
integrity sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==
@@ -2084,7 +2084,7 @@ jest-leak-detector@^27.5.1:
20842084
jest-get-type "^27.5.1"
20852085
pretty-format "^27.5.1"
20862086

2087-
[email protected], jest-matcher-utils@^27.5.1:
2087+
[email protected], jest-matcher-utils@^27.0.0, jest-matcher-utils@^27.5.1:
20882088
version "27.5.1"
20892089
resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz#9c0cdbda8245bc22d2331729d1091308b40cf8ab"
20902090
integrity sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==

0 commit comments

Comments
 (0)