From 00f2530cf30496d2a1df91c2c7bc47ff1277290b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 01:38:34 +0000 Subject: [PATCH] build(deps): bump uuid from 13.0.0 to 14.0.0 in /superSoaker Bumps [uuid](https://github.com/uuidjs/uuid) from 13.0.0 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/v13.0.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- superSoaker/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superSoaker/package.json b/superSoaker/package.json index f8b81a2..fccb89e 100644 --- a/superSoaker/package.json +++ b/superSoaker/package.json @@ -16,7 +16,7 @@ "koa": "^2.16.3", "koa-body": "^4.2.0", "koa-router": "^7.4.0", - "uuid": "13.0.0" + "uuid": "14.0.0" }, "devDependencies": { "@types/koa": "^2.15.0",