From 0838c0ad19f3b97d5871f235c30529e8827325b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:13:49 +0000 Subject: [PATCH] Bump uuid from 11.0.1 to 11.0.3 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.1 to 11.0.3. - [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/v11.0.1...v11.0.3) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7afff647..f4c57d15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "rxjs": "^7.8.1", "semver": "^7.6.3", "sleep-synchronously": "^2.0.0", - "uuid": "^11.0.1", + "uuid": "^11.0.3", "vscode-languageclient": "^9.0.1" }, "devDependencies": { @@ -10587,9 +10587,9 @@ "devOptional": true }, "node_modules/uuid": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", - "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index 9540ce78..0beeff2a 100644 --- a/package.json +++ b/package.json @@ -227,7 +227,7 @@ "rxjs": "^7.8.1", "semver": "^7.6.3", "sleep-synchronously": "^2.0.0", - "uuid": "^11.0.1", + "uuid": "^11.0.3", "vscode-languageclient": "^9.0.1" }, "__metadata": {