Skip to content

Commit e03a10a

Browse files
authored
chore: make consistent uuid version (#1215)
1 parent 2ae3d07 commit e03a10a

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.changeset/fair-spiders-jump.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@smithy/middleware-retry": minor
3+
---
4+
5+
Set uuid to ^9.0.1

packages/middleware-retry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@smithy/util-middleware": "workspace:^",
4040
"@smithy/util-retry": "workspace:^",
4141
"tslib": "^2.6.2",
42-
"uuid": "^8.3.2"
42+
"uuid": "^9.0.1"
4343
},
4444
"devDependencies": {
4545
"@smithy/util-test": "workspace:^",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2314,7 +2314,7 @@ __metadata:
23142314
rimraf: 3.0.2
23152315
tslib: ^2.6.2
23162316
typedoc: 0.23.23
2317-
uuid: ^8.3.2
2317+
uuid: ^9.0.1
23182318
languageName: unknown
23192319
linkType: soft
23202320

@@ -11105,12 +11105,12 @@ __metadata:
1110511105
languageName: node
1110611106
linkType: hard
1110711107

11108-
"uuid@npm:^8.3.2":
11109-
version: 8.3.2
11110-
resolution: "uuid@npm:8.3.2"
11108+
"uuid@npm:^9.0.1":
11109+
version: 9.0.1
11110+
resolution: "uuid@npm:9.0.1"
1111111111
bin:
1111211112
uuid: dist/bin/uuid
11113-
checksum: 5575a8a75c13120e2f10e6ddc801b2c7ed7d8f3c8ac22c7ed0c7b2ba6383ec0abda88c905085d630e251719e0777045ae3236f04c812184b7c765f63a70e58df
11113+
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
1111411114
languageName: node
1111511115
linkType: hard
1111611116

0 commit comments

Comments
 (0)