File tree Expand file tree Collapse file tree 3 files changed +17
-12
lines changed
packages/middleware-retry Expand file tree Collapse file tree 3 files changed +17
-12
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @smithy/middleware-retry " : patch
3
+ ---
4
+
5
+ update uuid version
Original file line number Diff line number Diff line change 39
39
"@smithy/util-middleware" : " workspace:^" ,
40
40
"@smithy/util-retry" : " workspace:^" ,
41
41
"tslib" : " ^2.5.0" ,
42
- "uuid" : " ^8.3.2 "
42
+ "uuid" : " ^9.0.1 "
43
43
},
44
44
"devDependencies" : {
45
45
"@smithy/util-test" : " workspace:^" ,
46
46
"@tsconfig/recommended" : " 1.0.1" ,
47
- "@types/uuid" : " ^8.3.0 " ,
47
+ "@types/uuid" : " ^9.0.4 " ,
48
48
"concurrently" : " 7.0.0" ,
49
49
"downlevel-dts" : " 0.10.1" ,
50
50
"rimraf" : " 3.0.2" ,
Original file line number Diff line number Diff line change @@ -2308,13 +2308,13 @@ __metadata:
2308
2308
" @smithy/util-retry " : " workspace:^"
2309
2309
" @smithy/util-test " : " workspace:^"
2310
2310
" @tsconfig/recommended " : 1.0.1
2311
- " @types/uuid " : ^8.3.0
2311
+ " @types/uuid " : ^9.0.4
2312
2312
concurrently : 7.0.0
2313
2313
downlevel-dts : 0.10.1
2314
2314
rimraf : 3.0.2
2315
2315
tslib : ^2.5.0
2316
2316
typedoc : 0.23.23
2317
- uuid : ^8.3.2
2317
+ uuid : ^9.0.1
2318
2318
languageName : unknown
2319
2319
linkType : soft
2320
2320
@@ -3165,10 +3165,10 @@ __metadata:
3165
3165
languageName : node
3166
3166
linkType : hard
3167
3167
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
3172
3172
languageName : node
3173
3173
linkType : hard
3174
3174
@@ -11098,12 +11098,12 @@ __metadata:
11098
11098
languageName : node
11099
11099
linkType : hard
11100
11100
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 "
11104
11104
bin :
11105
11105
uuid : dist/bin/uuid
11106
- checksum : 5575a8a75c13120e2f10e6ddc801b2c7ed7d8f3c8ac22c7ed0c7b2ba6383ec0abda88c905085d630e251719e0777045ae3236f04c812184b7c765f63a70e58df
11106
+ checksum : 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
11107
11107
languageName : node
11108
11108
linkType : hard
11109
11109
You can’t perform that action at this time.
0 commit comments