diff --git a/packages/reg-publish-gcs-plugin/package.json b/packages/reg-publish-gcs-plugin/package.json index c49e1807..4b510e7f 100644 --- a/packages/reg-publish-gcs-plugin/package.json +++ b/packages/reg-publish-gcs-plugin/package.json @@ -27,12 +27,12 @@ "form-data": "^4.0.0", "mkdirp": "^1.0.4", "reg-suit-util": "^0.14.3", - "uuid": "^8.3.0" + "uuid": "^9.0.0" }, "devDependencies": { "@types/glob": "8.1.0", "@types/mkdirp": "1.0.2", - "@types/uuid": "8.3.4", + "@types/uuid": "9.0.8", "glob": "7.2.3", "reg-suit-interface": "^0.14.2", "typescript": "4.5.2" diff --git a/packages/reg-publish-s3-plugin/package.json b/packages/reg-publish-s3-plugin/package.json index 864968f0..75988c52 100644 --- a/packages/reg-publish-s3-plugin/package.json +++ b/packages/reg-publish-s3-plugin/package.json @@ -24,11 +24,11 @@ "@aws-sdk/client-s3": "^3.485.0", "mkdirp": "^1.0.4", "reg-suit-util": "^0.14.3", - "uuid": "^8.3.0" + "uuid": "^9.0.0" }, "devDependencies": { "@types/mkdirp": "1.0.2", - "@types/uuid": "8.3.4", + "@types/uuid": "9.0.8", "reg-suit-interface": "^0.14.2", "rimraf": "5.0.5", "typescript": "4.5.2" diff --git a/yarn.lock b/yarn.lock index 31dc6c90..c5679f59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3126,10 +3126,10 @@ dependencies: "@types/node" "*" -"@types/uuid@8.3.4": - version "8.3.4" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc" - integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw== +"@types/uuid@9.0.8": + version "9.0.8" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba" + integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA== "@types/yargs-parser@*": version "21.0.0" @@ -9424,11 +9424,16 @@ uuid@^3.3.2: resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== -uuid@^8.0.0, uuid@^8.3.0, uuid@^8.3.2: +uuid@^8.0.0, 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.0: + version "9.0.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30" + integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA== + v8-compile-cache-lib@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"