Merge pull request #1374 from h3poteto/dependabot/npm_and_yarn/sanitize-html-1.23.0

Bump sanitize-html from 1.22.0 to 1.23.0
This commit is contained in:
AkiraFukushima 2020-04-29 23:02:18 +09:00 committed by GitHub
commit 9bcdd5d98c
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

@ -23437,9 +23437,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",
@ -23447,7 +23447,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"

View File

@ -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",