Merge pull request #4071 from h3poteto/dependabot/npm_and_yarn/sanitize-html-2.9.0

build(deps): bump sanitize-html from 2.8.1 to 2.9.0
This commit is contained in:
AkiraFukushima 2023-02-06 23:32:55 +09:00 committed by GitHub
commit ba9ab99a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -101,7 +101,7 @@
"mousetrap": "^1.6.5",
"object-assign-deep": "^0.4.0",
"parse-link-header": "^2.0.0",
"sanitize-html": "^2.8.1",
"sanitize-html": "^2.9.0",
"simplayer": "0.0.8",
"sqlite3": "^5.1.4",
"system-font-families": "^0.6.0",

View File

@ -10737,10 +10737,10 @@ sanitize-filename@^1.6.3:
dependencies:
truncate-utf8-bytes "^1.0.0"
sanitize-html@^2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.8.1.tgz#319c4fdba67e1edf35b1fd6d9362210044826d47"
integrity sha512-qK5neD0SaMxGwVv5txOYv05huC3o6ZAA4h5+7nJJgWMNFUNRjcjLO6FpwAtKzfKCZ0jrG6xTk6eVFskbvOGblg==
sanitize-html@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.9.0.tgz#f4829557b0175df9059d90fe972d5e6facb8565c"
integrity sha512-KY1hpSbqFNcpoLf+nP7iStbP5JfQZ2Nd19ZEE7qFsQqRdp+sO5yX/e5+HoG9puFAcSTEpzQuihfKUltDcLlQjg==
dependencies:
deepmerge "^4.2.2"
escape-string-regexp "^4.0.0"