From 2cc9e99729df4563381d2a3e4fb4938033f83ecc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Sep 2022 08:56:34 +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/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 9fac2154caa..effb2c4e66e 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.0", "react": "^18.2.0", "react-dom": "^18.2.0", "xstate": "^4.33.3"