Merge pull request #483 from hodgef/dependabot/npm_and_yarn/babel-jest-25.2.4

This commit is contained in:
dependabot-preview[bot] 2020-03-30 12:42:43 +00:00 committed by GitHub
commit 1cc0129eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -7263,12 +7263,12 @@
} }
}, },
"babel-jest": { "babel-jest": {
"version": "25.2.3", "version": "25.2.4",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-25.2.3.tgz", "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-25.2.4.tgz",
"integrity": "sha512-03JjvEwuDrEz/A45K8oggAv+Vqay0xcOdNTJxYFxiuZvB5vlHKo1iZg9Pi5vQTHhNCKpGLb7L/jvUUafyh9j7g==", "integrity": "sha512-+yDzlyJVWrqih9i2Cvjpt7COaN8vUwCsKGtxJLzg6I0xhxD54K8mvDUCliPKLufyzHh/c5C4MRj4Vk7VMjOjIg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@jest/transform": "^25.2.3", "@jest/transform": "^25.2.4",
"@jest/types": "^25.2.3", "@jest/types": "^25.2.3",
"@types/babel__core": "^7.1.0", "@types/babel__core": "^7.1.0",
"babel-plugin-istanbul": "^6.0.0", "babel-plugin-istanbul": "^6.0.0",
@ -7444,9 +7444,9 @@
} }
}, },
"@jest/transform": { "@jest/transform": {
"version": "25.2.3", "version": "25.2.4",
"resolved": "https://registry.npmjs.org/@jest/transform/-/transform-25.2.3.tgz", "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-25.2.4.tgz",
"integrity": "sha512-w1nfAuYP4OAiEDprFkE/2iwU86jL/hK3j1ylMcYOA3my5VOHqX0oeBcBxS2fUKWse2V4izuO2jqes0yNTDMlzw==", "integrity": "sha512-6eRigvb+G6bs4kW5j1/y8wu4nCrmVuIe0epPBbiWaYlwawJ8yi1EIyK3d/btDqmBpN5GpN4YhR6iPPnDmkYdTA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/core": "^7.1.0", "@babel/core": "^7.1.0",

View File

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