Browse Source

chore(deps-dev): bump @types/jest from 26.0.20 to 26.0.22 (#158)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.20 to 26.0.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 3 years ago committed by GitHub
parent
commit
2c5cd06cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json generated

@ -4373,9 +4373,9 @@ @@ -4373,9 +4373,9 @@
}
},
"@types/jest": {
"version": "26.0.20",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.20.tgz",
"integrity": "sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==",
"version": "26.0.22",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.22.tgz",
"integrity": "sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw==",
"dev": true,
"requires": {
"jest-diff": "^26.0.0",

2
package.json

@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
"@babel/runtime-corejs3": "^7.13.10",
"@googlemaps/jest-mocks": "^0.1.1",
"@types/google.maps": "^3.44.3",
"@types/jest": "^26.0.20",
"@types/jest": "^26.0.22",
"@types/selenium-webdriver": "^4.0.12",
"@typescript-eslint/eslint-plugin": ">=4.19.0",
"@typescript-eslint/parser": ">=4.16.1",

Loading…
Cancel
Save