From 9638c12459ede6978d7e47d032791b10912ffe19 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 21:27:20 +0000 Subject: [PATCH] Bump uuid from 3.4.0 to 8.3.2 Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 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/v3.4.0...v8.3.2) 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 9e8e37f..017cbc0 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "redux-toolbelt": "^2.2.2", "redux-toolbelt-thunk": "^2.1.2", "url-join": "^4.0.0", - "uuid": "^3.3.2" + "uuid": "^8.3.2" }, "jest": { "coverageDirectory": "/tests/__coverage__/",