From cb8477953b20037760db9e66e20848645279d386 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 04:21:40 +0000 Subject: [PATCH] fix: packages/now-next/test/integration/legacy-custom-dependency/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- .../test/integration/legacy-custom-dependency/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/now-next/test/integration/legacy-custom-dependency/package.json b/packages/now-next/test/integration/legacy-custom-dependency/package.json index 3136cbfdea1..2ce3d67b214 100644 --- a/packages/now-next/test/integration/legacy-custom-dependency/package.json +++ b/packages/now-next/test/integration/legacy-custom-dependency/package.json @@ -1,6 +1,6 @@ { "dependencies": { "isomorphic-unfetch": "latest", - "next": "7.0.0" + "next": "7.0.3" } }