From 5ca5c8f6e9f7401e2f26250e67417b0ef2859455 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 13:17:12 +0000 Subject: [PATCH] Bump uuid from 7.0.3 to 8.3.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 7.0.3 to 8.3.0. - [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/v7.0.3...v8.3.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20b96337..44af5030 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "react-spring": "7.2.0", "react-tag-autocomplete": "^5.8.0", "react-textarea-autosize": "^7.0.4", - "uuid": "^7.0.0" + "uuid": "^8.3.0" }, "devDependencies": { "@babel/core": "^7.8.4",