From 0fd8bcf0cf9c2a44ad81e038606a8434476d0bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 03:56:12 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 14.0.0 in /packages/next Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/package.json b/packages/next/package.json index c83c5a9530ff..68a2df5d260d 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -259,7 +259,7 @@ "text-table": "0.2.0", "ua-parser-js": "0.7.28", "unistore": "3.4.1", - "uuid": "8.3.2", + "uuid": "14.0.0", "web-streams-polyfill": "3.0.3", "web-vitals": "2.1.0", "webpack-sources1": "npm:webpack-sources@1.4.3",