From d3d8eeb0eb53c7b67c0299ca98f89da12d6835d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 May 2021 07:26:02 +0000 Subject: [PATCH] fix: examples/with-ts-node/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SSRI-1085630 - https://snyk.io/vuln/SNYK-JS-SSRI-1246392 --- examples/with-ts-node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-ts-node/package.json b/examples/with-ts-node/package.json index bf3f4a1d3eff2..44267f0d0b42c 100644 --- a/examples/with-ts-node/package.json +++ b/examples/with-ts-node/package.json @@ -7,7 +7,7 @@ "dependencies": { "@types/next": "^2.4.11", "@types/react": "^16.0.36", - "next": "^7.0.0", + "next": "^10.0.6", "next-with-typescript": "1.0.0", "react": "^16.4.0", "react-dom": "^16.4.0",