From 0d96a98c1ce468154252ddc30a6dd2eafe0f5b07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 13:32:07 +0000 Subject: [PATCH] Bump uuid from 8.3.2 to 9.0.1 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.0.1. - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v9.0.1) --- 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 d5e39947b1..ab19a0efc5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "sproxydclient": "scality/sproxydclient#7.4.11", "utapi": "scality/utapi#7.4.12", "utf8": "~2.1.1", - "uuid": "^8.3.2", + "uuid": "^9.0.1", "vaultclient": "scality/vaultclient#7.4.12", "werelogs": "scality/werelogs#8.1.0", "xml2js": "~0.4.16" diff --git a/yarn.lock b/yarn.lock index 70d57d4bf3..c8874150ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3895,10 +3895,10 @@ uuid@^3.0.0, uuid@^3.0.1, uuid@^3.3.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== -uuid@^8.3.2: - version "8.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" - integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== +uuid@^9.0.1: + version "9.0.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" + integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== validate-npm-package-license@^3.0.1: version "3.0.4"