From cf0c93a0e876fdd13f9ce775b8debca83ffa7dc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 11:30:02 +0000 Subject: [PATCH] Bump slugify from 1.6.3 to 1.6.4 (#740) Bumps [slugify](https://github.com/simov/slugify) from 1.6.3 to 1.6.4. - [Release notes](https://github.com/simov/slugify/releases) - [Commits](https://github.com/simov/slugify/compare/v1.6.3...v1.6.4) --- updated-dependencies: - dependency-name: slugify dependency-type: direct:development 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d81ac5..89f3f5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "ora": "^6.0.1", "prepend": "^1.0.2", "prettier": "^2.5.1", - "slugify": "^1.6.3", + "slugify": "^1.6.4", "stylelint": "^14.1.0", "stylelint-config-prettier": "^9.0.3", "stylelint-prettier": "^2.0.0" @@ -21024,9 +21024,9 @@ } }, "node_modules/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.4", + "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.4.tgz", + "integrity": "sha512-Pcz296CK0uGnTf4iNQId79Uv6/5G16t0g0x3OsxWS8qVSOW+JXNnNHKVcuDiMgEGTWyK6zjlWXo2dvzV/FLf9Q==", "engines": { "node": ">=8.0.0" } @@ -40638,9 +40638,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.4", + "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.4.tgz", + "integrity": "sha512-Pcz296CK0uGnTf4iNQId79Uv6/5G16t0g0x3OsxWS8qVSOW+JXNnNHKVcuDiMgEGTWyK6zjlWXo2dvzV/FLf9Q==" }, "snapdragon": { "version": "0.8.2", diff --git a/package.json b/package.json index cbb4fcc..698048d 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "ora": "^6.0.1", "prepend": "^1.0.2", "prettier": "^2.5.1", - "slugify": "^1.6.3", + "slugify": "^1.6.4", "stylelint": "^14.1.0", "stylelint-config-prettier": "^9.0.3", "stylelint-prettier": "^2.0.0"