chore(deps): update dependency @types/jest to ^29.2.6 (#843)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-01-19 11:47:29 +09:00 committed by GitHub
parent 589f1617f5
commit 2c16db0f50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -19,7 +19,7 @@
"shelljs": "^0.8.5"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/jest": "^29.2.6",
"@types/js-yaml": "^4.0.5",
"@types/node": "~16",
"@typescript-eslint/eslint-plugin": "^5.48.2",
@ -1275,9 +1275,9 @@
}
},
"node_modules/@types/jest": {
"version": "29.2.5",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.5.tgz",
"integrity": "sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw==",
"version": "29.2.6",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.6.tgz",
"integrity": "sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",
@ -8668,9 +8668,9 @@
}
},
"@types/jest": {
"version": "29.2.5",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.5.tgz",
"integrity": "sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw==",
"version": "29.2.6",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.6.tgz",
"integrity": "sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw==",
"dev": true,
"requires": {
"expect": "^29.0.0",

View File

@ -56,7 +56,7 @@
"shelljs": "^0.8.5"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/jest": "^29.2.6",
"@types/js-yaml": "^4.0.5",
"@types/node": "~16",
"@typescript-eslint/eslint-plugin": "^5.48.2",