From 0581e80b7c2c7c4b411c15034b964d68430d25a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Feb 2024 15:03:23 +0000 Subject: [PATCH] fix: peril/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- peril/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peril/package.json b/peril/package.json index 6872f4a53c9bd..1176e75bbf2f2 100644 --- a/peril/package.json +++ b/peril/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "jest": "^24.9.0" + "jest": "^27.0.0" }, "scripts": { "test": "jest"