diff --git a/playground-api/package.json b/playground-api/package.json index 1b820bb880..e1127bcc07 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.1", "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..9a81822076 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.1": + version "8.3.1" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.1.tgz#1a32969cf8f0364b3d8c8af9cc3555b7805df14f" + integrity sha512-Y2mHTRAbqfFkpjldbkHGY8JIzRN6XqYRliG8/24FcHm2D2PwW24fl5xMRTVGdrb7iMrwCaIEbLWerGIkXuFWVg== adm-zip@^0.4.13, adm-zip@^0.4.16: version "0.4.16"