Merge pull request #2660 from tridactyl/dependabot/npm_and_yarn/types/jest-26.0.7

This commit is contained in:
dependabot-preview[bot] 2020-07-24 18:35:07 +00:00 committed by GitHub
commit 12a3c5e895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/firefox-webext-browser": "^78.0.0", "@types/firefox-webext-browser": "^78.0.0",
"@types/jest": "^26.0.6", "@types/jest": "^26.0.7",
"@types/node": "^14.0.25", "@types/node": "^14.0.25",
"@types/ramda": "^0.27.11", "@types/ramda": "^0.27.11",
"@types/selenium-webdriver": "^4.0.9", "@types/selenium-webdriver": "^4.0.9",

View file

@ -704,10 +704,10 @@
"@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-coverage" "*"
"@types/istanbul-lib-report" "*" "@types/istanbul-lib-report" "*"
"@types/jest@^26.0.6": "@types/jest@^26.0.7":
version "26.0.6" version "26.0.7"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.6.tgz#b9f5ef7ba7e0e45a0c482667a0cf314f0a6ed6b3" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.7.tgz#495cb1d1818c1699dbc3b8b046baf1c86ef5e324"
integrity sha512-XhJCNf+oPyA90jyPhOT3yZo6xR8R7auyUAibzRewPwbOb649AOPXX/JSjbafcbxJrxs/+BymBmHSETM8VpGMOw== integrity sha512-+x0077/LoN6MjqBcVOe1y9dpryWnfDZ+Xfo3EqGeBcfPRJlQp3Lw62RvNlWxuGv7kOEwlHriAa54updi3Jvvwg==
dependencies: dependencies:
jest-diff "^25.2.1" jest-diff "^25.2.1"
pretty-format "^25.2.1" pretty-format "^25.2.1"