From 5379181484659d8871c2a79e888d1eb4d382b8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 06:43:41 +0000 Subject: [PATCH] Bump uuid from 11.0.4 to 11.0.5 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.4 to 11.0.5. - [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.4...v11.0.5) --- 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 805fe8f..a162c88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "rollup-plugin-generate-html-template": "^1.7.0", "rollup-plugin-import-css": "^3.5.8", "test": "^3.3.0", - "uuid": "^11.0.4" + "uuid": "^11.0.5" } }, "node_modules/@ampproject/remapping": { @@ -4757,9 +4757,9 @@ } }, "node_modules/uuid": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz", - "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index d85b774..5ee75dc 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "rollup-plugin-generate-html-template": "^1.7.0", "rollup-plugin-import-css": "^3.5.8", "test": "^3.3.0", - "uuid": "^11.0.4" + "uuid": "^11.0.5" } }