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 3136cbfdea15..2ce3d67b2145 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" } }