From 10d60df70314cb086ed5632b2aa8c51c60ed84c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2020 05:40:01 +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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/jest-runtime/package.json b/packages/jest-runtime/package.json index 88e4b5948edb..9d15e203b972 100644 --- a/packages/jest-runtime/package.json +++ b/packages/jest-runtime/package.json @@ -9,20 +9,20 @@ "main": "build/index.js", "dependencies": { "babel-core": "^6.0.0", - "babel-jest": "^22.4.0", - "babel-plugin-istanbul": "^4.1.5", + "babel-jest": "^24.0.0", + "babel-plugin-istanbul": "^5.0.1", "chalk": "^2.0.1", "convert-source-map": "^1.4.0", "exit": "^0.1.2", "graceful-fs": "^4.1.11", - "jest-config": "^22.4.0", - "jest-haste-map": "^22.4.0", + "jest-config": "^23.0.0", + "jest-haste-map": "^23.2.0", "jest-regex-util": "^22.1.0", "jest-resolve": "^22.4.0", - "jest-util": "^22.4.0", - "jest-validate": "^22.4.0", + "jest-util": "^23.0.0", + "jest-validate": "^23.0.0", "json-stable-stringify": "^1.0.1", - "micromatch": "^2.3.11", + "micromatch": "^3.1.1", "realpath-native": "^1.0.0", "slash": "^1.0.0", "strip-bom": "3.0.0",