From 8586657b074c566805898596daf0350f8eab589f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Jun 2025 11:38:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 713e8c8..857cd2f 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,9 @@ "isomorphic-unfetch": "^3.0.0", "js-cookie": "^2.2.1", "node-fetch": "^2.6.0", - "puppeteer": "^2.1.1", + "puppeteer": "^22.8.2", "request": "^2.88.2", - "rimraf": "^3.0.2", + "rimraf": "^4.3.1", "sentry-testkit": "^3.2.1", "uuid": "^7.0.2" },