From d399ebc1bf4aacf7ea792adefd86ce82d1d8faca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 15:27:19 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /infrastructure/api directory: [uuid](https://github.com/uuidjs/uuid). Bumps the npm_and_yarn group with 1 update in the /regulatory directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `uuid` from 9.0.1 to 14.0.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/v9.0.1...v14.0.0) Updates `vitest` from 1.6.1 to 4.1.8 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/vitest) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vitest dependency-version: 4.1.8 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- infrastructure/api/package.json | 2 +- regulatory/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/api/package.json b/infrastructure/api/package.json index 0b27ad8..1e2d3fd 100644 --- a/infrastructure/api/package.json +++ b/infrastructure/api/package.json @@ -35,7 +35,7 @@ "dotenv": "^16.3.1", "ws": "^8.16.0", "axios": "^1.6.5", - "uuid": "^9.0.1", + "uuid": "^14.0.0", "prom-client": "^15.1.0" }, "devDependencies": { diff --git a/regulatory/package.json b/regulatory/package.json index c08db57..935077f 100644 --- a/regulatory/package.json +++ b/regulatory/package.json @@ -44,7 +44,7 @@ "prettier": "^3.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0", - "vitest": "^1.0.0" + "vitest": "^4.1.8" }, "engines": { "node": ">=18.0.0",