From 2510d02913654d7dc2cfe1c831d3769c9abdced1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 01:40:25 +0000 Subject: [PATCH] chore(deps): Bump uuid from 10.0.0 to 11.0.1 Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0996fc7..e0626ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cheqd/sdk", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cheqd/sdk", - "version": "4.0.4", + "version": "4.0.5", "license": "Apache-2.0", "dependencies": { "@cheqd/ts-proto": "^3.4.4", @@ -26,7 +26,7 @@ "file-type": "^19.5.0", "multiformats": "^13.3.0", "secp256k1": "^5.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.1" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", @@ -11387,15 +11387,15 @@ "dev": true }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", + "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/package.json b/package.json index e859041..9a1ebef 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "file-type": "^19.5.0", "multiformats": "^13.3.0", "secp256k1": "^5.0.0", - "uuid": "^10.0.0" + "uuid": "^11.0.1" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3",