From 9ba1e0191872664ec7a7a45643277c6596ea64d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 16:03:43 +0000 Subject: [PATCH] chore(deps-dev): bump slug from 4.0.4 to 5.0.0 Bumps [slug](https://github.com/Trott/slug) from 4.0.4 to 5.0.0. - [Release notes](https://github.com/Trott/slug/releases) - [Changelog](https://github.com/Trott/slug/blob/main/CHANGELOG.md) - [Commits](https://github.com/Trott/slug/compare/v4.0.4...v5.0.0) Signed-off-by: dependabot[bot] --- 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 e877ff61..8b53a3c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "p-map": "^4.0.0", "postcss": "^7.0.35", "prettier": "^2.2.1", - "slug": "^4.0.4", + "slug": "^5.0.0", "standard-version": "^9.3.0", "stylelint": "^13.13.1", "stylelint-config-prettier": "^8.0.2", @@ -19320,9 +19320,9 @@ } }, "node_modules/slug": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/slug/-/slug-4.0.4.tgz", - "integrity": "sha512-GwSsWjX2rcIAtbKWGaxnzASWljWraPQry0RmCnRkji2pEggVjgb5HjXdqN0Gb6JOPg19rsC3hHUYXbOnHXKv2Q==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/slug/-/slug-5.0.0.tgz", + "integrity": "sha512-PW24qSh/Hrao5R4LEeJm6aBhQm2lwYDK4cZxncz0UuNApaNKmrtP6AAdNnIejRUEyBAE/7kfWbRFzlrqWmgqtw==", "dev": true }, "node_modules/smoothscroll-polyfill": { @@ -40907,9 +40907,9 @@ } }, "slug": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/slug/-/slug-4.0.4.tgz", - "integrity": "sha512-GwSsWjX2rcIAtbKWGaxnzASWljWraPQry0RmCnRkji2pEggVjgb5HjXdqN0Gb6JOPg19rsC3hHUYXbOnHXKv2Q==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/slug/-/slug-5.0.0.tgz", + "integrity": "sha512-PW24qSh/Hrao5R4LEeJm6aBhQm2lwYDK4cZxncz0UuNApaNKmrtP6AAdNnIejRUEyBAE/7kfWbRFzlrqWmgqtw==", "dev": true }, "smoothscroll-polyfill": { diff --git a/package.json b/package.json index 8d8e9f51..80df24e7 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "p-map": "^4.0.0", "postcss": "^7.0.35", "prettier": "^2.2.1", - "slug": "^4.0.4", + "slug": "^5.0.0", "standard-version": "^9.3.0", "stylelint": "^13.13.1", "stylelint-config-prettier": "^8.0.2",