From 40069d5f211c332cc0787b1c4c8c5dcc584d220f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 06:47:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 713e8c8..a0f029b 100644 --- a/package.json +++ b/package.json @@ -21,13 +21,13 @@ "cookie-parser": "^1.4.4", "cross-env": "^7.0.2", "express": "^4.17.1", - "isomorphic-unfetch": "^3.0.0", + "isomorphic-unfetch": "^4.0.0", "js-cookie": "^2.2.1", "node-fetch": "^2.6.0", "puppeteer": "^2.1.1", "request": "^2.88.2", "rimraf": "^3.0.2", - "sentry-testkit": "^3.2.1", + "sentry-testkit": "^5.0.5", "uuid": "^7.0.2" }, "devDependencies": {