From 12edc6d4219b6342d85583d0f3177482090d8ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 16:16:46 -0500 Subject: [PATCH] build(deps): bump short-uuid from 4.1.0 to 4.2.0 (#13283) Bumps [short-uuid](https://github.com/oculus42/short-uuid) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/oculus42/short-uuid/releases) - [Changelog](https://github.com/oculus42/short-uuid/blob/develop/CHANGELOG.md) - [Commits](https://github.com/oculus42/short-uuid/compare/v4.1.0...v4.2.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac082c7c46..2f186f58d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11839,12 +11839,12 @@ "integrity": "sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw==" }, "short-uuid": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/short-uuid/-/short-uuid-4.1.0.tgz", - "integrity": "sha512-Zjerp00N5uUC7ET1mEjz77vY9h5zm6IQivtHxcbnoSIWyK6PD/dQnU5w916F8lzQIJjxBTEbCKsAikE64WxUxQ==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/short-uuid/-/short-uuid-4.2.0.tgz", + "integrity": "sha512-r3cxuPPZSuF0QkKsK9bBR7u+7cwuCRzWzgjPh07F5N2iIUNgblnMHepBY16xgj5t1lG9iOP9k/TEafY1qhRzaw==", "requires": { "any-base": "^1.1.0", - "uuid": "^8.3.0" + "uuid": "^8.3.2" } }, "side-channel": { diff --git a/package.json b/package.json index 2d51963c28..f922cca6d9 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "regenerator-runtime": "^0.13.7", "remove-markdown": "^0.3.0", "rimraf": "^3.0.2", - "short-uuid": "^4.1.0", + "short-uuid": "^4.2.0", "stripe": "^8.145.0", "superagent": "^6.1.0", "universal-analytics": "^0.4.23",