Skip to content

Commit da1b415

Browse files
committed
chore: update uuid version
1 parent 2d6e55f commit da1b415

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

.changeset/odd-rice-grow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@smithy/middleware-retry": patch
3+
---
4+
5+
update uuid version

packages/middleware-retry/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"@smithy/util-middleware": "workspace:^",
4040
"@smithy/util-retry": "workspace:^",
4141
"tslib": "^2.5.0",
42-
"uuid": "^8.3.2"
42+
"uuid": "^9.0.1"
4343
},
4444
"devDependencies": {
4545
"@smithy/util-test": "workspace:^",
4646
"@tsconfig/recommended": "1.0.1",
47-
"@types/uuid": "^8.3.0",
47+
"@types/uuid": "^9.0.4",
4848
"concurrently": "7.0.0",
4949
"downlevel-dts": "0.10.1",
5050
"rimraf": "3.0.2",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2308,13 +2308,13 @@ __metadata:
23082308
"@smithy/util-retry": "workspace:^"
23092309
"@smithy/util-test": "workspace:^"
23102310
"@tsconfig/recommended": 1.0.1
2311-
"@types/uuid": ^8.3.0
2311+
"@types/uuid": ^9.0.4
23122312
concurrently: 7.0.0
23132313
downlevel-dts: 0.10.1
23142314
rimraf: 3.0.2
23152315
tslib: ^2.5.0
23162316
typedoc: 0.23.23
2317-
uuid: ^8.3.2
2317+
uuid: ^9.0.1
23182318
languageName: unknown
23192319
linkType: soft
23202320

@@ -3165,10 +3165,10 @@ __metadata:
31653165
languageName: node
31663166
linkType: hard
31673167

3168-
"@types/uuid@npm:^8.3.0":
3169-
version: 8.3.4
3170-
resolution: "@types/uuid@npm:8.3.4"
3171-
checksum: 6f11f3ff70f30210edaa8071422d405e9c1d4e53abbe50fdce365150d3c698fe7bbff65c1e71ae080cbfb8fded860dbb5e174da96fdbbdfcaa3fb3daa474d20f
3168+
"@types/uuid@npm:^9.0.4":
3169+
version: 9.0.8
3170+
resolution: "@types/uuid@npm:9.0.8"
3171+
checksum: b8c60b7ba8250356b5088302583d1704a4e1a13558d143c549c408bf8920535602ffc12394ede77f8a8083511b023704bc66d1345792714002bfa261b17c5275
31723172
languageName: node
31733173
linkType: hard
31743174

@@ -11098,12 +11098,12 @@ __metadata:
1109811098
languageName: node
1109911099
linkType: hard
1110011100

11101-
"uuid@npm:^8.3.2":
11102-
version: 8.3.2
11103-
resolution: "uuid@npm:8.3.2"
11101+
"uuid@npm:^9.0.1":
11102+
version: 9.0.1
11103+
resolution: "uuid@npm:9.0.1"
1110411104
bin:
1110511105
uuid: dist/bin/uuid
11106-
checksum: 5575a8a75c13120e2f10e6ddc801b2c7ed7d8f3c8ac22c7ed0c7b2ba6383ec0abda88c905085d630e251719e0777045ae3236f04c812184b7c765f63a70e58df
11106+
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
1110711107
languageName: node
1110811108
linkType: hard
1110911109

0 commit comments

Comments
 (0)