diff --git a/package-lock.json b/package-lock.json index 480d23e0..c639a58f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22918,9 +22918,9 @@ } }, "slugify": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.5.3.tgz", - "integrity": "sha512-/HkjRdwPY3yHJReXu38NiusZw2+LLE2SrhkWJtmlPDB1fqFSvioYj62NkPcrKiNCgRLeGcGK7QBvr1iQwybeXw==" + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.0.tgz", + "integrity": "sha512-FkMq+MQc5hzYgM86nLuHI98Acwi3p4wX+a5BO9Hhw4JdK4L7WueIiZ4tXEobImPqBz2sVcV0+Mu3GRB30IGang==" }, "smoothscroll-polyfill": { "version": "0.4.4", diff --git a/package.json b/package.json index ba9f26a6..c83f7504 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "remark-github-plugin": "^1.4.0", "remark-react": "^8.0.0", "shortid": "^2.2.16", - "slugify": "^1.5.3", + "slugify": "^1.6.0", "smoothscroll-polyfill": "^0.4.4", "swagger-client": "^3.15.0" },