From 2671c7e574c8b89ef05af42a789ba1c430304ac9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 28 Mar 2021 08:32:17 +0000 Subject: [PATCH] fix: packages/jest-repl/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HOSTEDGITINFO-1088355 --- packages/jest-repl/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/jest-repl/package.json b/packages/jest-repl/package.json index 6e6ce21c2957..d3db2ba9f072 100644 --- a/packages/jest-repl/package.json +++ b/packages/jest-repl/package.json @@ -19,8 +19,8 @@ "dependencies": { "@jest/transform": "^25.2.6", "@jest/types": "^25.2.6", - "jest-config": "^25.2.7", - "jest-runtime": "^25.2.7", + "jest-config": "^26.0.0", + "jest-runtime": "^26.0.0", "jest-validate": "^25.2.6", "repl": "^0.1.3", "yargs": "^15.3.1"