From c5f432a3e2abde85b2e26e9613b0ecbb5e5d09bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:30:56 +0000 Subject: [PATCH] Bump uuid from 10.0.0 to 11.0.2 Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.0.2. - [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...v11.0.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/pinus-rpc/package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/pinus-rpc/package.json b/packages/pinus-rpc/package.json index 25e5f6a90..93de5be34 100644 --- a/packages/pinus-rpc/package.json +++ b/packages/pinus-rpc/package.json @@ -31,7 +31,7 @@ "socket.io": "^4.1.3", "source-map-support": "^0.5.0", "stream-pkg": "0.0.5", - "uuid": "^10.0.0", + "uuid": "^11.0.2", "ws": "^8.12.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 16807950d..7ec4ee357 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9747,6 +9747,11 @@ uuid@^10.0.0: resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294" integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== +uuid@^11.0.2: + version "11.0.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.2.tgz#a8d68ba7347d051e7ea716cc8dcbbab634d66875" + integrity sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ== + uuid@^3.0.0, uuid@^3.3.2, uuid@^3.3.3: version "3.4.0" resolved "https://registry.npmmirror.com/uuid/download/uuid-3.4.0.tgz"