From 94ead6af85fc53ea2a2899adcb497125b94f851c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Mar 2021 00:55:49 +0000 Subject: [PATCH] fix: upgrade uniqid from 5.2.0 to 5.3.0 Snyk has created this PR to upgrade uniqid from 5.2.0 to 5.3.0. See this package in npm: https://www.npmjs.com/package/uniqid See this project in Snyk: https://app.snyk.io/org/mum-never-proud/project/342d2c22-e683-4fdf-bc6d-0124c074e793?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9bebbb9..f68384e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15564,9 +15564,9 @@ "dev": true }, "uniqid": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/uniqid/-/uniqid-5.2.0.tgz", - "integrity": "sha512-LH8zsvwJ/GL6YtNfSOmMCrI9piraAUjBfw2MCvleNE6a4pVKJwXjG2+HWhkVeFcSg+nmaPKbMrMOoxwQluZ1Mg==" + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/uniqid/-/uniqid-5.3.0.tgz", + "integrity": "sha512-Jq8EzvAT8/CcLu8tzoSiylnzPkNhJJKpnMT964Dj1jI4pG4sKYP9aFVByNTp8KzMvYlW1Um63PCDqtOoujNzrA==" }, "unique-filename": { "version": "1.1.1", diff --git a/package.json b/package.json index 696cb63..7ebd4e8 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "bootstrap": "4.6.0", "path": "0.12.7", "redux": "https://github.com/mum-never-proud/redux.git", - "uniqid": "5.2.0", + "uniqid": "5.3.0", "unified-demo-theme": "https://github.com/mum-never-proud/unified-demo-theme.git" } }