From c39f2adcccce30860e58b42d82faffef37138c6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:25:31 +0000 Subject: [PATCH] chore: bump @types/uuid from 9.0.8 to 10.0.0 Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.8 to 10.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/modules/bookmark/package.json | 2 +- pnpm-lock.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/modules/bookmark/package.json b/packages/modules/bookmark/package.json index 030b5e2a8..0e5213fd7 100644 --- a/packages/modules/bookmark/package.json +++ b/packages/modules/bookmark/package.json @@ -53,7 +53,7 @@ "@equinor/fusion-framework-module-event": "workspace:^", "@equinor/fusion-framework-module-http": "workspace:^", "@equinor/fusion-framework-module-services": "workspace:^", - "@types/uuid": "^9.0.8", + "@types/uuid": "^10.0.0", "typescript": "^5.5.4", "zod": "^3.23.8" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 62f3789e5..f06001623 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -952,8 +952,8 @@ importers: specifier: workspace:^ version: link:../services '@types/uuid': - specifier: ^9.0.8 - version: 9.0.8 + specifier: ^10.0.0 + version: 10.0.0 typescript: specifier: ^5.5.4 version: 5.5.4