From 332f41438b1000e5c073b3e314234f481ebe1dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 05:18:34 +0000 Subject: [PATCH] Bump next Bumps the npm_and_yarn group with 1 update in the /examples/with-next directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.1.0 to 14.1.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.1.0...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/with-next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-next/package.json b/examples/with-next/package.json index f730b7e..b25298a 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -12,7 +12,7 @@ "dependencies": { "@evmos/dappstore-sdk": "0.0.6", "dappstore": "0.0.6", - "next": "14.1.0", + "next": "14.1.1", "react": "^18", "react-dom": "^18" },