From ee38c9ad921f9ba207c4016bd88e626ad1ab8e18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:27:05 +0000 Subject: [PATCH] Bump uuid from 11.0.2 to 11.0.3 Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.2 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.2...v11.0.3) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index be31794a2a..e451081a89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "rollup-preserve-directives": "^1.1.1", "sass": "^1.79.4", "typescript": "^5.6.3", - "uuid": "^11.0.2", + "uuid": "^11.0.3", "vite": "^5.4.10", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^5.0.1", @@ -10342,14 +10342,15 @@ } }, "node_modules/uuid": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", - "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", + "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { "uuid": "dist/esm/bin/uuid" } diff --git a/package.json b/package.json index 6208ec3049..4c8207d87d 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "rollup-preserve-directives": "^1.1.1", "sass": "^1.79.4", "typescript": "^5.6.3", - "uuid": "^11.0.2", + "uuid": "^11.0.3", "vite": "^5.4.10", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^5.0.1",