From fb32b745d4d0fcc3b3599172e6947490bca16f60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 22 Aug 2022 19:33:31 +0000 Subject: [PATCH] fix: test/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index 4a408464c72f..8af2131f59ad 100644 --- a/test/package.json +++ b/test/package.json @@ -7,7 +7,7 @@ "@types/supertest": "^2.0.10", "jest": "^26.6.3", "jsdom": "^16.4.0", - "node-fetch": "^2.6.1", + "node-fetch": "^2.6.7", "playwright": "^1.8.0", "supertest": "^6.1.1", "ts-jest": "^26.4.4"