Skip to content

Commit

Permalink
build(deps-dev): bump @types/uuid from 9.0.5 to 9.0.8 (#962)
Browse files Browse the repository at this point in the history
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.5 to 9.0.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

---
updated-dependencies:
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent ac0892c commit 11d7d01
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion modules/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.11.13",
"@types/uuid": "^9.0.5",
"@types/uuid": "^9.0.8",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"ts-proto": "^1.167.1",
Expand Down
2 changes: 1 addition & 1 deletion modules/authorization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.11.13",
"@types/uuid": "^9.0.5",
"@types/uuid": "^9.0.8",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"ts-proto": "^1.167.1",
Expand Down
2 changes: 1 addition & 1 deletion modules/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@types/node": "20.11.13",
"@types/uuid": "^9.0.5",
"@types/uuid": "^9.0.8",
"@types/lodash-es": "^4.17.12",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion modules/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/convict": "^6.1.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.11.13",
"@types/uuid": "^9.0.5",
"@types/uuid": "^9.0.8",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"ts-proto": "^1.167.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4273,10 +4273,10 @@
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.10.tgz#04ffa7f406ab628f7f7e97ca23e290cd8ab15efc"
integrity sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==

"@types/uuid@^9.0.5":
version "9.0.5"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.5.tgz#25a71eb73eba95ac0e559ff3dd018fc08294acf6"
integrity sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==
"@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/validator@^13.11.5":
version "13.11.7"
Expand Down

0 comments on commit 11d7d01

Please sign in to comment.