Skip to content

Commit c39cb29

Browse files
Update dependency is-html to v3
1 parent 589f868 commit c39cb29

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"async": "^3.2.0",
30-
"is-html": "^2.0.0",
30+
"is-html": "^3.0.0",
3131
"markdown-it": "^12.0.0",
3232
"node-quill-converter": "^0.3.2",
3333
"quill": "^1.3.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,10 +1458,10 @@ html-encoding-sniffer@^1.0.2:
14581458
dependencies:
14591459
whatwg-encoding "^1.0.1"
14601460

1461-
html-tags@^3.0.0:
1462-
version "3.1.0"
1463-
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140"
1464-
integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==
1461+
html-tags@^3.1.0:
1462+
version "3.2.0"
1463+
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.2.0.tgz#dbb3518d20b726524e4dd43de397eb0a95726961"
1464+
integrity sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==
14651465

14661466
http-signature@~1.2.0:
14671467
version "1.2.0"
@@ -1620,12 +1620,12 @@ is-glob@^4.0.0, is-glob@^4.0.3:
16201620
dependencies:
16211621
is-extglob "^2.1.1"
16221622

1623-
is-html@^2.0.0:
1624-
version "2.0.0"
1625-
resolved "https://registry.yarnpkg.com/is-html/-/is-html-2.0.0.tgz#b3ab2e27ccb7a12235448f51f115a6690f435fc8"
1626-
integrity sha512-S+OpgB5i7wzIue/YSE5hg0e5ZYfG3hhpNh9KGl6ayJ38p7ED6wxQLd1TV91xHpcTvw90KMJ9EwN3F/iNflHBVg==
1623+
is-html@^3.0.0:
1624+
version "3.0.0"
1625+
resolved "https://registry.yarnpkg.com/is-html/-/is-html-3.0.0.tgz#a2fef286da052db8f4c7941ac5eb2137eb840cf6"
1626+
integrity sha512-LmdKtXjzmYi07R1wJA6ZJk/8Y+6J40x8zwsJT3VnhqgxJdRWwYWizpGjvdtA9PkeA57pjZYMbwm6IpPMSn4JNA==
16271627
dependencies:
1628-
html-tags "^3.0.0"
1628+
html-tags "^3.1.0"
16291629

16301630
is-negative-zero@^2.0.1:
16311631
version "2.0.1"

0 commit comments

Comments
 (0)