From 4cbc6e8f9d7eb3cff765d3ddd37a44e326eab528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 1 Apr 2019 04:52:22 +0000 Subject: [PATCH] Bump slug from 1.0.0 to 1.1.0 in /backend Bumps [slug](https://github.com/Trott/node-slug) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/Trott/node-slug/releases) - [Commits](https://github.com/Trott/node-slug/compare/v1.0.0...v1.1.0) Signed-off-by: dependabot[bot] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 83417635d..a1f893c8a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -69,7 +69,7 @@ "npm-run-all": "~4.1.5", "request": "~2.88.0", "sanitize-html": "~1.20.0", - "slug": "~1.0.0", + "slug": "~1.1.0", "trunc-html": "~1.1.2", "uuid": "~3.3.2", "wait-on": "~3.2.0" diff --git a/backend/yarn.lock b/backend/yarn.lock index 53f6926dc..c55711b57 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -7017,10 +7017,10 @@ slice-ansi@^2.1.0: astral-regex "^1.0.0" is-fullwidth-code-point "^2.0.0" -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== +slug@~1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/slug/-/slug-1.1.0.tgz#73eef5710416f515077bdf70c683bde4915913c9" + integrity sha512-NuIOjDQeTMPm+/AUIHJ5636mF3jOsYLFnoEErl9Tdpt4kpt4fOrAJxscH9mUgX1LtPaEqgPCawBg7A4yhoSWRg== dependencies: unicode ">= 0.3.1"