From 9eb9005dcd9d4baf5860f97d8576a0d8a9d9a1b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Jan 2021 04:54:17 +0000 Subject: [PATCH] fix: examples/with-jest-typescript/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://snyk.io/vuln/npm:mem:20180117 --- examples/with-jest-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-jest-typescript/package.json b/examples/with-jest-typescript/package.json index 1d9722f1f3b5718..1bbf9793df5f40c 100644 --- a/examples/with-jest-typescript/package.json +++ b/examples/with-jest-typescript/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "next": "^6.0.0", + "next": "^10.0.6", "react": "^16.2.0", "react-dom": "^16.2.0" },