From 78dc87ad1f0501cdc6eadb1684f26a4dd5de42d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Aug 2022 05:14:22 +0000 Subject: [PATCH] fix: packages/astro/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180 --- packages/astro/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/package.json b/packages/astro/package.json index 73ee7c7cf67a..430c1a9f3e89 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -80,7 +80,7 @@ "magic-string": "^0.25.3", "mime": "^2.5.2", "moize": "^6.0.1", - "node-fetch": "^2.6.1", + "node-fetch": "^3.2.10", "path-to-regexp": "^6.2.0", "picomatch": "^2.2.3", "postcss": "^8.2.15",