diff --git a/e2e/package.json b/e2e/package.json index 01c2995907..639070c036 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -24,7 +24,7 @@ "pg": "^8.12.0", "prettier": "^3.3.3", "typescript": "^5.5.4", - "uuid": "^10.0.0", + "uuid": "^11.1.0", "wait-on": "^7.2.0" }, "devDependencies": { diff --git a/e2e/yarn.lock b/e2e/yarn.lock index 53932921e9..5c31d1af45 100644 --- a/e2e/yarn.lock +++ b/e2e/yarn.lock @@ -1581,10 +1581,10 @@ url-parse@^1.5.3: querystringify "^2.1.1" requires-port "^1.0.0" -uuid@^10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294" - integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== +uuid@^11.1.0: + version "11.1.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912" + integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A== uuid@^8.3.2: version "8.3.2"