From 55395a2ffc7986269989881badb162025f97aee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 22 Feb 2019 04:17:49 +0000 Subject: [PATCH] Bump slug from 0.9.3 to 1.0.0 Bumps [slug](https://github.com/Trott/node-slug) from 0.9.3 to 1.0.0. - [Release notes](https://github.com/Trott/node-slug/releases) - [Commits](https://github.com/Trott/node-slug/compare/v0.9.3...v1.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0cf71cddd..330b5dd74 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "passport": "~0.4.0", "passport-jwt": "~4.0.0", "sanitize-html": "~1.20.0", - "slug": "~0.9.3", + "slug": "~1.0.0", "trunc-html": "~1.1.2", "wait-on": "~3.2.0" }, diff --git a/yarn.lock b/yarn.lock index f77e60551..6a24f45f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6232,10 +6232,10 @@ slice-ansi@2.0.0: astral-regex "^1.0.0" is-fullwidth-code-point "^2.0.0" -slug@~0.9.3: - version "0.9.3" - resolved "https://registry.yarnpkg.com/slug/-/slug-0.9.3.tgz#8c9c773d79367c0188733316cf49fd2b8db40f6a" - integrity sha512-DddSQQnUdAofjFOKRT+zsMNrdzdte04G5DUA+NeaUJlPAqR1bWQ22qVfayRxHFiRGR3bUV0wt5VSj4849pGKSw== +slug@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/slug/-/slug-1.0.0.tgz#503be07b150226a42abf7a9c52d345e6b163fea8" + integrity sha512-m3uDtlWbJmYiwxVU1+jIvYEgfYmvtjWE/KtM6IfNzuRyHv+9RMukxMVph1ra+/499fVOKgTcK/8s2gLrYoP+BA== dependencies: unicode ">= 0.3.1"