Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2022
1 parent 3f83c3c commit ae5512d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"@aws-sdk/client-sqs": "^3.154.0",
"dynamoose": "3.1.0",
"fs-extra": "^10.1.0",
"uuid": "^8.3.2"
"uuid": "^9.0.0"
},
"devDependencies": {
"@serverless/typescript": "3.25.0",
"@types/archiver": "5.3.1",
"@types/aws-lambda": "8.10.109",
"@types/fs-extra": "9.0.13",
"@types/node": "18.11.15",
"@types/uuid": "8.3.4",
"@types/uuid": "9.0.0",
"archiver": "5.3.1",
"esbuild": "0.16.5",
"esbuild-node-externals": "1.6.0",
Expand Down
8 changes: 4 additions & 4 deletions plugin/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1199,10 +1199,10 @@
dependencies:
"@types/node" "*"

"@types/uuid@8.3.4":
version "8.3.4"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc"
integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==
"@types/uuid@9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.0.tgz#53ef263e5239728b56096b0a869595135b7952d2"
integrity sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q==

acorn-walk@^8.1.1:
version "8.2.0"
Expand Down

0 comments on commit ae5512d

Please sign in to comment.