From 995c772701d32e7d096f22c2e8f57430b24913ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Mar 2021 04:50:07 +0000 Subject: [PATCH] fix: packages/jest-circus/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- packages/jest-circus/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/jest-circus/package.json b/packages/jest-circus/package.json index da80c3e71140..4a9c4eba1ae0 100644 --- a/packages/jest-circus/package.json +++ b/packages/jest-circus/package.json @@ -28,8 +28,8 @@ "jest-each": "^25.2.6", "jest-matcher-utils": "^25.2.7", "jest-message-util": "^25.2.6", - "jest-runtime": "^25.2.7", - "jest-snapshot": "^25.2.7", + "jest-runtime": "^26.0.0", + "jest-snapshot": "^26.0.0", "jest-util": "^25.2.6", "pretty-format": "^25.2.6", "stack-utils": "^1.0.1",