From 0da9f49523afbb67e7f71ff53ec923e8925fed72 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 08:59:43 +0000 Subject: [PATCH] Bump uuid from 3.4.0 to 8.3.1 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 8.3.1. - [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/v3.4.0...v8.3.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c80e97c..f05f0c3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@akala/json-rpc-ws": "^7.0.2", "@akala/server": "^3.0.19", "send": "^0.17.1", - "uuid": "^3.3.2" + "uuid": "^8.3.1" }, "devDependencies": { "@types/debug": "^4.1.5", diff --git a/yarn.lock b/yarn.lock index 61b6181..90ebb45 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1127,6 +1127,11 @@ uuid@^7.0.3: resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b" integrity sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg== +uuid@^8.3.1: + version "8.3.1" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.1.tgz#2ba2e6ca000da60fce5a196954ab241131e05a31" + integrity sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg== + vary@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"