From a392fa7206e364a99b9d7072e533bdf52fb87134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 02:04:35 +0000 Subject: [PATCH] Bump @types/uuid from 8.3.0 to 8.3.3 in /playground-api Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 8.3.0 to 8.3.3. - [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..9bf9d73ac8 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.3", "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..fb743ca535 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.3": + version "8.3.3" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.3.tgz#c6a60686d953dbd1b1d45e66f4ecdbd5d471b4d0" + integrity sha512-0LbEEx1zxrYB3pgpd1M5lEhLcXjKJnYghvhTRgaBeUivLHMDM1TzF3IJ6hXU2+8uA4Xz+5BA63mtZo5DjVT8iA== adm-zip@^0.4.13, adm-zip@^0.4.16: version "0.4.16"