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",