From bee3c4b13561d33574d5d221b92b18a1c602c35c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 18:08:42 +0000 Subject: [PATCH] Bump slugify from 1.6.2 to 1.6.3 (#832) Bumps [slugify](https://github.com/simov/slugify) from 1.6.2 to 1.6.3. - [Release notes](https://github.com/simov/slugify/releases) - [Commits](https://github.com/simov/slugify/compare/v1.6.2...v1.6.3) --- updated-dependencies: - dependency-name: slugify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cbcfbf59..32c49230 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23073,9 +23073,9 @@ } }, "slugify": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.2.tgz", - "integrity": "sha512-XMtI8qD84LwCpthLMBHlIhcrj10cgA+U/Ot8G6FD6uFuWZtMfKK75JO7l81nzpFJsPlsW6LT+VKqWQJW3+6New==" + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.3.tgz", + "integrity": "sha512-1MPyqnIhgiq+/0iDJyqSJHENdnH5MMIlgJIBxmkRMzTNKlS/QsN5dXsB+MdDq4E6w0g9jFA4XOTRkVDjDae/2w==" }, "smoothscroll-polyfill": { "version": "0.4.4", diff --git a/package.json b/package.json index 85b1bc77..4c1c556e 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.2", + "slugify": "^1.6.3", "smoothscroll-polyfill": "^0.4.4", "swagger-client": "^3.17.0" },