From 4fc70cd7103948d0cc2001b570e0563aa5222878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 18:12:08 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 11.0.5 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 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/v8.3.2...v11.0.5) --- 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, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a32b0e..c0a6602 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@babel/preset-typescript": "^7.16.7", "babel-jest": "^27.5.1", "babel-plugin-shopware-vite-meta-glob": "^0.0.1", - "uuid": "^8.3.2" + "uuid": "^11.0.5" }, "engines": { "node": "^20.0.0 || ^21.0.0 || ^22.0.0 || ^23.0.0", @@ -2182,12 +2182,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "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" + ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/walker": { diff --git a/package.json b/package.json index bfe5518..2233c97 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@babel/preset-typescript": "^7.16.7", "babel-jest": "^27.5.1", "babel-plugin-shopware-vite-meta-glob": "^0.0.1", - "uuid": "^8.3.2" + "uuid": "^11.0.5" }, "publishConfig": { "access": "public"