From 2beeba612b8b9f9cd1985c7055c28761a979a675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 11:27:26 +0000 Subject: [PATCH] chore(deps): bump uuid from 10.0.0 to 11.1.0 in /e2e Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.1.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v10.0.0...v11.1.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- e2e/package.json | 2 +- e2e/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"