chore:(deps): bump @types/jest from 27.0.2 to 27.0.3 in /explorer (#21472)

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

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-28 23:34:24 -06:00 committed by GitHub
parent 5ce246e737
commit 88ef24cecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -27,7 +27,7 @@
"@types/chai": "^4.2.22",
"@types/chart.js": "^2.9.34",
"@types/classnames": "^2.3.1",
"@types/jest": "^27.0.2",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.10",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
@ -5465,9 +5465,9 @@
}
},
"node_modules/@types/jest": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.2.tgz",
"integrity": "sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==",
"version": "27.0.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz",
"integrity": "sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==",
"dependencies": {
"jest-diff": "^27.0.0",
"pretty-format": "^27.0.0"
@ -31040,9 +31040,9 @@
}
},
"@types/jest": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.2.tgz",
"integrity": "sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==",
"version": "27.0.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz",
"integrity": "sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==",
"requires": {
"jest-diff": "^27.0.0",
"pretty-format": "^27.0.0"

View File

@ -22,7 +22,7 @@
"@types/chai": "^4.2.22",
"@types/chart.js": "^2.9.34",
"@types/classnames": "^2.3.1",
"@types/jest": "^27.0.2",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.10",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",