From 6db6d9de1023feeeae2c5baade0f608e10fcffed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Jan 2022 20:34:45 +0000 Subject: [PATCH] fix: peril/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 --- peril/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peril/package.json b/peril/package.json index 6872f4a53c9bd..a7d639ebdbacd 100644 --- a/peril/package.json +++ b/peril/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "jest": "^24.9.0" + "jest": "^25.0.0" }, "scripts": { "test": "jest"