Skip to content

Commit 8a188d5

Browse files
committed
build: upgrade to [email protected]
1 parent b74c6e0 commit 8a188d5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"standard-version": "7.0.0",
35-
"tree-sitter-html": "0.15.0"
35+
"tree-sitter-html": "0.19.0"
3636
},
3737
"files": [
3838
"/src/",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ modify-values@^1.0.0:
754754
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
755755
integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==
756756

757-
nan@^2.10.0, nan@^2.14.0:
757+
nan@^2.14.0:
758758
version "2.14.0"
759759
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
760760
integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==
@@ -1219,12 +1219,12 @@ through@2, "through@>=2.2.7 <3":
12191219
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
12201220
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
12211221

1222-
tree-sitter-html@0.15.0:
1223-
version "0.15.0"
1224-
resolved "https://registry.yarnpkg.com/tree-sitter-html/-/tree-sitter-html-0.15.0.tgz#2dc840bbba88d586ab063dfe27c27c1bd8ea5e91"
1225-
integrity sha512-i8pUX4hNljVpo35D4S+8iopJBU6mS8XRbupjEycjsI7+FSBhr8tnMrx9hjjYhgKYCHdxTnYGTi9K7jc0p3gVDA==
1222+
tree-sitter-html@0.19.0:
1223+
version "0.19.0"
1224+
resolved "https://registry.yarnpkg.com/tree-sitter-html/-/tree-sitter-html-0.19.0.tgz#abebe9950f5ce909b6e3e8da2e90246647a70a22"
1225+
integrity sha512-xH6XGSBWzb4oU/aG6gouMRQKsd96iKuy0zboUqo3wcIWrA++q9a7CmQTSeIINiSfOXjT2ZLJciXFDgAh6h04Bw==
12261226
dependencies:
1227-
nan "^2.10.0"
1227+
nan "^2.14.0"
12281228

12291229
trim-newlines@^1.0.0:
12301230
version "1.0.0"

0 commit comments

Comments
 (0)