Merge pull request #556 from joelwmale/dependabot/npm_and_yarn/types/jest-29.0.2

Bump @types/jest from 29.0.1 to 29.0.2
This commit is contained in:
mergify[bot] 2022-09-14 11:04:45 +00:00 committed by GitHub
commit 0f24884417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -27,7 +27,7 @@
"node-fetch": "^3.2.10" "node-fetch": "^3.2.10"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.0.1", "@types/jest": "^29.0.2",
"@types/node": "^18.7.17", "@types/node": "^18.7.17",
"@typescript-eslint/parser": "^5.37.0", "@typescript-eslint/parser": "^5.37.0",
"@vercel/ncc": "^0.34.0", "@vercel/ncc": "^0.34.0",

View File

@ -163,10 +163,10 @@
dependencies: dependencies:
"@types/istanbul-lib-report" "*" "@types/istanbul-lib-report" "*"
"@types/jest@^29.0.1": "@types/jest@^29.0.2":
version "29.0.1" version "29.0.2"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.0.1.tgz#b5610ae1a1c5f6e0f6beb132941722da7c493c28" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.0.2.tgz#05dcb2d78d2fcc444be89f95b7389f2c3601d336"
integrity sha512-CAZrjLRZs4xEdIrfrdV74xK1Vo/BKQZwUcjJv3gp6gMeV3BsVxMnXTcgtYOKyphT4DPPo7jxVEVhuwJTQn3oPQ== integrity sha512-TaklkwSEtvwJpleiKBHgEBySIQlcZ08gYP/s5wdtdLnjz9uxjnDd7U+Y0JWACebkqBc+jtbol2PEtEW0wQV2zQ==
dependencies: dependencies:
expect "^29.0.0" expect "^29.0.0"
pretty-format "^29.0.0" pretty-format "^29.0.0"