From 871ac3847322fe919dd1afbfd4661f235875ccf7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jun 2020 07:27:03 +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-SERIALIZEJAVASCRIPT-570062 --- 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..521a5d7cc3d33 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.0.6", "next-with-typescript": "1.0.0", "react": "^16.4.0", "react-dom": "^16.4.0",