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"