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:
parent
a36f82bbc2
commit
22a2a6a1ef
|
@ -8710,7 +8710,7 @@
|
|||
"dependencies": {
|
||||
"resolve": {
|
||||
"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=",
|
||||
"dev": true
|
||||
}
|
||||
|
@ -25178,9 +25178,9 @@
|
|||
}
|
||||
},
|
||||
"sanitize-html": {
|
||||
"version": "1.26.0",
|
||||
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.26.0.tgz",
|
||||
"integrity": "sha512-xriDBT2FbfN0ZKCcX6H6svkh1bZpO2e5ny05RQGZY6vFOMAU13La2L5YYf3XpcjXSksCYXzPj7YPvyGp5wbaUA==",
|
||||
"version": "1.27.0",
|
||||
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.27.0.tgz",
|
||||
"integrity": "sha512-U1btucGeYVpg0GoK43jPpe/bDCV4cBOGuxzv5NBd0bOjyZdMKY0n98S/vNlO1wVwre0VCj8H3hbzE7gD2+RjKA==",
|
||||
"requires": {
|
||||
"chalk": "^2.4.1",
|
||||
"htmlparser2": "^4.1.0",
|
||||
|
|
|
@ -192,7 +192,7 @@
|
|||
"parse-link-header": "^1.0.1",
|
||||
"rc": "^1.2.7",
|
||||
"request": "^2.88.2",
|
||||
"sanitize-html": "^1.26.0",
|
||||
"sanitize-html": "^1.27.0",
|
||||
"simplayer": "0.0.8",
|
||||
"system-font-families": "^0.4.1",
|
||||
"tunnel-agent": "^0.6.0",
|
||||
|
|
Loading…
Reference in New Issue