From 45f26232e8d94700e557980783c34a9e7ae93962 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Jan 2020 03:43:12 +0000 Subject: [PATCH] fix: packages/jest-cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KINDOF-537849 --- packages/jest-cli/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index 0d589358e12d..230c013fdc3f 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -19,13 +19,13 @@ "jest-environment-jsdom": "^19.0.2", "jest-haste-map": "^19.0.0", "jest-jasmine2": "^19.0.2", - "jest-message-util": "^19.0.0", + "jest-message-util": "^23.2.0", "jest-regex-util": "^19.0.0", "jest-resolve-dependencies": "^19.0.0", - "jest-runtime": "^19.0.2", + "jest-runtime": "^24.0.0", "jest-snapshot": "^19.0.2", "jest-util": "^19.0.2", - "micromatch": "^2.3.11", + "micromatch": "^3.1.1", "node-notifier": "^5.0.2", "pify": "^2.3.0", "pkg-dir": "^1.0.0",