Browse Source

⬆️ Upgrade dependency babel-jest to v25.2.4

pull/63/head
Renovate Bot 6 years ago
committed by Nicolas Beaussart
parent
commit
9f0b7bbc75
  1. 2
      package.json
  2. 37
      yarn.lock

2
package.json

@ -34,7 +34,7 @@
"@types/jest": "25.1.4",
"@types/node": "10.17.17",
"@types/prompts": "2.0.5",
"babel-jest": "25.2.3",
"babel-jest": "25.2.4",
"codecov": "3.6.5",
"eslint": "6.8.0",
"eslint-config-oclif": "3.1.0",

37
yarn.lock

@ -1147,6 +1147,28 @@
source-map "^0.6.1"
write-file-atomic "^3.0.0"
"@jest/transform@^25.2.4":
version "25.2.4"
resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-25.2.4.tgz#34336f37f13f62f7d1f5b93d5d150ba9eb3e11b9"
integrity sha512-6eRigvb+G6bs4kW5j1/y8wu4nCrmVuIe0epPBbiWaYlwawJ8yi1EIyK3d/btDqmBpN5GpN4YhR6iPPnDmkYdTA==
dependencies:
"@babel/core" "^7.1.0"
"@jest/types" "^25.2.3"
babel-plugin-istanbul "^6.0.0"
chalk "^3.0.0"
convert-source-map "^1.4.0"
fast-json-stable-stringify "^2.0.0"
graceful-fs "^4.2.3"
jest-haste-map "^25.2.3"
jest-regex-util "^25.2.1"
jest-util "^25.2.3"
micromatch "^4.0.2"
pirates "^4.0.1"
realpath-native "^2.0.0"
slash "^3.0.0"
source-map "^0.6.1"
write-file-atomic "^3.0.0"
"@jest/types@^25.1.0":
version "25.1.0"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.1.0.tgz#b26831916f0d7c381e11dbb5e103a72aed1b4395"
@ -2093,7 +2115,20 @@ axios@0.19.2, axios@^0.19.0:
dependencies:
follow-redirects "1.5.10"
babel-jest@25.2.3, babel-jest@^25.2.3:
babel-jest@25.2.4:
version "25.2.4"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-25.2.4.tgz#b21b68d3af8f161c3e6e501e91f0dea8e652e344"
integrity sha512-+yDzlyJVWrqih9i2Cvjpt7COaN8vUwCsKGtxJLzg6I0xhxD54K8mvDUCliPKLufyzHh/c5C4MRj4Vk7VMjOjIg==
dependencies:
"@jest/transform" "^25.2.4"
"@jest/types" "^25.2.3"
"@types/babel__core" "^7.1.0"
babel-plugin-istanbul "^6.0.0"
babel-preset-jest "^25.2.1"
chalk "^3.0.0"
slash "^3.0.0"
babel-jest@^25.2.3:
version "25.2.3"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-25.2.3.tgz#8f1c088b1954963e8a5384be2e219dae00d053f4"
integrity sha512-03JjvEwuDrEz/A45K8oggAv+Vqay0xcOdNTJxYFxiuZvB5vlHKo1iZg9Pi5vQTHhNCKpGLb7L/jvUUafyh9j7g==

Loading…
Cancel
Save