Skip to content

Commit 75455fd

Browse files
committed
update request-light. Fixes microsoft#136267
1 parent 87be9f7 commit 75455fd

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

extensions/json-language-features/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
]
137137
},
138138
"dependencies": {
139-
"request-light": "^0.5.4",
139+
"request-light": "^0.5.5",
140140
"vscode-extension-telemetry": "0.4.3",
141141
"vscode-languageclient": "^7.0.0",
142142
"vscode-nls": "^5.0.0"

extensions/json-language-features/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"main": "./out/node/jsonServerMain",
1414
"dependencies": {
1515
"jsonc-parser": "^3.0.0",
16-
"request-light": "^0.5.4",
16+
"request-light": "^0.5.5",
1717
"vscode-json-languageservice": "^4.2.0-next.2",
1818
"vscode-languageserver": "^7.0.0",
1919
"vscode-uri": "^3.0.2"

extensions/json-language-features/server/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jsonc-parser@^3.0.0:
1717
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22"
1818
integrity sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==
1919

20-
request-light@^0.5.4:
21-
version "0.5.4"
22-
resolved "https://registry.yarnpkg.com/request-light/-/request-light-0.5.4.tgz#497a98c6d8ae49536417a5e2d7f383b934f3e38c"
23-
integrity sha512-t3566CMweOFlUk7Y1DJMu5OrtpoZEb6aSTsLQVT3wtrIEJ5NhcY9G/Oqxvjllzl4a15zXfFlcr9q40LbLVQJqw==
20+
request-light@^0.5.5:
21+
version "0.5.5"
22+
resolved "https://registry.yarnpkg.com/request-light/-/request-light-0.5.5.tgz#254ab0b38a1db2192170b599b05181934e14932b"
23+
integrity sha512-AvjfJuhyT6dYfhtIBF+IpTPQco+Td1QJ6PsIJ5xui110vQ5p9HxHk+m1XJqXazLQT6CxxSx9eNv6R/+fu4bZig==
2424

2525
vscode-json-languageservice@^4.2.0-next.2:
2626
version "4.2.0-next.2"

extensions/json-language-features/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ minimatch@^3.0.4:
3939
dependencies:
4040
brace-expansion "^1.1.7"
4141

42-
request-light@^0.5.4:
43-
version "0.5.4"
44-
resolved "https://registry.yarnpkg.com/request-light/-/request-light-0.5.4.tgz#497a98c6d8ae49536417a5e2d7f383b934f3e38c"
45-
integrity sha512-t3566CMweOFlUk7Y1DJMu5OrtpoZEb6aSTsLQVT3wtrIEJ5NhcY9G/Oqxvjllzl4a15zXfFlcr9q40LbLVQJqw==
42+
request-light@^0.5.5:
43+
version "0.5.5"
44+
resolved "https://registry.yarnpkg.com/request-light/-/request-light-0.5.5.tgz#254ab0b38a1db2192170b599b05181934e14932b"
45+
integrity sha512-AvjfJuhyT6dYfhtIBF+IpTPQco+Td1QJ6PsIJ5xui110vQ5p9HxHk+m1XJqXazLQT6CxxSx9eNv6R/+fu4bZig==
4646

4747
semver@^7.3.4:
4848
version "7.3.4"

extensions/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"find-yarn-workspace-root": "^2.0.0",
2222
"jsonc-parser": "^2.2.1",
2323
"minimatch": "^3.0.4",
24-
"request-light": "^0.5.4",
24+
"request-light": "^0.5.5",
2525
"vscode-nls": "^5.0.0",
2626
"which": "^2.0.2",
2727
"which-pm": "^2.0.0"

extensions/npm/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ pify@^4.0.1:
170170
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
171171
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
172172

173-
request-light@^0.5.4:
174-
version "0.5.4"
175-
resolved "https://registry.yarnpkg.com/request-light/-/request-light-0.5.4.tgz#497a98c6d8ae49536417a5e2d7f383b934f3e38c"
176-
integrity sha512-t3566CMweOFlUk7Y1DJMu5OrtpoZEb6aSTsLQVT3wtrIEJ5NhcY9G/Oqxvjllzl4a15zXfFlcr9q40LbLVQJqw==
173+
request-light@^0.5.5:
174+
version "0.5.5"
175+
resolved "https://registry.yarnpkg.com/request-light/-/request-light-0.5.5.tgz#254ab0b38a1db2192170b599b05181934e14932b"
176+
integrity sha512-AvjfJuhyT6dYfhtIBF+IpTPQco+Td1QJ6PsIJ5xui110vQ5p9HxHk+m1XJqXazLQT6CxxSx9eNv6R/+fu4bZig==
177177

178178
sprintf-js@~1.0.2:
179179
version "1.0.3"

0 commit comments

Comments
 (0)