From 68014af4f791951996572d56f05b929d91392515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 04:14:07 +0000 Subject: [PATCH] Bump next from 14.0.4 to 14.1.1 in /apps/sandbox Bumps [next](https://github.com/vercel/next.js) from 14.0.4 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.0.4...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/sandbox/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sandbox/package.json b/apps/sandbox/package.json index 9af005a..4b0b4d8 100644 --- a/apps/sandbox/package.json +++ b/apps/sandbox/package.json @@ -21,7 +21,7 @@ "@near-wallet-selector/my-near-wallet": "^8.9.5", "@near-wallet-selector/nightly": "^8.9.2", "@near-wallet-selector/sender": "^8.9.2", - "next": "14.0.4", + "next": "14.1.1", "postcss-preset-env": "^9.3.0", "react": "^18", "react-dom": "^18"