Merge pull request #489 from joelwmale/dependabot/npm_and_yarn/types/jest-28.1.3

Bump @types/jest from 28.1.2 to 28.1.3
This commit is contained in:
mergify[bot] 2022-06-22 11:08:47 +00:00 committed by GitHub
commit 954d5e97bc
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.6"
},
"devDependencies": {
"@types/jest": "^28.1.2",
"@types/jest": "^28.1.3",
"@types/node": "^18.0.0",
"@typescript-eslint/parser": "^5.29.0",
"@vercel/ncc": "^0.34.0",

View File

@ -78,10 +78,10 @@
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.23.5.tgz#93f7b9f4e3285a7a9ade7557d9a8d36809cbc47d"
integrity sha512-AFBVi/iT4g20DHoujvMH1aEDn8fGJh4xsRGCP6d8RpLPMqsNPvW01Jcn0QysXTsg++/xj25NmJsGyH9xug/wKg==
"@types/jest@^28.1.2":
version "28.1.2"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.2.tgz#c678569bb2d8e5474dd88f0851613611aeed9809"
integrity sha512-5dNM7mMuIrCtNJsFfvUO/5xCrG8swuT2c7ND+sl3XwlwxJf3k7e7o+PRvcFN/iIm8XhCqHqxLOj9yutDDOJoRg==
"@types/jest@^28.1.3":
version "28.1.3"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.3.tgz#52f3f3e50ce59191ff5fbb1084896cc0cf30c9ce"
integrity sha512-Tsbjk8Y2hkBaY/gJsataeb4q9Mubw9EOz7+4RjPkzD5KjTvHHs7cpws22InaoXxAVAhF5HfFbzJjo6oKWqSZLw==
dependencies:
jest-matcher-utils "^28.0.0"
pretty-format "^28.0.0"