Skip to content

Commit

Permalink
chore: Bump uuid and @types/uuid in /server (#4442)
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.0 to 9.0.1
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v9.0.0...v9.0.1)

Updates `@types/uuid` from 8.3.4 to 9.0.4
- [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-patch
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Jan 23, 2024
1 parent ec89fd9 commit aac602b
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.29.4",
"nocache": "4.0.0",
"pm2": "5.2.2",
"uuid": "9.0.0"
"uuid": "9.0.1"
},
"devDependencies": {
"@babel/core": "7.22.5",
Expand All @@ -28,7 +28,7 @@
"@types/helmet": "4.0.0",
"@types/moment": "2.13.0",
"@types/request": "2.48.8",
"@types/uuid": "8.3.4",
"@types/uuid": "9.0.7",
"@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 @@ -2173,10 +2173,10 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:8.3.4":
version: 8.3.4
resolution: "@types/uuid@npm:8.3.4"
checksum: 6f11f3ff70f30210edaa8071422d405e9c1d4e53abbe50fdce365150d3c698fe7bbff65c1e71ae080cbfb8fded860dbb5e174da96fdbbdfcaa3fb3daa474d20f
"@types/uuid@npm:9.0.7":
version: 9.0.7
resolution: "@types/uuid@npm:9.0.7"
checksum: c7321194aeba9ea173efd1e721403bdf4e7ae6945f8f8cdbc87c791f4b505ccf3dbc4a8883d90b394ef13b7c2dc778045792b05dbb23b3c746f8ea347804d448
languageName: node
linkType: hard

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

"uuid@npm:9.0.0":
version: 9.0.0
resolution: "uuid@npm:9.0.0"
"uuid@npm:9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
bin:
uuid: dist/bin/uuid
checksum: 8dd2c83c43ddc7e1c71e36b60aea40030a6505139af6bee0f382ebcd1a56f6cd3028f7f06ffb07f8cf6ced320b76aea275284b224b002b289f89fe89c389b028
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
languageName: node
linkType: hard

Expand Down Expand Up @@ -6596,7 +6596,7 @@ __metadata:
"@types/helmet": 4.0.0
"@types/moment": 2.13.0
"@types/request": 2.48.8
"@types/uuid": 8.3.4
"@types/uuid": 9.0.7
"@wireapp/commons": 4.4.10
"@wireapp/tslint-config": 1.4.1
cross-env: 7.0.3
Expand All @@ -6622,7 +6622,7 @@ __metadata:
request: 2.88.2
rimraf: 5.0.1
typescript: 4.9.5
uuid: 9.0.0
uuid: 9.0.1
webpack-dev-middleware: 6.1.1
webpack-hot-middleware: 2.25.3
languageName: unknown
Expand Down

0 comments on commit aac602b

Please sign in to comment.