From a3779ff6c7044efe586dbb854ac195d270f5a282 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Oct 2022 18:21:08 +0000 Subject: [PATCH] fix: upgrade next from 12.2.5 to 12.3.1 Snyk has created this PR to upgrade next from 12.2.5 to 12.3.1. See this package in npm: https://www.npmjs.com/package/next See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/d57a8c6b-7469-42d7-8de3-3a2b967f17d8?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-xstate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-xstate/package.json b/examples/with-xstate/package.json index 9fac2154caad..1129ff1332db 100644 --- a/examples/with-xstate/package.json +++ b/examples/with-xstate/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@xstate/react": "^3.0.1", - "next": "12.2.5", + "next": "12.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", "xstate": "^4.33.3"