From e2b65468eb82d32ea6f2cc9fe4784a6f43bd0322 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 02:42:07 +0000 Subject: [PATCH] build(deps): bump uuid from 8.3.1 to 8.3.2 Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.1 to 8.3.2. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.1...v8.3.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e3020474..e2be3bc3 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "sequelize": "^6.3.5", "serve-favicon": "^2.5.0", "snyk": "^1.434.4", - "uuid": "^8.3.1", + "uuid": "^8.3.2", "winston": "^3.3.3" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 28d2a2b4..2eaa66ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7651,10 +7651,10 @@ uuid@^7.0.0, uuid@^7.0.2: resolved "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b" integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg== -uuid@^8.1.0, uuid@^8.2.0, uuid@^8.3.0, uuid@^8.3.1: - version "8.3.1" - resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.1.tgz#2ba2e6ca000da60fce5a196954ab241131e05a31" - integrity sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg== +uuid@^8.1.0, uuid@^8.2.0, uuid@^8.3.0, uuid@^8.3.1, uuid@^8.3.2: + version "8.3.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" + integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== v8-to-istanbul@^7.0.0: version "7.0.0"