From eafcff7fb6ed8fdc4ff4153b201f034b9b4dd6cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 07:46:22 +0000 Subject: [PATCH] chore(deps): 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- libs/iota-browser/package.json | 4 ++-- package-lock.json | 32 ++++++++++++++++++++--------- packages/auth-provider/package.json | 4 ++-- 3 files changed, 26 insertions(+), 14 deletions(-) diff --git a/libs/iota-browser/package.json b/libs/iota-browser/package.json index 0a02595e..87f76eb1 100644 --- a/libs/iota-browser/package.json +++ b/libs/iota-browser/package.json @@ -36,11 +36,11 @@ "@smithy/types": "^3.0.0", "aws-iot-device-sdk-v2": "1.20.1", "jose": "^5.3.0", - "uuid": "^9.0.1", + "uuid": "^10.0.0", "zod": "^3.23.8" }, "devDependencies": { - "@types/uuid": "^9.0.8", + "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", "esbuild": "^0.21.4", diff --git a/package-lock.json b/package-lock.json index d752fdf1..57bdb103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -258,11 +258,11 @@ "@smithy/types": "^3.0.0", "aws-iot-device-sdk-v2": "1.20.1", "jose": "^5.3.0", - "uuid": "^9.0.1", + "uuid": "^10.0.0", "zod": "^3.23.8" }, "devDependencies": { - "@types/uuid": "^9.0.8", + "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", "esbuild": "^0.21.4", @@ -7981,6 +7981,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", @@ -9003,9 +9015,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==" }, "node_modules/@types/ws": { "version": "8.5.12", @@ -23269,9 +23281,9 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "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" @@ -23646,12 +23658,12 @@ "@affinidi-tdk/common": "^1.0.0", "@types/jsonwebtoken": "^9.0.3", "@types/qs": "^6.9.8", - "@types/uuid": "^9.0.8", + "@types/uuid": "^10.0.0", "axios": "^1.5.1", "jose": "^5.6.3", "jsonwebtoken": "^9.0.2", "qs": "^6.11.2", - "uuid": "^9.0.1" + "uuid": "^10.0.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.4.0", diff --git a/packages/auth-provider/package.json b/packages/auth-provider/package.json index 6f04a970..96ffd4ce 100644 --- a/packages/auth-provider/package.json +++ b/packages/auth-provider/package.json @@ -42,12 +42,12 @@ "@affinidi-tdk/common": "^1.0.0", "@types/jsonwebtoken": "^9.0.3", "@types/qs": "^6.9.8", - "@types/uuid": "^9.0.8", + "@types/uuid": "^10.0.0", "axios": "^1.5.1", "jose": "^5.6.3", "jsonwebtoken": "^9.0.2", "qs": "^6.11.2", - "uuid": "^9.0.1" + "uuid": "^10.0.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.4.0",