chore: update jest and associated packages

Direct packages that have been upgraded

 - @types/jest

All packages upgraded including indirect dependencies

 - @types/jest@29.2.5
This commit is contained in:
Ade Attwood 2023-01-04 19:03:34 +00:00
parent 7e58639613
commit 94fa861269
2 changed files with 5 additions and 5 deletions

View file

@ -31,7 +31,7 @@
"yargs": "^17.6.2"
},
"devDependencies": {
"@types/jest": "^29.2.2",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",

View file

@ -732,10 +732,10 @@
dependencies:
"@types/istanbul-lib-report" "*"
"@types/jest@^29.2.2":
version "29.2.2"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.2.tgz#874e7dc6702fa6a3fe6107792aa98636dcc480b4"
integrity sha512-og1wAmdxKoS71K2ZwSVqWPX6OVn3ihZ6ZT2qvZvZQm90lJVDyXIjYcu4Khx2CNIeaFv12rOU/YObOsI3VOkzog==
"@types/jest@^29.2.5":
version "29.2.5"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.5.tgz#c27f41a9d6253f288d1910d3c5f09484a56b73c0"
integrity sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw==
dependencies:
expect "^29.0.0"
pretty-format "^29.0.0"