File tree 2 files changed +7
-12
lines changed
2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 14
14
}
15
15
],
16
16
"license" : " MIT" ,
17
- "version" : " 1.3.0 " ,
17
+ "version" : " 1.2.2 " ,
18
18
"publisher" : " redhat" ,
19
19
"bugs" : " https://github.com/redhat-developer/vscode-yaml/issues" ,
20
20
"repository" : {
252
252
"vscode-languageclient" : " 7.0.0" ,
253
253
"vscode-nls" : " ^3.2.1" ,
254
254
"vscode-uri" : " ^2.0.3" ,
255
- "yaml-language-server" : " next "
255
+ "yaml-language-server" : " 1.2.2 "
256
256
}
257
257
}
Original file line number Diff line number Diff line change @@ -3082,11 +3082,6 @@ remove-trailing-slash@^0.1.0:
3082
3082
resolved "https://registry.yarnpkg.com/remove-trailing-slash/-/remove-trailing-slash-0.1.1.tgz#be2285a59f39c74d1bce4f825950061915e3780d"
3083
3083
integrity sha512-o4S4Qh6L2jpnCy83ysZDau+VORNvnFw07CKSAymkd6ICNVEPisMyzlc00KlvvicsxKck94SEwhDnMNdICzO+tA==
3084
3084
3085
- request-light@^0.5.4 :
3086
- version "0.5.4"
3087
- resolved "https://registry.yarnpkg.com/request-light/-/request-light-0.5.4.tgz#497a98c6d8ae49536417a5e2d7f383b934f3e38c"
3088
- integrity sha512-t3566CMweOFlUk7Y1DJMu5OrtpoZEb6aSTsLQVT3wtrIEJ5NhcY9G/Oqxvjllzl4a15zXfFlcr9q40LbLVQJqw==
3089
-
3090
3085
request-light@^0.5.5 :
3091
3086
version "0.5.5"
3092
3087
resolved "https://registry.yarnpkg.com/request-light/-/request-light-0.5.5.tgz#254ab0b38a1db2192170b599b05181934e14932b"
@@ -3940,13 +3935,13 @@ yallist@^4.0.0:
3940
3935
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
3941
3936
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
3942
3937
3943
- yaml-language-server@next :
3944
- version "1.1.1-f218098.0 "
3945
- resolved "https://registry.yarnpkg.com/yaml-language-server/-/yaml-language-server-1.1.1-f218098.0. tgz#ea912043533424ee2752e72e8d5b18e0d1410d29 "
3946
- integrity sha512-AxY8eq/RlcNV9EYYQY+g1baSBk5XRQdKzsLcCaucwpD/Az5wzbWZgLJcs+Uc23Q0Ielw+Nhx4ab28Q9YuJJOCA ==
3938
+ yaml-language-server@1.2.2 :
3939
+ version "1.2.2 "
3940
+ resolved "https://registry.yarnpkg.com/yaml-language-server/-/yaml-language-server-1.2.2. tgz#95e6bfcf0609a2373b4716b206c0ed5d25523061 "
3941
+ integrity sha512-wjMlqjhg6hNMT8EgYYkfUaM0aXwjWSQDmPO18doWLxIXG7LGBuzb+Vm/MjLrP9LPblSEhE2WWHQFfGW+Odb7vw ==
3947
3942
dependencies :
3948
3943
jsonc-parser "^3.0.0"
3949
- request-light "^0.5.4 "
3944
+ request-light "^0.5.5 "
3950
3945
vscode-json-languageservice "^4.1.7"
3951
3946
vscode-languageserver "^7.0.0"
3952
3947
vscode-languageserver-textdocument "^1.0.1"
You can’t perform that action at this time.
0 commit comments