From af95346378867e6f928a2644fc90b1545affbbfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 02:04:55 +0000 Subject: [PATCH] Bump shortid from 2.2.15 to 2.2.16 Bumps [shortid](https://github.com/dylang/shortid) from 2.2.15 to 2.2.16. - [Release notes](https://github.com/dylang/shortid/releases) - [Changelog](https://github.com/dylang/shortid/blob/master/CHANGELOG.md) - [Commits](https://github.com/dylang/shortid/compare/2.2.15...2.2.16) Signed-off-by: dependabot[bot] --- 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 52e66f60..80cc80e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23124,9 +23124,9 @@ "dev": true }, "shortid": { - "version": "2.2.15", - "resolved": "https://registry.npmjs.org/shortid/-/shortid-2.2.15.tgz", - "integrity": "sha512-5EaCy2mx2Jgc/Fdn9uuDuNIIfWBpzY4XIlhoqtXF6qsf+/+SGZ+FxDdX/ZsMZiWupIWNqAEmiNY4RC+LSmCeOw==", + "version": "2.2.16", + "resolved": "https://registry.npmjs.org/shortid/-/shortid-2.2.16.tgz", + "integrity": "sha512-Ugt+GIZqvGXCIItnsL+lvFJOiN7RYqlGy7QE41O3YC1xbNSeDGIRO7xg2JJXIAj1cAGnOeC1r7/T9pgrtQbv4g==", "requires": { "nanoid": "^2.1.0" } diff --git a/package.json b/package.json index e8c466cd..c13ca157 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "remark": "^13.0.0", "remark-github-plugin": "^1.4.0", "remark-react": "^8.0.0", - "shortid": "^2.2.15", + "shortid": "^2.2.16", "slugify": "^1.4.5", "smoothscroll-polyfill": "^0.4.4", "swagger-client": "^3.11.1"