Merge pull request #2641 from Human-Connection/dependabot/npm_and_yarn/backend/slug-2.0.0

build(deps): bump slug from 1.1.0 to 2.0.0 in /backend
This commit is contained in:
Robert Schäfer 2019-12-31 15:51:29 +01:00 committed by GitHub
commit f28ef38b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -89,7 +89,7 @@
"npm-run-all": "~4.1.5",
"request": "~2.88.0",
"sanitize-html": "~1.20.1",
"slug": "~1.1.0",
"slug": "~2.0.0",
"trunc-html": "~1.1.2",
"uuid": "~3.3.3",
"validator": "^12.1.0",

View File

@ -7607,10 +7607,10 @@ slice-ansi@^2.1.0:
astral-regex "^1.0.0"
is-fullwidth-code-point "^2.0.0"
slug@~1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/slug/-/slug-1.1.0.tgz#73eef5710416f515077bdf70c683bde4915913c9"
integrity sha512-NuIOjDQeTMPm+/AUIHJ5636mF3jOsYLFnoEErl9Tdpt4kpt4fOrAJxscH9mUgX1LtPaEqgPCawBg7A4yhoSWRg==
slug@~2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/slug/-/slug-2.0.0.tgz#842b60f9f827aac045fe5894d8426e9624578f6f"
integrity sha512-nsPIR74De90eXwy6vgO23P92YtpddZZ/AjCHWx9+65TWsq/174hOSzn2Q1RL9bG2aYuxwyNZbHp/IbUhLUwUtw==
dependencies:
unicode ">= 0.3.1"