Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit a18b880

Browse files
fix(deps): update dependency uuid to v10
1 parent c63cd6b commit a18b880

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@aws-sdk/client-sqs": "^3.154.0",
2323
"dynamoose": "3.2.0",
2424
"fs-extra": "^10.1.0",
25-
"uuid": "^8.3.2"
25+
"uuid": "^10.0.0"
2626
},
2727
"devDependencies": {
2828
"@serverless/typescript": "3.30.1",

plugin/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5550,6 +5550,11 @@ [email protected]:
55505550
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.0.0.tgz#bc6ccf91b5ff0ac07bbcdbf1c7c4e150db4dbb6c"
55515551
integrity sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw==
55525552

5553+
uuid@^10.0.0:
5554+
version "10.0.0"
5555+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"
5556+
integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==
5557+
55535558
uuid@^8.3.2:
55545559
version "8.3.2"
55555560
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"

0 commit comments

Comments
 (0)