Update dependency @types/jest to v28.1.6

This commit is contained in:
renovate[bot]
2022-07-16 00:48:00 +00:00
parent 91d96b45e3
commit bba0b82034
2 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@
},
"devDependencies": {
"@testing-library/vue": "6.6.0",
"@types/jest": "28.1.5",
"@types/jest": "28.1.6",
"@types/lodash": "4.14.182",
"@types/vue-markdown": "2.2.1",
"@typescript-eslint/eslint-plugin": "5.30.6",

View File

@@ -1531,10 +1531,10 @@
"@types/istanbul-lib-coverage" "*"
"@types/istanbul-lib-report" "*"
"@types/jest@28.1.5":
version "28.1.5"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.5.tgz#4337404efa059adbf96c4ac53b28fdc0af514475"
integrity sha512-TLAC2zXxGnohSP3GxgIyJn7yrTeRPDEyVFyCY1NE2wzg392auI+69uk5EPGjUXuhkq/K208J/TWpLG7J8ebIEQ==
"@types/jest@28.1.6":
version "28.1.6"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.6.tgz#d6a9cdd38967d2d746861fb5be6b120e38284dd4"
integrity sha512-0RbGAFMfcBJKOmqRazM8L98uokwuwD5F8rHrv/ZMbrZBwVOWZUyPG6VFNscjYr/vjM3Vu4fRrCPbOs42AfemaQ==
dependencies:
jest-matcher-utils "^28.0.0"
pretty-format "^28.0.0"