Skip to content

Commit

Permalink
fix(deps): update dependency sanitize-html to v1.20.1 (DIYgod#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and DIYgod committed Apr 26, 2019
1 parent ebe40f0 commit ed5a0ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"puppeteer": "1.14.0",
"redis": "2.8.0",
"rss-parser": "3.7.0",
"sanitize-html": "1.20.0",
"sanitize-html": "1.20.1",
"socks-proxy-agent": "4.0.2",
"tunnel": "0.0.6",
"twit": "2.2.11",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9185,10 +9185,10 @@ sane@^4.0.3:
minimist "^1.1.1"
walker "~1.0.5"

sanitize-html@1.20.0:
version "1.20.0"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-1.20.0.tgz#9a602beb1c9faf960fb31f9890f61911cc4d9156"
integrity sha512-BpxXkBoAG+uKCHjoXFmox6kCSYpnulABoGcZ/R3QyY9ndXbIM5S94eOr1IqnzTG8TnbmXaxWoDDzKC5eJv7fEQ==
sanitize-html@1.20.1:
version "1.20.1"
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-1.20.1.tgz#f6effdf55dd398807171215a62bfc21811bacf85"
integrity sha512-txnH8TQjaQvg2Q0HY06G6CDJLVYCpbnxrdO0WN8gjCKaU5J0KbyGYhZxx5QJg3WLZ1lB7XU9kDkfrCXUozqptA==
dependencies:
chalk "^2.4.1"
htmlparser2 "^3.10.0"
Expand Down

0 comments on commit ed5a0ce

Please sign in to comment.