Skip to content

Commit 9a9c0e3

Browse files
committed
update request-light
1 parent 87e8485 commit 9a9c0e3

4 files changed

Lines changed: 45 additions & 31 deletions

File tree

extensions/json-language-features/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
}
103103
},
104104
"dependencies": {
105-
"request-light": "^0.2.4",
105+
"request-light": "^0.2.5",
106106
"vscode-extension-telemetry": "0.1.1",
107107
"vscode-languageclient": "^6.0.0-next.1",
108108
"vscode-nls": "^4.1.1"

extensions/json-language-features/yarn.lock

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,20 @@
77
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.11.7.tgz#57682a9771a3f7b09c2497f28129a0462966524a"
88
integrity sha512-JNbGaHFCLwgHn/iCckiGSOZ1XYHsKFwREtzPwSGCVld1SGhOlmZw2D4ZI94HQCrBHbADzW9m4LER/8olJTRGHA==
99

10-
agent-base@4, agent-base@^4.1.0:
10+
agent-base@4:
1111
version "4.2.1"
1212
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.1.tgz#d89e5999f797875674c07d87f260fc41e83e8ca9"
1313
integrity sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==
1414
dependencies:
1515
es6-promisify "^5.0.0"
1616

17+
agent-base@^4.3.0:
18+
version "4.3.0"
19+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
20+
integrity sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==
21+
dependencies:
22+
es6-promisify "^5.0.0"
23+
1724
applicationinsights@1.0.8:
1825
version "1.0.8"
1926
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.0.8.tgz#db6e3d983cf9f9405fe1ee5ba30ac6e1914537b5"
@@ -69,12 +76,12 @@ http-proxy-agent@^2.1.0:
6976
agent-base "4"
7077
debug "3.1.0"
7178

72-
https-proxy-agent@^2.2.1:
73-
version "2.2.1"
74-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz#51552970fa04d723e04c56d04178c3f92592bbc0"
75-
integrity sha512-HPCTS1LW51bcyMYbxUIOO4HEOlQ1/1qRaFWcyxvwaqUS9TY88aoEuHUY33kuAh1YhVVaDQhLZsnPd+XNARWZlQ==
79+
https-proxy-agent@^2.2.3:
80+
version "2.2.4"
81+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b"
82+
integrity sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==
7683
dependencies:
77-
agent-base "^4.1.0"
84+
agent-base "^4.3.0"
7885
debug "^3.1.0"
7986

8087
ms@2.0.0:
@@ -87,14 +94,14 @@ ms@^2.1.1:
8794
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
8895
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
8996

90-
request-light@^0.2.4:
91-
version "0.2.4"
92-
resolved "https://registry.yarnpkg.com/request-light/-/request-light-0.2.4.tgz#3cea29c126682e6bcadf7915353322eeba01a755"
93-
integrity sha512-pM9Fq5jRnSb+82V7M97rp8FE9/YNeP2L9eckB4Szd7lyeclSIx02aIpPO/6e4m6Dy31+FBN/zkFMTd2HkNO3ow==
97+
request-light@^0.2.5:
98+
version "0.2.5"
99+
resolved "https://registry.yarnpkg.com/request-light/-/request-light-0.2.5.tgz#38a3da7b2e56f7af8cbba57e8a94930ee2380746"
100+
integrity sha512-eBEh+GzJAftUnex6tcL6eV2JCifY0+sZMIUpUPOVXbs2nV5hla4ZMmO3icYKGuGVuQ2zHE9evh4OrRcH4iyYYw==
94101
dependencies:
95102
http-proxy-agent "^2.1.0"
96-
https-proxy-agent "^2.2.1"
97-
vscode-nls "^4.0.0"
103+
https-proxy-agent "^2.2.3"
104+
vscode-nls "^4.1.1"
98105

99106
semver@^5.3.0:
100107
version "5.5.0"
@@ -139,11 +146,6 @@ vscode-languageserver-types@^3.15.0-next.5:
139146
resolved "https://registry.yarnpkg.com/vscode-languageserver-types/-/vscode-languageserver-types-3.15.0-next.5.tgz#863d711bf47b338ff5e63ae19fb20d4fcd4d713b"
140147
integrity sha512-7hrELhTeWieUgex3+6692KjCkcmO/+V/bFItM5MHGcBotzwmjEuXjapLLYTYhIspuJ1ibRSik5MhX5YwLpsPiw==
141148

142-
vscode-nls@^4.0.0:
143-
version "4.0.0"
144-
resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-4.0.0.tgz#4001c8a6caba5cedb23a9c5ce1090395c0e44002"
145-
integrity sha512-qCfdzcH+0LgQnBpZA53bA32kzp9rpq/f66Som577ObeuDlFIrtbEJ+A/+CCxjIh4G8dpJYNCKIsxpRAHIfsbNw==
146-
147149
vscode-nls@^4.1.1:
148150
version "4.1.1"
149151
resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-4.1.1.tgz#f9916b64e4947b20322defb1e676a495861f133c"

extensions/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"jsonc-parser": "^2.1.1",
2222
"minimatch": "^3.0.4",
23-
"request-light": "^0.2.4",
23+
"request-light": "^0.2.5",
2424
"vscode-nls": "^4.0.0"
2525
},
2626
"devDependencies": {

extensions/npm/yarn.lock

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,20 @@
1212
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.11.7.tgz#57682a9771a3f7b09c2497f28129a0462966524a"
1313
integrity sha512-JNbGaHFCLwgHn/iCckiGSOZ1XYHsKFwREtzPwSGCVld1SGhOlmZw2D4ZI94HQCrBHbADzW9m4LER/8olJTRGHA==
1414

15-
agent-base@4, agent-base@^4.1.0:
15+
agent-base@4:
1616
version "4.2.0"
1717
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.0.tgz#9838b5c3392b962bad031e6a4c5e1024abec45ce"
1818
integrity sha512-c+R/U5X+2zz2+UCrCFv6odQzJdoqI+YecuhnAJLa1zYaMc13zPfwMwZrr91Pd1DYNo/yPRbiM4WVf9whgwFsIg==
1919
dependencies:
2020
es6-promisify "^5.0.0"
2121

22+
agent-base@^4.3.0:
23+
version "4.3.0"
24+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
25+
integrity sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==
26+
dependencies:
27+
es6-promisify "^5.0.0"
28+
2229
balanced-match@^1.0.0:
2330
version "1.0.0"
2431
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
@@ -64,12 +71,12 @@ http-proxy-agent@^2.1.0:
6471
agent-base "4"
6572
debug "3.1.0"
6673

67-
https-proxy-agent@^2.2.1:
68-
version "2.2.1"
69-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz#51552970fa04d723e04c56d04178c3f92592bbc0"
70-
integrity sha512-HPCTS1LW51bcyMYbxUIOO4HEOlQ1/1qRaFWcyxvwaqUS9TY88aoEuHUY33kuAh1YhVVaDQhLZsnPd+XNARWZlQ==
74+
https-proxy-agent@^2.2.3:
75+
version "2.2.4"
76+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b"
77+
integrity sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==
7178
dependencies:
72-
agent-base "^4.1.0"
79+
agent-base "^4.3.0"
7380
debug "^3.1.0"
7481

7582
jsonc-parser@^2.1.1:
@@ -89,16 +96,21 @@ ms@2.0.0:
8996
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
9097
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
9198

92-
request-light@^0.2.4:
93-
version "0.2.4"
94-
resolved "https://registry.yarnpkg.com/request-light/-/request-light-0.2.4.tgz#3cea29c126682e6bcadf7915353322eeba01a755"
95-
integrity sha512-pM9Fq5jRnSb+82V7M97rp8FE9/YNeP2L9eckB4Szd7lyeclSIx02aIpPO/6e4m6Dy31+FBN/zkFMTd2HkNO3ow==
99+
request-light@^0.2.5:
100+
version "0.2.5"
101+
resolved "https://registry.yarnpkg.com/request-light/-/request-light-0.2.5.tgz#38a3da7b2e56f7af8cbba57e8a94930ee2380746"
102+
integrity sha512-eBEh+GzJAftUnex6tcL6eV2JCifY0+sZMIUpUPOVXbs2nV5hla4ZMmO3icYKGuGVuQ2zHE9evh4OrRcH4iyYYw==
96103
dependencies:
97104
http-proxy-agent "^2.1.0"
98-
https-proxy-agent "^2.2.1"
99-
vscode-nls "^4.0.0"
105+
https-proxy-agent "^2.2.3"
106+
vscode-nls "^4.1.1"
100107

101108
vscode-nls@^4.0.0:
102109
version "4.0.0"
103110
resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-4.0.0.tgz#4001c8a6caba5cedb23a9c5ce1090395c0e44002"
104111
integrity sha512-qCfdzcH+0LgQnBpZA53bA32kzp9rpq/f66Som577ObeuDlFIrtbEJ+A/+CCxjIh4G8dpJYNCKIsxpRAHIfsbNw==
112+
113+
vscode-nls@^4.1.1:
114+
version "4.1.1"
115+
resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-4.1.1.tgz#f9916b64e4947b20322defb1e676a495861f133c"
116+
integrity sha512-4R+2UoUUU/LdnMnFjePxfLqNhBS8lrAFyX7pjb2ud/lqDkrUavFUTcG7wR0HBZFakae0Q6KLBFjMS6W93F403A==

0 commit comments

Comments
 (0)