Skip to content

Commit d609322

Browse files
fix(deps): update dependency uuid to v10
1 parent a6e970f commit d609322

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

packages/gateway/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/ioredis": "^4.17.9",
6565
"@types/is-url": "^1.2.29",
6666
"@types/node": "^14.14.14",
67-
"@types/uuid": "^8.3.0",
67+
"@types/uuid": "^10.0.0",
6868
"body-parser": "1.19.0",
6969
"bytes": "^3.1.0",
7070
"cookie-parser": "^1.4.5",
@@ -84,7 +84,7 @@
8484
"opentracing": "^0.14.5",
8585
"range_check": "^2.0.4",
8686
"request-ip": "^2.1.3",
87-
"uuid": "^8.3.2",
87+
"uuid": "^10.0.0",
8888
"ws": "^8.0.0",
8989
"yaml": "^1.10.0"
9090
},

yarn.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3109,10 +3109,10 @@
31093109
resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.0.tgz#fef1904e4668b6e5ecee60c52cc6a078ffa6697d"
31103110
integrity sha512-I99sngh224D0M7XgW1s120zxCt3VYQ3IQsuw3P3jbq5GG4yc79+ZjyKznyOGIQrflfylLgcfekeZW/vk0yng6A==
31113111

3112-
"@types/uuid@^8.3.0":
3113-
version "8.3.0"
3114-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.0.tgz#215c231dff736d5ba92410e6d602050cce7e273f"
3115-
integrity sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==
3112+
"@types/uuid@^10.0.0":
3113+
version "10.0.0"
3114+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d"
3115+
integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==
31163116

31173117
31183118
version "1.0.2"
@@ -11046,6 +11046,11 @@ [email protected]:
1104611046
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
1104711047
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
1104811048

11049+
uuid@^10.0.0:
11050+
version "10.0.0"
11051+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"
11052+
integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==
11053+
1104911054
uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2:
1105011055
version "3.4.0"
1105111056
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"

0 commit comments

Comments
 (0)