From 9d4e134fc17432d9e2855633cb91136787955ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:52:09 +0000 Subject: [PATCH] build(deps): bump uuid from 11.0.3 to 11.0.4 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.3 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/v11.0.3...v11.0.4) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... 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 8d196b61..bffd5a28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "plausible-tracker": "^0.3.9", "rxjs": "^7.8.1", "swrv": "^1.0.4", - "uuid": "^11.0.3", + "uuid": "^11.0.4", "vue": "^3.5.13", "vue-multiselect": "^3.1.0", "vue-router": "^4.5.0" @@ -6337,9 +6337,9 @@ "dev": true }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "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" @@ -10917,9 +10917,9 @@ "dev": true }, "uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==" + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", + "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==" }, "vary": { "version": "1.1.2", diff --git a/package.json b/package.json index a2a7ae93..7907e49e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "plausible-tracker": "^0.3.9", "rxjs": "^7.8.1", "swrv": "^1.0.4", - "uuid": "^11.0.3", + "uuid": "^11.0.4", "vue": "^3.5.13", "vue-multiselect": "^3.1.0", "vue-router": "^4.5.0"