From ccc8871ae5fcd97d2dbf5816d831e4f711a12189 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2020 08:19:44 +0000 Subject: [PATCH] fix: packages/jest-runtime/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KINDOF-537849 --- packages/jest-runtime/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/jest-runtime/package.json b/packages/jest-runtime/package.json index 3107b375a2ab..806c888f7311 100644 --- a/packages/jest-runtime/package.json +++ b/packages/jest-runtime/package.json @@ -9,8 +9,8 @@ "main": "build/index.js", "dependencies": { "babel-core": "^6.0.0", - "babel-jest": "^19.0.0", - "babel-plugin-istanbul": "^4.0.0", + "babel-jest": "^24.0.0", + "babel-plugin-istanbul": "^5.0.1", "chalk": "^1.1.3", "convert-source-map": "^1.4.0", "graceful-fs": "^4.1.11", @@ -20,7 +20,7 @@ "jest-resolve": "^19.0.2", "jest-util": "^19.0.2", "json-stable-stringify": "^1.0.1", - "micromatch": "^2.3.11", + "micromatch": "^3.1.1", "pkg-dir": "^1.0.0", "strip-bom": "3.0.0", "yargs": "^7.0.2"