diff --git a/api/package.json b/api/package.json index d468e3d02..265e39901 100644 --- a/api/package.json +++ b/api/package.json @@ -190,7 +190,7 @@ "@types/stoppable": "1.1.3", "@types/strftime": "0.9.8", "@types/supertest": "6.0.3", - "@types/uuid": "10.0.0", + "@types/uuid": "11.0.0", "@types/ws": "8.18.1", "@types/wtfnode": "0.10.0", "@vitest/coverage-v8": "3.2.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 00f721bfb..ab47142d6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -426,8 +426,8 @@ importers: specifier: 6.0.3 version: 6.0.3 '@types/uuid': - specifier: 10.0.0 - version: 10.0.0 + specifier: 11.0.0 + version: 11.0.0 '@types/ws': specifier: 8.18.1 version: 8.18.1 @@ -4965,8 +4965,9 @@ packages: '@types/trusted-types@2.0.7': resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==} - '@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/validate-npm-package-name@4.0.2': resolution: {integrity: sha512-lrpDziQipxCEeK5kWxvljWYhUvOiB2A9izZd9B2AFarYAkqZshb4lPbRs7zKEic6eGtH8V/2qJW+dPp9OtF6bw==} @@ -16938,7 +16939,9 @@ snapshots: '@types/trusted-types@2.0.7': optional: true - '@types/uuid@10.0.0': {} + '@types/uuid@11.0.0': + dependencies: + uuid: 13.0.0 '@types/validate-npm-package-name@4.0.2': {}