Skip to content

Commit 565667d

Browse files
committed
Update dev-dependencies
1 parent b984ba9 commit 565667d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"browserify": "^16.0.0",
2727
"deepmerge": "^2.0.0",
2828
"esmangle": "^1.0.1",
29-
"hast-util-to-html": "^3.0.0",
30-
"hastscript": "^3.0.0",
29+
"hast-util-to-html": "^4.0.0",
30+
"hastscript": "^4.0.0",
3131
"nyc": "^12.0.0",
3232
"prettier": "^1.13.5",
3333
"remark-cli": "^5.0.0",

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ test('sanitize()', function(t) {
8383
html(
8484
sanitize(u('doctype', {name: 'html'}, 'alpha'), {allowDoctypes: true})
8585
),
86-
'<!DOCTYPE html>',
86+
'<!doctype html>',
8787
'should allow `doctype`s with `allowDoctypes: true`'
8888
)
8989

0 commit comments

Comments
 (0)