From 0f2c088a41bed13e1e2e1204ac3fab84b0b75294 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 06:26:46 +0000 Subject: [PATCH] build(deps): 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 3d3775e..9c3f3d5 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,6 @@ "jest": "^25.1.0", "prop-types": "^15.7.2", "react": "^16.13.0", - "uuid": "^7.0.1" + "uuid": "^8.3.0" } }