Merge pull request #755 from freqtrade/dependabot/npm_and_yarn/main/types/jest-27.5.0

build(deps-dev): bump @types/jest from 27.4.1 to 27.5.0
This commit is contained in:
Matthias 2022-05-04 07:24:58 +02:00 committed by GitHub
commit b747ddf0ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@
"@cypress/vite-dev-server": "^2.2.2",
"@cypress/vue": "^2.2.3",
"@types/echarts": "^4.9.14",
"@types/jest": "^27.4.1",
"@types/jest": "^27.5.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^5.21.0",
"@vue/eslint-config-prettier": "^6.0.0",

View File

@ -1172,10 +1172,10 @@
dependencies:
"@types/istanbul-lib-report" "*"
"@types/jest@^27.4.1":
version "27.4.1"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d"
integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw==
"@types/jest@^27.5.0":
version "27.5.0"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.0.tgz#e04ed1824ca6b1dd0438997ba60f99a7405d4c7b"
integrity sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g==
dependencies:
jest-matcher-utils "^27.0.0"
pretty-format "^27.0.0"