Bump babel-jest from 26.2.1 to 26.2.2

Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 26.2.1 to 26.2.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v26.2.2/packages/babel-jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-31 23:04:26 +00:00 committed by GitHub
parent b51ae715f4
commit 2053118c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -3960,9 +3960,9 @@
}
},
"@jest/transform": {
"version": "26.2.1",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-26.2.1.tgz",
"integrity": "sha512-lwPHjT9tIHB0B66/FEv4lr4+GPIT0/0RPOFEBzk7NsnrAKoemelTVyDI99x1f6Dh3juyQ5kK9z8cAyCstkotOQ==",
"version": "26.2.2",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-26.2.2.tgz",
"integrity": "sha512-c1snhvi5wRVre1XyoO3Eef5SEWpuBCH/cEbntBUd9tI5sNYiBDmO0My/lc5IuuGYKp/HFIHV1eZpSx5yjdkhKw==",
"dev": true,
"requires": {
"@babel/core": "^7.1.0",
@ -3972,7 +3972,7 @@
"convert-source-map": "^1.4.0",
"fast-json-stable-stringify": "^2.0.0",
"graceful-fs": "^4.2.4",
"jest-haste-map": "^26.2.1",
"jest-haste-map": "^26.2.2",
"jest-regex-util": "^26.0.0",
"jest-util": "^26.2.0",
"micromatch": "^4.0.2",
@ -5420,12 +5420,12 @@
}
},
"babel-jest": {
"version": "26.2.1",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-26.2.1.tgz",
"integrity": "sha512-8h5l0hzHTVFwWwu2K81iStzu8RPOPPQqaC5tKYrk4jcnlDYk5pMIwW+Yp515S8pxIJKWM/Z1rzkVOLanbNIn0w==",
"version": "26.2.2",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-26.2.2.tgz",
"integrity": "sha512-JmLuePHgA+DSOdOL8lPxCgD2LhPPm+rdw1vnxR73PpIrnmKCS2/aBhtkAcxQWuUcW2hBrH8MJ3LKXE7aWpNZyA==",
"dev": true,
"requires": {
"@jest/transform": "^26.2.1",
"@jest/transform": "^26.2.2",
"@jest/types": "^26.2.0",
"@types/babel__core": "^7.1.7",
"babel-plugin-istanbul": "^6.0.0",
@ -12660,9 +12660,9 @@
"dev": true
},
"jest-haste-map": {
"version": "26.2.1",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.2.1.tgz",
"integrity": "sha512-3815SlK308fgrbd+5A9I/pzu7kgQ9Ymy7rzgHLIm3lltCHwZ2uNsMxkfmV2fPZBHpcolSE6elYIgYTym7VLtcg==",
"version": "26.2.2",
"resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-26.2.2.tgz",
"integrity": "sha512-3sJlMSt+NHnzCB+0KhJ1Ut4zKJBiJOlbrqEYNdRQGlXTv8kqzZWjUKQRY3pkjmlf+7rYjAV++MQ4D6g4DhAyOg==",
"dev": true,
"requires": {
"@jest/types": "^26.2.0",

View File

@ -48,7 +48,7 @@
"@typescript-eslint/eslint-plugin": "1.13.0",
"@typescript-eslint/parser": "1.13.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.2.1",
"babel-jest": "^26.2.2",
"babel-loader": "8.1.0",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^9.1.2",