Skip to content

Commit cb0152d

Browse files
authored
Merge pull request #5112 from taskcluster/dependabot/npm_and_yarn/clients/client/slugid-3.0.0
Bump slugid from 2.0.0 to 3.0.0 in /clients/client
2 parents f5a64dd + 541c30a commit cb0152d

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

clients/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"got": "^11.8.1",
1515
"hawk": "^9.0.1",
1616
"lodash": "^4.17.4",
17-
"slugid": "^2.0.0",
17+
"slugid": "^3.0.0",
1818
"taskcluster-lib-urls": "^13.0.0"
1919
},
2020
"devDependencies": {

clients/client/yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -718,13 +718,12 @@ [email protected]:
718718
dependencies:
719719
randombytes "^2.1.0"
720720

721-
slugid@^2.0.0:
722-
version "2.0.0"
723-
resolved "https://registry.yarnpkg.com/slugid/-/slugid-2.0.0.tgz#f08f651b677e666093e6617e10486aa2e73ed8a6"
724-
integrity sha512-zTCivUfTk2GC6MU4Fjcz0iXwAjhe0NweMJqpfWcGrBbrm2dWtVAUupAonfsc7ysw4M0kZ934Nle5ljwM2dR+/g==
721+
slugid@^3.0.0:
722+
version "3.0.0"
723+
resolved "https://registry.yarnpkg.com/slugid/-/slugid-3.0.0.tgz#57cb692641a20feb4a1d774b2ad11594c9aa6125"
724+
integrity sha512-MIir9SJS6BQFjFg8DHGMgPkDg21huT0+kYHiS6NkkWZXHSEdgIECo3nUVEG3GDkmecBTy+zRs6pCvPhpk4bKcg==
725725
dependencies:
726-
uuid "^3.2.1"
727-
uuid-parse "^1.0.0"
726+
uuid "^8.3.2"
728727

729728
stream-buffers@^3.0.2:
730729
version "3.0.2"
@@ -778,15 +777,10 @@ to-regex-range@^5.0.1:
778777
dependencies:
779778
is-number "^7.0.0"
780779

781-
uuid-parse@^1.0.0:
782-
version "1.1.0"
783-
resolved "https://registry.yarnpkg.com/uuid-parse/-/uuid-parse-1.1.0.tgz#7061c5a1384ae0e1f943c538094597e1b5f3a65b"
784-
integrity sha512-OdmXxA8rDsQ7YpNVbKSJkNzTw2I+S5WsbMDnCtIWSQaosNAcWtFuI/YK1TjzUI6nbkgiqEyh8gWngfcv8Asd9A==
785-
786-
uuid@^3.2.1:
787-
version "3.4.0"
788-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
789-
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
780+
uuid@^8.3.2:
781+
version "8.3.2"
782+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
783+
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
790784

791785
792786
version "2.0.2"

0 commit comments

Comments
 (0)