Skip to content

Commit

Permalink
build(deps): Bump uuid (#2865)
Browse files Browse the repository at this point in the history
Updated to v11. The `@types/uuid` dependency is no longer needed as the
new version supports TypeScripts natively.
  • Loading branch information
teogeb authored Nov 11, 2024
1 parent c995e7f commit 1f8da03
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 27 deletions.
105 changes: 92 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/autocertifier-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,13 @@
"lodash": "^4.17.21",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"uuid": "^10.0.0"
"uuid": "^11.0.2"
},
"devDependencies": {
"@streamr/test-utils": "102.0.0-beta.0",
"@types/dns2": "^2.0.9",
"@types/express": "^4.17.21",
"@types/request": "^2.48.8",
"@types/uuid": "^10.0.0",
"request": "^2.88.2"
}
}
3 changes: 1 addition & 2 deletions packages/dht/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lru-cache": "11.0.1",
"node-datachannel": "^0.10.1",
"querystring": "0.2.1",
"uuid": "^10.0.0",
"uuid": "^11.0.2",
"websocket": "^1.0.34",
"ws": "^8.18.0"
},
Expand All @@ -52,7 +52,6 @@
"@types/heap": "^0.2.34",
"@types/k-bucket": "^5.0.1",
"@types/lodash": "^4.17.12",
"@types/uuid": "^10.0.0",
"@types/websocket": "^1.0.10",
"@types/ws": "^8.5.12",
"jest-leak-detector": "^27.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/geoip-location/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"long-timeout": "^0.1.1",
"mmdb-lib": "^2.1.1",
"tar": "^7.4.3",
"uuid": "^10.0.0"
"uuid": "^11.0.2"
},
"devDependencies": {
"@types/long-timeout": "^0.1.2",
Expand Down
3 changes: 1 addition & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"node-fetch": "^2.7.0",
"p-limit": "^3.1.0",
"qs": "^6.13.0",
"uuid": "^10.0.0",
"uuid": "^11.0.2",
"ws": "^8.18.0",
"zod": "^3.22.4"
},
Expand All @@ -68,7 +68,6 @@
"@types/qs": "^6.9.16",
"@types/stream-to-array": "^2.3.3",
"@types/supertest": "^6.0.2",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.12",
"async-mqtt": "^2.6.1",
"stream-to-array": "^2.3.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/proto-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@
"@streamr/utils": "102.0.0-beta.0",
"eventemitter3": "^5.0.0",
"lodash": "^4.17.21",
"uuid": "^10.0.0"
"uuid": "^11.0.2"
},
"devDependencies": {
"@streamr/browser-test-runner": "^0.0.1",
"@streamr/test-utils": "102.0.0-beta.0",
"@types/lodash": "^4.17.12",
"@types/uuid": "^10.0.0"
"@types/lodash": "^4.17.12"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
Expand Down
3 changes: 1 addition & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@types/heap": "^0.2.34",
"@types/lodash": "^4.17.12",
"@types/node-fetch": "^2.6.4",
"@types/uuid": "^10.0.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"babel-loader": "^9.2.1",
Expand Down Expand Up @@ -113,7 +112,7 @@
"ts-essentials": "^10.0.2",
"ts-toolbelt": "^9.6.0",
"tsyringe": "^4.8.0",
"uuid": "^10.0.0",
"uuid": "^11.0.2",
"zod": "^3.22.4"
},
"optionalDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/trackerless-network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@
"eventemitter3": "^5.0.0",
"lodash": "^4.17.21",
"ts-essentials": "^10.0.2",
"uuid": "^10.0.0",
"uuid": "^11.0.2",
"yallist": "^5.0.0"
},
"devDependencies": {
"@streamr/browser-test-runner": "^0.0.1",
"@types/lodash": "^4.17.12",
"@types/uuid": "^10.0.0",
"@types/yallist": "^4.0.1",
"expect": "^29.6.2",
"ts-node": "^10.9.2"
Expand Down

0 comments on commit 1f8da03

Please sign in to comment.