Skip to content

Commit

Permalink
chore: Bump uuid and @types/uuid in /server
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together.

Updates `uuid` from 9.0.1 to 10.0.0
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.1...v10.0.0)

Updates `@types/uuid` from 9.0.8 to 10.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 21, 2024
1 parent 16ce263 commit 366a038
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"moment": "2.30.1",
"nocache": "4.0.0",
"pm2": "5.4.2",
"uuid": "9.0.1"
"uuid": "10.0.0"
},
"devDependencies": {
"@babel/core": "7.24.9",
Expand All @@ -27,7 +27,7 @@
"@types/fs-extra": "9.0.13",
"@types/helmet": "4.0.0",
"@types/moment": "2.13.0",
"@types/uuid": "9.0.8",
"@types/uuid": "10.0.0",
"@wireapp/tslint-config": "1.4.1",
"cross-env": "7.0.3",
"generate-changelog": "1.8.0",
Expand Down
20 changes: 10 additions & 10 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2333,10 +2333,10 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:9.0.8":
version: 9.0.8
resolution: "@types/uuid@npm:9.0.8"
checksum: b8c60b7ba8250356b5088302583d1704a4e1a13558d143c549c408bf8920535602ffc12394ede77f8a8083511b023704bc66d1345792714002bfa261b17c5275
"@types/uuid@npm:10.0.0":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
checksum: e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944
languageName: node
linkType: hard

Expand Down Expand Up @@ -6347,12 +6347,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
"uuid@npm:10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
bin:
uuid: dist/bin/uuid
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
checksum: 4b81611ade2885d2313ddd8dc865d93d8dccc13ddf901745edca8f86d99bc46d7a330d678e7532e7ebf93ce616679fb19b2e3568873ac0c14c999032acb25869
languageName: node
linkType: hard

Expand Down Expand Up @@ -6439,7 +6439,7 @@ __metadata:
"@types/fs-extra": 9.0.13
"@types/helmet": 4.0.0
"@types/moment": 2.13.0
"@types/uuid": 9.0.8
"@types/uuid": 10.0.0
"@wireapp/commons": 5.2.10
"@wireapp/tslint-config": 1.4.1
cross-env: 7.0.3
Expand All @@ -6464,7 +6464,7 @@ __metadata:
prettier: 2.8.8
rimraf: 5.0.8
typescript: 5.5.3
uuid: 9.0.1
uuid: 10.0.0
webpack-dev-middleware: 7.3.0
webpack-hot-middleware: 2.26.1
languageName: unknown
Expand Down

0 comments on commit 366a038

Please sign in to comment.