From 8d7575edd1f6bc0f6ffa8df1c67a4adf37f6c263 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 22:00:33 +0000 Subject: [PATCH] fix(deps): update dependency uuid to v9 --- plugin/package.json | 4 ++-- plugin/yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugin/package.json b/plugin/package.json index 5f7aa4c8..a1b31e1c 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -22,7 +22,7 @@ "@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", @@ -30,7 +30,7 @@ "@types/aws-lambda": "8.10.109", "@types/fs-extra": "9.0.13", "@types/node": "18.11.13", - "@types/uuid": "8.3.4", + "@types/uuid": "9.0.0", "archiver": "5.3.1", "esbuild": "0.16.4", "esbuild-node-externals": "1.5.0", diff --git a/plugin/yarn.lock b/plugin/yarn.lock index 46c405df..a03e6464 100644 --- a/plugin/yarn.lock +++ b/plugin/yarn.lock @@ -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"