Merge pull request #437 from cutls/dependabot/npm_and_yarn/app/sanitize-html-2.3.2

Bump sanitize-html from 2.3.1 to 2.3.2 in /app
This commit is contained in:
Cutls 2021-02-01 17:46:48 -09:00 committed by GitHub
commit 73894c7e37
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.1",
"sanitize-html": "^2.3.2",
"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.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.3.1.tgz#ab26df3b13041dee312033c4444d2a4fff7b7d43"
integrity sha512-JYziKrrtCEGhrsUAZK1mL0RdEcRxBGZ+ptgppv7ulAsan7MZVL+oVKRSPCIcYinfM1rVOMYh5dHLydMuHaQOUA==
sanitize-html@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.3.2.tgz#a1954aea877a096c408aca7b0c260bef6e4fc402"
integrity sha512-p7neuskvC8pSurUjdVmbWPXmc9A4+QpOXIL+4gwFC+av5h+lYCXFT8uEneqsFQg/wEA1IH+cKQA60AaQI6p3cg==
dependencies:
deepmerge "^4.2.2"
escape-string-regexp "^4.0.0"