Merge pull request #434 from cutls/dependabot/npm_and_yarn/app/sanitize-html-2.3.1

Bump sanitize-html from 2.3.0 to 2.3.1 in /app
This commit is contained in:
Cutls 2021-01-24 00:22:00 +09:00 committed by GitHub
commit 23a72c1dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@
"json5": "^2.1.3",
"lodash": "^4.17.20",
"materialize-css": "git://github.com/cutls/materialize#v1-dev",
"sanitize-html": "^2.3.0",
"sanitize-html": "^2.3.1",
"sumchecker": "^3.0.1",
"sweetalert2": "^10.13.0",
"system-font-families": "^0.4.1",

View File

@ -3999,10 +3999,10 @@ sanitize-filename@^1.6.2, sanitize-filename@^1.6.3:
dependencies:
truncate-utf8-bytes "^1.0.0"
sanitize-html@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.3.0.tgz#78c1a386a68369f27964e84526b7deb00f035d59"
integrity sha512-JAsbaKskfxR+ZhEnqO/T3c2dKalVDA6sXIgy/27TatIUzOPO/zWr1r8Ykzp1cwJx1j+DPMQF5ifvhniixRWYDA==
sanitize-html@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.3.1.tgz#ab26df3b13041dee312033c4444d2a4fff7b7d43"
integrity sha512-JYziKrrtCEGhrsUAZK1mL0RdEcRxBGZ+ptgppv7ulAsan7MZVL+oVKRSPCIcYinfM1rVOMYh5dHLydMuHaQOUA==
dependencies:
deepmerge "^4.2.2"
escape-string-regexp "^4.0.0"