From 153e52c332fb6908dabd2712f4790da7bdb5bf4f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 05:57:29 +0000 Subject: [PATCH] Bump slug from 0.9.4 to 5.1.0 Bumps [slug](https://github.com/Trott/slug) from 0.9.4 to 5.1.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/v0.9.4...v5.1.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 20 ++++++++------------ package.json | 2 +- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f02738..811d2a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4946,6 +4946,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", + "optional": true, "requires": { "is-glob": "^2.0.0" } @@ -5763,7 +5764,8 @@ "is-extglob": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", - "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=" + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "optional": true }, "is-finite": { "version": "1.0.2", @@ -5782,6 +5784,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "optional": true, "requires": { "is-extglob": "^1.0.0" } @@ -7551,6 +7554,7 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "optional": true, "requires": { "remove-trailing-separator": "^1.0.1" } @@ -11727,12 +11731,9 @@ } }, "slug": { - "version": "0.9.4", - "resolved": "https://registry.npmjs.org/slug/-/slug-0.9.4.tgz", - "integrity": "sha512-3YHq0TeJ4+AIFbJm+4UWSQs5A1mmeWOTQqydW3OoPmQfNKxlO96NDRTIrp+TBkmvEsEFrd+Z/LXw8OD/6OlZ5g==", - "requires": { - "unicode": ">= 0.3.1" - } + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/slug/-/slug-5.1.0.tgz", + "integrity": "sha512-IS39jKR6m+puU8zWgH6ruwx1sfzFNJ6Ai5PKIlUqd0X8C3ca7PB49Cvm0uayqgEt1jgaojO2wWEsQJngnh7fDA==" }, "snapdragon": { "version": "0.8.2", @@ -12689,11 +12690,6 @@ "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.9.1.tgz", "integrity": "sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==" }, - "unicode": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/unicode/-/unicode-11.0.1.tgz", - "integrity": "sha512-+cHtykLb+eF1yrSLWTwcYBrqJkTfX7Quoyg7Juhe6uylF43ZbMdxMuSHNYlnyLT8T7POAvavgBthzUF9AIaQvQ==" - }, "union-value": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz", diff --git a/package.json b/package.json index 5fb9f80..4cc9aec 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "response-time": "^2.3.2", "sass-loader": "^7.1.0", "sitemap": "^1.13.0", - "slug": "^0.9.1", + "slug": "^5.1.0", "stripe": "^6.7.0", "theme": "file:theme", "ua-parser-js": "^0.7.18",