From f57cbbd5ebf4db5ab9f377f59dc33d16654c3bff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Dec 2020 03:43:03 +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-NODENOTIFIER-1035794 --- packages/jest-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index 0d589358e12d..00f30dad8557 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -26,7 +26,7 @@ "jest-snapshot": "^19.0.2", "jest-util": "^19.0.2", "micromatch": "^2.3.11", - "node-notifier": "^5.0.2", + "node-notifier": "^9.0.0", "pify": "^2.3.0", "pkg-dir": "^1.0.0", "slash": "^1.0.0",