From b992e913ac5fe59d7be3fe3d1124c37474e7a727 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Sep 2022 01:29:23 +0000 Subject: [PATCH] fix: upgrade next from 12.2.5 to 12.3.0 Snyk has created this PR to upgrade next from 12.2.5 to 12.3.0. See this package in npm: https://www.npmjs.com/package/next See this project in Snyk: https://app.snyk.io/org/kuhlmanjakob/project/06de0354-0cfc-44a8-aced-c4e6aafc2fce?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/dynamic-routing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dynamic-routing/package.json b/examples/dynamic-routing/package.json index 6a0d14f6b52d..d10c1aae7139 100644 --- a/examples/dynamic-routing/package.json +++ b/examples/dynamic-routing/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "next": "12.2.5", + "next": "12.3.0", "react": "^18.2.0", "react-dom": "^18.2.0" },