Bump sanitize-html from 1.22.0 to 1.23.0

Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 1.22.0 to 1.23.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-04-17 08:37:48 +00:00 committed by GitHub
parent 25bb1be66d
commit 90bf14b1ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -7689,7 +7689,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
} }
@ -23217,9 +23217,9 @@
} }
}, },
"sanitize-html": { "sanitize-html": {
"version": "1.22.0", "version": "1.23.0",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.22.0.tgz", "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.23.0.tgz",
"integrity": "sha512-3RPo65mbTKpOAdAYWU496MSty1YbB3Y5bjwL5OclgaSSMtv65xvM7RW/EHRumzaZ1UddEJowCbSdK0xl5sAu0A==", "integrity": "sha512-7MgUrbZpaig6zHwuHjpNqhkiuutFPWWoFY/RmdtEnvrFKMLafzSHfFyOozVpKWytkZIUhbYu3VQ/93OmYdo3ag==",
"requires": { "requires": {
"chalk": "^2.4.1", "chalk": "^2.4.1",
"htmlparser2": "^4.1.0", "htmlparser2": "^4.1.0",
@ -23227,7 +23227,7 @@
"lodash.escaperegexp": "^4.1.2", "lodash.escaperegexp": "^4.1.2",
"lodash.isplainobject": "^4.0.6", "lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1", "lodash.isstring": "^4.0.1",
"lodash.mergewith": "^4.6.1", "lodash.mergewith": "^4.6.2",
"postcss": "^7.0.27", "postcss": "^7.0.27",
"srcset": "^2.0.1", "srcset": "^2.0.1",
"xtend": "^4.0.1" "xtend": "^4.0.1"

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.0", "request": "^2.88.0",
"sanitize-html": "^1.22.0", "sanitize-html": "^1.23.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",