Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump uuid and @types/uuid in /server #4442

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading