Bump sanitize-html from 1.26.0 to 1.27.0

Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/apostrophecms/sanitize-html/releases)
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/sanitize-html/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-06-18 09:03:19 +00:00 committed by GitHub
parent a36f82bbc2
commit 22a2a6a1ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -8710,7 +8710,7 @@
"dependencies": { "dependencies": {
"resolve": { "resolve": {
"version": "1.1.7", "version": "1.1.7",
"resolved": "http://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
"integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=", "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=",
"dev": true "dev": true
} }
@ -25178,9 +25178,9 @@
} }
}, },
"sanitize-html": { "sanitize-html": {
"version": "1.26.0", "version": "1.27.0",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.26.0.tgz", "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.27.0.tgz",
"integrity": "sha512-xriDBT2FbfN0ZKCcX6H6svkh1bZpO2e5ny05RQGZY6vFOMAU13La2L5YYf3XpcjXSksCYXzPj7YPvyGp5wbaUA==", "integrity": "sha512-U1btucGeYVpg0GoK43jPpe/bDCV4cBOGuxzv5NBd0bOjyZdMKY0n98S/vNlO1wVwre0VCj8H3hbzE7gD2+RjKA==",
"requires": { "requires": {
"chalk": "^2.4.1", "chalk": "^2.4.1",
"htmlparser2": "^4.1.0", "htmlparser2": "^4.1.0",

View File

@ -192,7 +192,7 @@
"parse-link-header": "^1.0.1", "parse-link-header": "^1.0.1",
"rc": "^1.2.7", "rc": "^1.2.7",
"request": "^2.88.2", "request": "^2.88.2",
"sanitize-html": "^1.26.0", "sanitize-html": "^1.27.0",
"simplayer": "0.0.8", "simplayer": "0.0.8",
"system-font-families": "^0.4.1", "system-font-families": "^0.4.1",
"tunnel-agent": "^0.6.0", "tunnel-agent": "^0.6.0",