From 6fce18efec08af8dff1cd85318a28a48dcf442f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 01:52:18 +0000 Subject: [PATCH] fix: peril/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - 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"