From c33fbfbb3b85a59825d2b0e735fc11bcfa880799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 14:26:26 +0000 Subject: [PATCH] chore(deps-dev): bump @types/uuid in /auto-codex-ui 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- auto-codex-ui/package.json | 2 +- auto-codex-ui/pnpm-lock.yaml | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/auto-codex-ui/package.json b/auto-codex-ui/package.json index 524a0ba..459ab1a 100644 --- a/auto-codex-ui/package.json +++ b/auto-codex-ui/package.json @@ -84,7 +84,7 @@ "@types/node": "^25.0.0", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", - "@types/uuid": "^10.0.0", + "@types/uuid": "^11.0.0", "@vitejs/plugin-react": "^5.1.2", "@vitest/coverage-v8": "^4.0.16", "autoprefixer": "^10.4.22", diff --git a/auto-codex-ui/pnpm-lock.yaml b/auto-codex-ui/pnpm-lock.yaml index 2c6f63c..9ba9101 100644 --- a/auto-codex-ui/pnpm-lock.yaml +++ b/auto-codex-ui/pnpm-lock.yaml @@ -171,8 +171,8 @@ importers: specifier: ^19.2.3 version: 19.2.3(@types/react@19.2.7) '@types/uuid': - specifier: ^10.0.0 - version: 10.0.0 + specifier: ^11.0.0 + version: 11.0.0 '@vitejs/plugin-react': specifier: ^5.1.2 version: 5.1.2(vite@7.3.0(@types/node@25.0.3)(jiti@2.6.1)(lightningcss@1.30.2)(yaml@2.8.2)) @@ -1753,8 +1753,9 @@ packages: '@types/unist@3.0.3': resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} - '@types/uuid@10.0.0': - resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==} + '@types/uuid@11.0.0': + resolution: {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. '@types/verror@1.10.11': resolution: {integrity: sha512-RlDm9K7+o5stv0Co8i8ZRGxDbrTxhJtgjqjFyVh/tXQyl/rYtTKlnTvZ88oSTeYREWurwx20Js4kTuKCsFkUtg==} @@ -6139,7 +6140,9 @@ snapshots: '@types/unist@3.0.3': {} - '@types/uuid@10.0.0': {} + '@types/uuid@11.0.0': + dependencies: + uuid: 13.0.0 '@types/verror@1.10.11': optional: true