From a3cd8b3873a4119478d1bd0ccd854d96b4a51d1a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Apr 2020 07:26:12 +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-NEXT-561584 --- 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 bf3f4a1d3eff..572d16eb6fbf 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": "^9.3.2", "next-with-typescript": "1.0.0", "react": "^16.4.0", "react-dom": "^16.4.0",