From 958ef9c579d33e16a715768006f79cf41a9c085e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jul 2023 18:03:21 +0000 Subject: [PATCH] fix: peril/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- peril/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peril/package.json b/peril/package.json index 6872f4a53c9bd..df435089889f0 100644 --- a/peril/package.json +++ b/peril/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "jest": "^24.9.0" + "jest": "^26.0.0" }, "scripts": { "test": "jest"