Skip to content

Commit 13ebe6b

Browse files
committed
bump jest related module
1 parent 5db4c1c commit 13ebe6b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@kazupon/lerna-changelog": "^4.3.0",
3434
"@microsoft/api-extractor": "^7.18.4",
3535
"@secretlint/secretlint-rule-preset-recommend": "^3.3.0",
36-
"@types/jest": "^26.0.22",
36+
"@types/jest": "^26.0.24",
3737
"@types/node": "^14.14.25",
3838
"@typescript-eslint/eslint-plugin": "^4.29.0",
3939
"@typescript-eslint/parser": "^4.29.0",
@@ -47,7 +47,7 @@
4747
"eslint-config-prettier": "^8.3.0",
4848
"eslint-plugin-prettier": "^3.4.0",
4949
"eslint-plugin-vue-libs": "^4.0.0",
50-
"jest": "^27.0.0",
50+
"jest": "^27.0.6",
5151
"jest-puppeteer": "^5.0.4",
5252
"jest-watch-typeahead": "^0.6.4",
5353
"lint-staged": "^11.0.0",
@@ -56,7 +56,7 @@
5656
"puppeteer": "^10.2.0",
5757
"secretlint": "^3.3.0",
5858
"shipjs": "^0.23.3",
59-
"ts-jest": "^27.0.0",
59+
"ts-jest": "^27.0.4",
6060
"typescript": "^4.3.5",
6161
"typescript-eslint-language-service": "^4.1.4",
6262
"vue": "^3.0.9",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@
11931193
dependencies:
11941194
"@types/istanbul-lib-report" "*"
11951195

1196-
"@types/jest@^26.0.22":
1196+
"@types/jest@^26.0.24":
11971197
version "26.0.24"
11981198
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
11991199
integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==
@@ -5916,7 +5916,7 @@ jest-worker@^27.0.6:
59165916
merge-stream "^2.0.0"
59175917
supports-color "^8.0.0"
59185918

5919-
jest@^27.0.0:
5919+
jest@^27.0.6:
59205920
version "27.0.6"
59215921
resolved "https://registry.yarnpkg.com/jest/-/jest-27.0.6.tgz#10517b2a628f0409087fbf473db44777d7a04505"
59225922
integrity sha512-EjV8aETrsD0wHl7CKMibKwQNQc3gIRBXlTikBmmHUeVMKaPFxdcUIBfoDqTSXDoGJIivAYGqCWVlzCSaVjPQsA==
@@ -9275,7 +9275,7 @@ try-resolve@^1.0.1:
92759275
resolved "https://registry.yarnpkg.com/try-resolve/-/try-resolve-1.0.1.tgz#cfde6fabd72d63e5797cfaab873abbe8e700e912"
92769276
integrity sha1-z95vq9ctY+V5fPqrhzq76OcA6RI=
92779277

9278-
ts-jest@^27.0.0:
9278+
ts-jest@^27.0.4:
92799279
version "27.0.4"
92809280
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.4.tgz#df49683535831560ccb58f94c023d831b1b80df0"
92819281
integrity sha512-c4E1ECy9Xz2WGfTMyHbSaArlIva7Wi2p43QOMmCqjSSjHP06KXv+aT+eSY+yZMuqsMi3k7pyGsGj2q5oSl5WfQ==

0 commit comments

Comments
 (0)