Skip to content

Commit 4775bb6

Browse files
feat(deps): update dependency @types/jest to ^29.2.6
1 parent b440e7e commit 4775bb6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@swc-node/jest": "^1.5.6",
5757
"@swc/core": "^1.3.27",
5858
"@swc/helpers": "^0.4.14",
59-
"@types/jest": "^29.2.5",
59+
"@types/jest": "^29.2.6",
6060
"@types/lodash.has": "^4.5.7",
6161
"@types/mkdirp": "^1.0.2",
6262
"@types/node": "^18.11.18",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,10 +2073,10 @@
20732073
dependencies:
20742074
"@types/istanbul-lib-report" "*"
20752075

2076-
"@types/jest@^29.2.5":
2077-
version "29.2.5"
2078-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.5.tgz#c27f41a9d6253f288d1910d3c5f09484a56b73c0"
2079-
integrity sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw==
2076+
"@types/jest@^29.2.6":
2077+
version "29.2.6"
2078+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.6.tgz#1d43c8e533463d0437edef30b2d45d5aa3d95b0a"
2079+
integrity sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw==
20802080
dependencies:
20812081
expect "^29.0.0"
20822082
pretty-format "^29.0.0"

0 commit comments

Comments
 (0)