Skip to content

Commit 87380dd

Browse files
authored
Update hast-util-sanitize and highlight.js (#1663)
* Explicitly specify that only master should be auto-built by Travis * Update hast-util-sanitize and highlight.js * [hast-util-sanitize](https://github.com/syntax-tree/hast-util-sanitize/releases): 1.2.0 → 1.3.0 * [highlight.js](https://github.com/syntax-tree/hast-util-sanitize/releases): 9.12.0 → 9.15.6
1 parent da29a37 commit 87380dd

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
branches:
2+
only:
3+
- master
14
language: minimal
25
services:
36
- docker

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@
201201
"es6-set": "^0.1.4",
202202
"esprima": "^4.0.1",
203203
"github-api": "^3.0.0",
204-
"hast-util-sanitize": "^1.2.0",
205-
"highlight.js": "^9.12.0",
204+
"hast-util-sanitize": "^1.3.0",
205+
"highlight.js": "^9.15.6",
206206
"html-inspector": "^0.8.2",
207207
"htmllint": "^0.7.3",
208208
"i18next": "^15.0.6",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6405,10 +6405,10 @@ hast-to-hyperscript@^6.0.0:
64056405
unist-util-is "^2.0.0"
64066406
web-namespaces "^1.1.2"
64076407

6408-
hast-util-sanitize@^1.0.0, hast-util-sanitize@^1.2.0:
6409-
version "1.2.0"
6410-
resolved "https://registry.yarnpkg.com/hast-util-sanitize/-/hast-util-sanitize-1.2.0.tgz#1a46bc8e8554f4747d219dd1d85f9cb245b1b08d"
6411-
integrity sha512-VwCTqjt6fbMGacxGB1FKV5sBJaVVkyCGVMDwb4nnqvCW2lkqscA2GEpOyBx4ZWRXty1eAZF58MHBrllEoQEoBg==
6408+
hast-util-sanitize@^1.0.0, hast-util-sanitize@^1.3.0:
6409+
version "1.3.0"
6410+
resolved "https://registry.yarnpkg.com/hast-util-sanitize/-/hast-util-sanitize-1.3.0.tgz#3189dc3b87d75a9c2e8618433167b4ad27b4facc"
6411+
integrity sha512-rQeetoD08jHmDOUYN6h9vTuE0hQN4wymhtkQZ6whHtcjaLpjw5RYAbcdxx9cMgMWERDsSs79UpqHuBLlUHKeOw==
64126412
dependencies:
64136413
xtend "^4.0.1"
64146414

@@ -6436,7 +6436,12 @@ highlight-es@^1.0.0:
64366436
is-es2016-keyword "^1.0.0"
64376437
js-tokens "^3.0.0"
64386438

6439-
highlight.js@^9.12.0, highlight.js@~9.13.0:
6439+
highlight.js@^9.15.6:
6440+
version "9.15.6"
6441+
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.15.6.tgz#72d4d8d779ec066af9a17cb14360c3def0aa57c4"
6442+
integrity sha512-zozTAWM1D6sozHo8kqhfYgsac+B+q0PmsjXeyDrYIHHcBN0zTVT66+s2GW1GZv7DbyaROdLXKdabwS/WqPyIdQ==
6443+
6444+
highlight.js@~9.13.0:
64406445
version "9.13.1"
64416446
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.13.1.tgz#054586d53a6863311168488a0f58d6c505ce641e"
64426447
integrity sha512-Sc28JNQNDzaH6PORtRLMvif9RSn1mYuOoX3omVjnb0+HbpPygU2ALBI0R/wsiqCb4/fcp07Gdo8g+fhtFrQl6A==

0 commit comments

Comments
 (0)