From 1f47f9386aabaaed8ff5b3a6e048aa24e47b63c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 02:04:53 +0000 Subject: [PATCH] Bump @types/uuid from 8.3.0 to 8.3.4 in /playground-api Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 8.3.0 to 8.3.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- playground-api/package.json | 2 +- playground-api/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/playground-api/package.json b/playground-api/package.json index 1b820bb880..e02da9b62d 100644 --- a/playground-api/package.json +++ b/playground-api/package.json @@ -21,7 +21,7 @@ "devDependencies": { "@types/aws-lambda": "^8.10.66", "@types/node": "^14.14.14", - "@types/uuid": "^8.3.0", + "@types/uuid": "^8.3.4", "serverless": "^1.83.0", "serverless-offline": "6.8.0", "serverless-plugin-typescript": "^1.1.9", diff --git a/playground-api/yarn.lock b/playground-api/yarn.lock index 6e8c363de8..4beb2ccd64 100644 --- a/playground-api/yarn.lock +++ b/playground-api/yarn.lock @@ -816,10 +816,10 @@ resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.0.tgz#fef1904e4668b6e5ecee60c52cc6a078ffa6697d" integrity sha512-I99sngh224D0M7XgW1s120zxCt3VYQ3IQsuw3P3jbq5GG4yc79+ZjyKznyOGIQrflfylLgcfekeZW/vk0yng6A== -"@types/uuid@^8.3.0": - version "8.3.0" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.0.tgz#215c231dff736d5ba92410e6d602050cce7e273f" - integrity sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ== +"@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== adm-zip@^0.4.13, adm-zip@^0.4.16: version "0.4.16"