Skip to content
Open
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
6 changes: 6 additions & 0 deletions .changeset/eight-rats-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@smithy/middleware-retry": patch
"@smithy/core": patch
---

Bump uuid dependency to ^11.0.0
3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@
"@smithy/util-middleware": "workspace:^",
"@smithy/util-stream": "workspace:^",
"@smithy/util-utf8": "workspace:^",
"@types/uuid": "^9.0.1",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
"uuid": "^11.0.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/middleware-retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@
"@smithy/types": "workspace:^",
"@smithy/util-middleware": "workspace:^",
"@smithy/util-retry": "workspace:^",
"@types/uuid": "^9.0.1",
"tslib": "^2.6.2",
"uuid": "^9.0.1"
"uuid": "^11.0.0"
},
"devDependencies": {
"@smithy/util-test": "workspace:^",
Expand Down
23 changes: 7 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2330,14 +2330,13 @@ __metadata:
"@smithy/util-stream": "workspace:^"
"@smithy/util-utf8": "workspace:^"
"@types/node": "npm:^18.11.9"
"@types/uuid": "npm:^9.0.1"
concurrently: "npm:7.0.0"
downlevel-dts: "npm:0.10.1"
json-bigint: "npm:^1.0.0"
rimraf: "npm:3.0.2"
tslib: "npm:^2.6.2"
typedoc: "npm:0.23.23"
uuid: "npm:^9.0.1"
uuid: "npm:^11.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2655,13 +2654,12 @@ __metadata:
"@smithy/util-middleware": "workspace:^"
"@smithy/util-retry": "workspace:^"
"@smithy/util-test": "workspace:^"
"@types/uuid": "npm:^9.0.1"
concurrently: "npm:7.0.0"
downlevel-dts: "npm:0.10.1"
rimraf: "npm:3.0.2"
tslib: "npm:^2.6.2"
typedoc: "npm:0.23.23"
uuid: "npm:^9.0.1"
uuid: "npm:^11.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3550,13 +3548,6 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:^9.0.1":
version: 9.0.8
resolution: "@types/uuid@npm:9.0.8"
checksum: 10c0/b411b93054cb1d4361919579ef3508a1f12bf15b5fdd97337d3d351bece6c921b52b6daeef89b62340fd73fd60da407878432a1af777f40648cbe53a01723489
languageName: node
linkType: hard

"@types/yargs-parser@npm:*":
version: 21.0.0
resolution: "@types/yargs-parser@npm:21.0.0"
Expand Down Expand Up @@ -10773,12 +10764,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
"uuid@npm:^11.0.0":
version: 11.1.0
resolution: "uuid@npm:11.1.0"
bin:
uuid: dist/bin/uuid
checksum: 10c0/1607dd32ac7fc22f2d8f77051e6a64845c9bce5cd3dd8aa0070c074ec73e666a1f63c7b4e0f4bf2bc8b9d59dc85a15e17807446d9d2b17c8485fbc2147b27f9b
uuid: dist/esm/bin/uuid
checksum: 10c0/34aa51b9874ae398c2b799c88a127701408cd581ee89ec3baa53509dd8728cbb25826f2a038f9465f8b7be446f0fbf11558862965b18d21c993684297628d4d3
languageName: node
linkType: hard

Expand Down