diff --git a/apps/backend/package.json b/apps/backend/package.json index f362ed70..95b06180 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -44,7 +44,7 @@ "jsonwebtoken": "9.0.2", "jwks-rsa": "3.1.0", "neverthrow": "6.2.2", - "uuid": "9.0.1", + "uuid": "10.0.0", "prisma": "5.16.2" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 53a5f55b..2588a7f2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,8 +84,8 @@ importers: specifier: 5.16.2 version: 5.16.2 uuid: - specifier: 9.0.1 - version: 9.0.1 + specifier: 10.0.0 + version: 10.0.0 devDependencies: '@faker-js/faker': specifier: 8.4.1 @@ -12369,6 +12369,11 @@ packages: resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} engines: {node: '>= 0.4.0'} + /uuid@10.0.0: + resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} + hasBin: true + dev: false + /uuid@9.0.1: resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} hasBin: true