From a709d8981bc8e756d723a75de35d4c14fc4039ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 00:03:22 +0000 Subject: [PATCH] chore(deps): bump @types/uuid from 10.0.0 to 11.0.0 Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 10.0.0 to 11.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: "@types/uuid" dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9b2535..37e42f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@types/async": "^3.2.25", "@types/cors": "^2.8.17", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "async": "^3.2.6", "axios": "^1.15.2", "bull": "^4.16.5", @@ -3330,10 +3330,14 @@ "optional": true }, "node_modules/@types/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", - "license": "MIT" + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-11.0.0.tgz", + "integrity": "sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==", + "deprecated": "This is a stub types definition. uuid provides its own type definitions, so you do not need this installed.", + "license": "MIT", + "dependencies": { + "uuid": "*" + } }, "node_modules/@types/validator": { "version": "13.15.10", diff --git a/package.json b/package.json index a23aedc..c7951a1 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "dependencies": { "@types/async": "^3.2.25", "@types/cors": "^2.8.17", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "async": "^3.2.6", "axios": "^1.15.2", "bull": "^4.16.5",