diff --git a/solutions/aws-dynamodb/package.json b/solutions/aws-dynamodb/package.json index 62be4a1cf9..3c5e00656e 100644 --- a/solutions/aws-dynamodb/package.json +++ b/solutions/aws-dynamodb/package.json @@ -14,7 +14,7 @@ "react": "^19.2.1", "react-dom": "^19.2.1", "swr": "^1.3.0", - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "turbo": "^1.8.3" diff --git a/solutions/aws-dynamodb/pnpm-lock.yaml b/solutions/aws-dynamodb/pnpm-lock.yaml index 8424707480..949122c5cf 100644 --- a/solutions/aws-dynamodb/pnpm-lock.yaml +++ b/solutions/aws-dynamodb/pnpm-lock.yaml @@ -24,8 +24,8 @@ importers: specifier: ^1.3.0 version: 1.3.0(react@19.2.3) uuid: - specifier: ^8.3.2 - version: 8.3.2 + specifier: ^14.0.0 + version: 14.0.0 devDependencies: turbo: specifier: ^1.8.3 @@ -630,8 +630,13 @@ packages: resolution: {integrity: sha512-zGrkU1EuNFmkq6iky6LcMqD4h0OLE8XysVFxQWRIZbcTNnf0XAycbsbeEyiJpiWeqb7qtg2bVuY9EYcNoNhVuQ==} hasBin: true + uuid@14.0.0: + resolution: {integrity: sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==} + hasBin: true + uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} + deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). hasBin: true snapshots: @@ -1463,4 +1468,6 @@ snapshots: turbo-windows-64: 1.8.3 turbo-windows-arm64: 1.8.3 + uuid@14.0.0: {} + uuid@8.3.2: {}