From f7bce9ee8c9543c381d719781493b21ff2e4a7e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 06:15:28 +0000 Subject: [PATCH] Bump uuid and @types/uuid Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together. Updates `uuid` from 9.0.1 to 10.0.0 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v10.0.0) Updates `@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: uuid dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 55 ++++++++++++++++++++++++++++++------ packages/e2e/package.json | 2 +- packages/server/package.json | 4 +-- 3 files changed, 49 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfc0fb6..1324f48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -470,6 +470,18 @@ "node": ">=16.0.0" } }, + "node_modules/@aws-sdk/client-dynamodb/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@aws-sdk/client-ssm": { "version": "3.614.0", "resolved": "https://registry.npmjs.org/@aws-sdk/client-ssm/-/client-ssm-3.614.0.tgz", @@ -604,6 +616,19 @@ "node": ">=16.0.0" } }, + "node_modules/@aws-sdk/client-ssm/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "dev": true, + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@aws-sdk/client-sso": { "version": "3.614.0", "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.614.0.tgz", @@ -3474,6 +3499,18 @@ "node": ">=16.0.0" } }, + "node_modules/@smithy/middleware-retry/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@smithy/middleware-serde": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-3.0.3.tgz", @@ -4316,9 +4353,9 @@ "dev": true }, "node_modules/@types/uuid": { - "version": "9.0.8", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", - "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -11123,9 +11160,9 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -12018,7 +12055,7 @@ "@aws-sdk/lib-dynamodb": "3.614.0", "@aws-sdk/util-dynamodb": "3.614.0", "dayjs": "1.11.11", - "uuid": "9.0.1", + "uuid": "10.0.0", "vitest": "1.6.0" } }, @@ -12054,7 +12091,7 @@ "cors": "2.8.5", "dayjs": "1.11.11", "express": "4.19.2", - "uuid": "9.0.1", + "uuid": "10.0.0", "zod": "3.23.8" }, "devDependencies": { @@ -12062,7 +12099,7 @@ "@types/cors": "2.8.17", "@types/express": "4.17.21", "@types/sinon-express-mock": "1.3.12", - "@types/uuid": "9.0.8", + "@types/uuid": "10.0.0", "aws-sdk-client-mock": "4.0.1", "sinon-express-mock": "2.2.1", "vitest": "1.6.0" diff --git a/packages/e2e/package.json b/packages/e2e/package.json index 017e129..1293618 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -9,7 +9,7 @@ "@aws-sdk/lib-dynamodb": "3.614.0", "@aws-sdk/util-dynamodb": "3.614.0", "dayjs": "1.11.11", - "uuid": "9.0.1", + "uuid": "10.0.0", "vitest": "1.6.0" }, "scripts": { diff --git a/packages/server/package.json b/packages/server/package.json index 736c12c..06a8bb1 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -18,7 +18,7 @@ "cors": "2.8.5", "dayjs": "1.11.11", "express": "4.19.2", - "uuid": "9.0.1", + "uuid": "10.0.0", "zod": "3.23.8" }, "devDependencies": { @@ -26,7 +26,7 @@ "@types/cors": "2.8.17", "@types/express": "4.17.21", "@types/sinon-express-mock": "1.3.12", - "@types/uuid": "9.0.8", + "@types/uuid": "10.0.0", "aws-sdk-client-mock": "4.0.1", "sinon-express-mock": "2.2.1", "vitest": "1.6.0"