Skip to content

Commit

Permalink
Merge pull request #680 from reg-viz/renovate/uuid-9.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency uuid to v9
  • Loading branch information
Quramy committed Mar 5, 2024
2 parents ce2667f + 85e43bf commit a99ef55
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/reg-publish-gcs-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/reg-publish-s3-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit a99ef55

Please sign in to comment.