1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-05 21:37:58 +01:00

Bump sanitize-html from 2.6.1 to 2.7.0

Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/apostrophecms/sanitize-html/releases)
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.6.1...2.7.0)

---
updated-dependencies:
- dependency-name: sanitize-html
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-12 07:33:18 +00:00 committed by GitHub
parent e5663ce1e6
commit e7d05796d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -10196,10 +10196,10 @@ sanitize-filename@^1.6.3:
dependencies:
truncate-utf8-bytes "^1.0.0"
sanitize-html@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.6.1.tgz#5d37c08e189c61c0631560a889b10d9d155d000e"
integrity sha512-DzjSz3H5qDntD7s1TcWCSoRPmNR8UmA+y+xZQOvWgjATe2Br9ZW73+vD3Pj6Snrg0RuEuJdXgrKvnYuiuixRkA==
sanitize-html@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.7.0.tgz#e106205b468aca932e2f9baf241f24660d34e279"
integrity sha512-jfQelabOn5voO7FAfnQF7v+jsA6z9zC/O4ec0z3E35XPEtHYJT/OdUziVWlKW4irCr2kXaQAyXTXDHWAibg1tA==
dependencies:
deepmerge "^4.2.2"
escape-string-regexp "^4.0.0"