From b80fa6162da1103791ee44be541c5d922c03d09a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 04:30:42 +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-PATHTOREGEXP-7925106 --- 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 b87f1f328cd85..a2b1a433c28f6 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": "^8.0.0", "react": "^16.2.0", "react-dom": "^16.2.0" },