diff --git a/package-lock.json b/package-lock.json index 7eac47dc..38c2dc8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23073,9 +23073,9 @@ } }, "slugify": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.3.tgz", - "integrity": "sha512-1MPyqnIhgiq+/0iDJyqSJHENdnH5MMIlgJIBxmkRMzTNKlS/QsN5dXsB+MdDq4E6w0g9jFA4XOTRkVDjDae/2w==" + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.5.tgz", + "integrity": "sha512-8mo9bslnBO3tr5PEVFzMPIWwWnipGS0xVbYf65zxDqfNwmzYn1LpiKNrR6DlClusuvo+hDHd1zKpmfAe83NQSQ==" }, "smoothscroll-polyfill": { "version": "0.4.4", diff --git a/package.json b/package.json index 3f59239d..11aaed27 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "remark-github-plugin": "^1.4.0", "remark-react": "^8.0.0", "shortid": "^2.2.16", - "slugify": "^1.6.3", + "slugify": "^1.6.5", "smoothscroll-polyfill": "^0.4.4", "swagger-client": "^3.17.0" },