From ac52cb6dff52002a800bcd4084f7a0218f27c5cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:43:47 +0000 Subject: [PATCH] chore: bump uuid from 9.0.1 to 11.0.4 Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 11.0.4. - [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...v11.0.4) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- core/codewhisperer-streaming/package.json | 2 +- package-lock.json | 25 ++++++++++++++++------- server/aws-lsp-codewhisperer/package.json | 2 +- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/core/codewhisperer-streaming/package.json b/core/codewhisperer-streaming/package.json index 80856f2d..b5159aa0 100644 --- a/core/codewhisperer-streaming/package.json +++ b/core/codewhisperer-streaming/package.json @@ -55,7 +55,7 @@ "@smithy/util-middleware": "^3.0.6", "@smithy/util-retry": "^3.0.6", "@smithy/util-utf8": "^3.0.0", - "uuid": "^9.0.1" + "uuid": "^11.0.4" }, "devDependencies": { "@tsconfig/node16": "16.1.3", diff --git a/package-lock.json b/package-lock.json index f809dd24..725af6a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -327,7 +327,7 @@ "@smithy/util-retry": "^3.0.6", "@smithy/util-utf8": "^3.0.0", "tslib": "^2.6.2", - "uuid": "^9.0.1" + "uuid": "^11.0.4" }, "devDependencies": { "@tsconfig/node16": "16.1.3", @@ -5637,6 +5637,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.11", "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-3.0.11.tgz", @@ -18581,16 +18593,15 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", + "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], - "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { @@ -19723,7 +19734,7 @@ "got": "^11.8.5", "hpagent": "^1.2.0", "js-md5": "^0.8.3", - "uuid": "^9.0.1", + "uuid": "^11.0.4", "vscode-uri": "^3.0.8" }, "devDependencies": { diff --git a/server/aws-lsp-codewhisperer/package.json b/server/aws-lsp-codewhisperer/package.json index 1a717252..350f0586 100644 --- a/server/aws-lsp-codewhisperer/package.json +++ b/server/aws-lsp-codewhisperer/package.json @@ -41,7 +41,7 @@ "got": "^11.8.5", "hpagent": "^1.2.0", "js-md5": "^0.8.3", - "uuid": "^9.0.1", + "uuid": "^11.0.4", "vscode-uri": "^3.0.8" }, "devDependencies": {