From ecc5d04d4d6d2964dfff11ad16a4ddb1a65682be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 19:58:24 +0000 Subject: [PATCH] build(deps): bump uuid from 10.0.0 to 11.0.3 Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 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/v10.0.0...v11.0.3) --- updated-dependencies: - dependency-name: uuid 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 489019c50f..3919e0b807 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@actions/exec": "1.1.1", "@actions/glob": "0.5.0", "minimatch": "^10.0.1", - "uuid": "10.0.0" + "uuid": "11.0.3" }, "devDependencies": { "@eslint/eslintrc": "^3.0.2", diff --git a/yarn.lock b/yarn.lock index a4944d36ea..65227dbcad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3951,10 +3951,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -uuid@10.0.0: - version "10.0.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294" - integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== +uuid@11.0.3: + version "11.0.3" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.3.tgz#248451cac9d1a4a4128033e765d137e2b2c49a3d" + integrity sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg== v8-to-istanbul@^9.0.1: version "9.3.0"