From 1c08779d8a85352b9ef40583e23e9cb9ae7ce016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:56:42 +0000 Subject: [PATCH] chore(deps-dev): bump uuid from 10.0.0 to 13.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 13.0.0. - [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/v10.0.0...v13.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 83fdb8d1..ec692947 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "stylis": "3.5.4", "typescript-json-schema": "0.65.1", "use-device-pixel-ratio": "^1.1.2", - "uuid": "10.0.0", + "uuid": "13.0.0", "webpack-cli": "5.1.4" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index b375fe27..a5d05443 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8402,10 +8402,10 @@ uuaw@^1.2.2: chalk "^4.0.0" semver "^7.3.8" -uuid@10.0.0: - version "10.0.0" - resolved "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294" - integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== +uuid@13.0.0: + version "13.0.0" + resolved "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8" + integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w== v8-compile-cache-lib@^3.0.1: version "3.0.1"