Merge pull request #633 from hodgef/dependabot/npm_and_yarn/babel-jest-26.2.2

This commit is contained in:
dependabot-preview[bot] 2020-07-31 23:09:42 +00:00 committed by GitHub
commit 73b8094625
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

@ -4054,9 +4054,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",
@ -4066,7 +4066,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",
@ -5514,12 +5514,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",
@ -12754,9 +12754,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",