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:
parent
25bb1be66d
commit
90bf14b1ab
|
@ -7689,7 +7689,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
|
||||
}
|
||||
|
@ -23217,9 +23217,9 @@
|
|||
}
|
||||
},
|
||||
"sanitize-html": {
|
||||
"version": "1.22.0",
|
||||
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.22.0.tgz",
|
||||
"integrity": "sha512-3RPo65mbTKpOAdAYWU496MSty1YbB3Y5bjwL5OclgaSSMtv65xvM7RW/EHRumzaZ1UddEJowCbSdK0xl5sAu0A==",
|
||||
"version": "1.23.0",
|
||||
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.23.0.tgz",
|
||||
"integrity": "sha512-7MgUrbZpaig6zHwuHjpNqhkiuutFPWWoFY/RmdtEnvrFKMLafzSHfFyOozVpKWytkZIUhbYu3VQ/93OmYdo3ag==",
|
||||
"requires": {
|
||||
"chalk": "^2.4.1",
|
||||
"htmlparser2": "^4.1.0",
|
||||
|
@ -23227,7 +23227,7 @@
|
|||
"lodash.escaperegexp": "^4.1.2",
|
||||
"lodash.isplainobject": "^4.0.6",
|
||||
"lodash.isstring": "^4.0.1",
|
||||
"lodash.mergewith": "^4.6.1",
|
||||
"lodash.mergewith": "^4.6.2",
|
||||
"postcss": "^7.0.27",
|
||||
"srcset": "^2.0.1",
|
||||
"xtend": "^4.0.1"
|
||||
|
|
|
@ -192,7 +192,7 @@
|
|||
"parse-link-header": "^1.0.1",
|
||||
"rc": "^1.2.7",
|
||||
"request": "^2.88.0",
|
||||
"sanitize-html": "^1.22.0",
|
||||
"sanitize-html": "^1.23.0",
|
||||
"simplayer": "0.0.8",
|
||||
"system-font-families": "^0.4.1",
|
||||
"tunnel-agent": "^0.6.0",
|
||||
|
|
Loading…
Reference in New Issue