Merge pull request #3941 from h3poteto/dependabot/npm_and_yarn/sanitize-html-2.8.1

Bump sanitize-html from 2.8.0 to 2.8.1
This commit is contained in:
AkiraFukushima 2022-12-30 20:18:37 +09:00 committed by GitHub
commit b75c7c9d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -105,7 +105,7 @@
"object-assign-deep": "^0.4.0",
"parse-link-header": "^2.0.0",
"rc": "^1.2.7",
"sanitize-html": "^2.8.0",
"sanitize-html": "^2.8.1",
"simplayer": "0.0.8",
"system-font-families": "^0.6.0",
"tunnel-agent": "^0.6.0",

View File

@ -10598,10 +10598,10 @@ sanitize-filename@^1.6.3:
dependencies:
truncate-utf8-bytes "^1.0.0"
sanitize-html@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.8.0.tgz#651d1d0e5b2d61b4ec6147cc46f6d6680eef98ce"
integrity sha512-ZsGyc6avnqgvEm3eMKrcy8xa7WM1MrGrfkGsUgQee2CU+vg3PCfNCexXwBDF/6dEPvaQ4k/QqRjnYKHL8xgNjg==
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==
dependencies:
deepmerge "^4.2.2"
escape-string-regexp "^4.0.0"