From 8b784bb5b64be851d635e10bc9c7d9177102a339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 13:00:26 +0100 Subject: [PATCH] Bump slugify from 1.6.0 to 1.6.1 (#686) Bumps [slugify](https://github.com/simov/slugify) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/simov/slugify/releases) - [Commits](https://github.com/simov/slugify/compare/v1.6.0...v1.6.1) --- 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 db0f8ca..dba2ee0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "ora": "^6.0.1", "prepend": "^1.0.2", "prettier": "^2.4.1", - "slugify": "^1.6.0", + "slugify": "^1.6.1", "stylelint": "^13.13.1", "stylelint-config-prettier": "^8.0.2", "stylelint-prettier": "^1.2.0" @@ -22078,9 +22078,9 @@ } }, "node_modules/slugify": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.0.tgz", - "integrity": "sha512-FkMq+MQc5hzYgM86nLuHI98Acwi3p4wX+a5BO9Hhw4JdK4L7WueIiZ4tXEobImPqBz2sVcV0+Mu3GRB30IGang==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.1.tgz", + "integrity": "sha512-5ofqMTbetNhxlzjYYLBaZFQd6oiTuSkQlyfPEFIMwgUABlZQ0hbk5xIV9Ydd5jghWeRoO7GkiJliUvTpLOjNRA==", "engines": { "node": ">=8.0.0" } @@ -44004,9 +44004,9 @@ } }, "slugify": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.0.tgz", - "integrity": "sha512-FkMq+MQc5hzYgM86nLuHI98Acwi3p4wX+a5BO9Hhw4JdK4L7WueIiZ4tXEobImPqBz2sVcV0+Mu3GRB30IGang==" + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/slugify/-/slugify-1.6.1.tgz", + "integrity": "sha512-5ofqMTbetNhxlzjYYLBaZFQd6oiTuSkQlyfPEFIMwgUABlZQ0hbk5xIV9Ydd5jghWeRoO7GkiJliUvTpLOjNRA==" }, "snapdragon": { "version": "0.8.2", diff --git a/package.json b/package.json index 31f2d66..8d1ac38 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "ora": "^6.0.1", "prepend": "^1.0.2", "prettier": "^2.4.1", - "slugify": "^1.6.0", + "slugify": "^1.6.1", "stylelint": "^13.13.1", "stylelint-config-prettier": "^8.0.2", "stylelint-prettier": "^1.2.0"