mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Bumped html-to-text from 3.3.0 to 4.0.0
refs #9389 - https://github.com/werk85/node-html-to-text/blob/master/CHANGELOG.md#version-400 - breaking change does not affect us
This commit is contained in:
parent
1705e8575f
commit
742aef77f2
2 changed files with 13 additions and 14 deletions
|
@ -65,7 +65,7 @@
|
|||
"glob": "5.0.15",
|
||||
"got": "8.3.2",
|
||||
"gscan": "2.2.1",
|
||||
"html-to-text": "3.3.0",
|
||||
"html-to-text": "4.0.0",
|
||||
"image-size": "0.6.3",
|
||||
"intl": "1.2.5",
|
||||
"intl-messageformat": "1.3.0",
|
||||
|
|
25
yarn.lock
25
yarn.lock
|
@ -3025,15 +3025,14 @@ html-comment-regex@^1.1.0:
|
|||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7"
|
||||
|
||||
html-to-text@3.3.0:
|
||||
version "3.3.0"
|
||||
resolved "https://registry.yarnpkg.com/html-to-text/-/html-to-text-3.3.0.tgz#6a9b63c699b885bb7ba84b1446bfe6876bbfcfb7"
|
||||
html-to-text@4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/html-to-text/-/html-to-text-4.0.0.tgz#c1f4e100d74e9feab5b152d7b6b3be3c1c6412b0"
|
||||
dependencies:
|
||||
he "^1.0.0"
|
||||
htmlparser2 "^3.9.2"
|
||||
lodash "^4.17.4"
|
||||
optimist "^0.6.1"
|
||||
underscore "^1.8.3"
|
||||
underscore.string "^3.2.3"
|
||||
|
||||
htmlparser2@^3.10.0, htmlparser2@^3.8.3, htmlparser2@^3.9.1, htmlparser2@^3.9.2:
|
||||
version "3.10.0"
|
||||
|
@ -6637,13 +6636,6 @@ unc-path-regex@^0.1.2:
|
|||
version "0.1.2"
|
||||
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
|
||||
|
||||
underscore.string@^3.2.3, underscore.string@~3.3.4:
|
||||
version "3.3.5"
|
||||
resolved "https://registry.yarnpkg.com/underscore.string/-/underscore.string-3.3.5.tgz#fc2ad255b8bd309e239cbc5816fd23a9b7ea4023"
|
||||
dependencies:
|
||||
sprintf-js "^1.0.3"
|
||||
util-deprecate "^1.0.2"
|
||||
|
||||
underscore.string@~2.2.1:
|
||||
version "2.2.1"
|
||||
resolved "https://registry.yarnpkg.com/underscore.string/-/underscore.string-2.2.1.tgz#d7c0fa2af5d5a1a67f4253daee98132e733f0f19"
|
||||
|
@ -6656,7 +6648,14 @@ underscore.string@~2.4.0:
|
|||
version "2.4.0"
|
||||
resolved "https://registry.yarnpkg.com/underscore.string/-/underscore.string-2.4.0.tgz#8cdd8fbac4e2d2ea1e7e2e8097c42f442280f85b"
|
||||
|
||||
underscore@, underscore@^1.8.3:
|
||||
underscore.string@~3.3.4:
|
||||
version "3.3.5"
|
||||
resolved "https://registry.yarnpkg.com/underscore.string/-/underscore.string-3.3.5.tgz#fc2ad255b8bd309e239cbc5816fd23a9b7ea4023"
|
||||
dependencies:
|
||||
sprintf-js "^1.0.3"
|
||||
util-deprecate "^1.0.2"
|
||||
|
||||
underscore@:
|
||||
version "1.9.1"
|
||||
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.9.1.tgz#06dce34a0e68a7babc29b365b8e74b8925203961"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue