Skip to content

Commit 1fb0d44

Browse files
author
Benjamin Pasero
authored
🆙 jschardet@2.2.1 (microsoft#33720) (microsoft#101489)
1 parent 867e775 commit 1fb0d44

8 files changed

Lines changed: 21 additions & 21 deletions

File tree

extensions/git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,7 @@
18791879
"byline": "^5.0.0",
18801880
"file-type": "^7.2.0",
18811881
"iconv-lite-umd": "0.6.5",
1882-
"jschardet": "2.1.1",
1882+
"jschardet": "2.2.1",
18831883
"vscode-extension-telemetry": "0.1.1",
18841884
"vscode-nls": "^4.0.0",
18851885
"vscode-uri": "^2.0.0",

extensions/git/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,10 @@ jsbn@~0.1.0:
468468
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
469469
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
470470

471-
jschardet@2.1.1:
472-
version "2.1.1"
473-
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-2.1.1.tgz#af6f8fd0b3b0f5d46a8fd9614a4fce490575c184"
474-
integrity sha512-pA5qG9Zwm8CBpGlK/lo2GE9jPxwqRgMV7Lzc/1iaPccw6v4Rhj8Zg2BTyrdmHmxlJojnbLupLeRnaPLsq03x6Q==
471+
jschardet@2.2.1:
472+
version "2.2.1"
473+
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-2.2.1.tgz#03b0264669a90c7a5c436a68c5a7d4e4cb0c9823"
474+
integrity sha512-Ks2JNuUJoc7PGaZ7bVFtSEvOcr0rBq6Q1J5/7+zKWLT+g+4zziL63O0jg7y2jxhzIa1LVsHUbPXrbaWmz9iwDw==
475475

476476
json-schema-traverse@^0.4.1:
477477
version "0.4.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"http-proxy-agent": "^2.1.0",
4949
"https-proxy-agent": "^2.2.3",
5050
"iconv-lite-umd": "0.6.5",
51-
"jschardet": "2.1.1",
51+
"jschardet": "2.2.1",
5252
"keytar": "^5.5.0",
5353
"minimist": "^1.2.5",
5454
"native-is-elevated": "0.4.1",

remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"http-proxy-agent": "^2.1.0",
1010
"https-proxy-agent": "^2.2.3",
1111
"iconv-lite-umd": "0.6.5",
12-
"jschardet": "2.1.1",
12+
"jschardet": "2.2.1",
1313
"minimist": "^1.2.5",
1414
"native-watchdog": "1.3.0",
1515
"node-pty": "0.10.0-beta8",

remote/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "vscode-web",
33
"version": "0.0.0",
44
"dependencies": {
5-
"semver-umd": "^5.5.7",
65
"iconv-lite-umd": "0.6.5",
7-
"jschardet": "2.1.1",
6+
"jschardet": "2.2.1",
7+
"semver-umd": "^5.5.7",
88
"vscode-oniguruma": "1.3.1",
99
"vscode-textmate": "5.2.0",
1010
"xterm": "4.7.0-beta.3",

remote/web/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ iconv-lite-umd@0.6.5:
77
resolved "https://registry.yarnpkg.com/iconv-lite-umd/-/iconv-lite-umd-0.6.5.tgz#6a1f621a3b4d125f72feff813a9839e1ebd6c722"
88
integrity sha512-WDegH4al+e3n3jTOStRvm+jzDA3JMUQGgzdAsMxAgcgB0Oi72HjfdsoX08ieKsy3rKexXVjWZr41aOIUaCZnMg==
99

10-
jschardet@2.1.1:
11-
version "2.1.1"
12-
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-2.1.1.tgz#af6f8fd0b3b0f5d46a8fd9614a4fce490575c184"
13-
integrity sha512-pA5qG9Zwm8CBpGlK/lo2GE9jPxwqRgMV7Lzc/1iaPccw6v4Rhj8Zg2BTyrdmHmxlJojnbLupLeRnaPLsq03x6Q==
10+
jschardet@2.2.1:
11+
version "2.2.1"
12+
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-2.2.1.tgz#03b0264669a90c7a5c436a68c5a7d4e4cb0c9823"
13+
integrity sha512-Ks2JNuUJoc7PGaZ7bVFtSEvOcr0rBq6Q1J5/7+zKWLT+g+4zziL63O0jg7y2jxhzIa1LVsHUbPXrbaWmz9iwDw==
1414

1515
semver-umd@^5.5.7:
1616
version "5.5.7"

remote/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,10 @@ is-number@^7.0.0:
230230
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
231231
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
232232

233-
jschardet@2.1.1:
234-
version "2.1.1"
235-
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-2.1.1.tgz#af6f8fd0b3b0f5d46a8fd9614a4fce490575c184"
236-
integrity sha512-pA5qG9Zwm8CBpGlK/lo2GE9jPxwqRgMV7Lzc/1iaPccw6v4Rhj8Zg2BTyrdmHmxlJojnbLupLeRnaPLsq03x6Q==
233+
jschardet@2.2.1:
234+
version "2.2.1"
235+
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-2.2.1.tgz#03b0264669a90c7a5c436a68c5a7d4e4cb0c9823"
236+
integrity sha512-Ks2JNuUJoc7PGaZ7bVFtSEvOcr0rBq6Q1J5/7+zKWLT+g+4zziL63O0jg7y2jxhzIa1LVsHUbPXrbaWmz9iwDw==
237237

238238
jsonfile@^4.0.0:
239239
version "4.0.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5275,10 +5275,10 @@ jsbn@~0.1.0:
52755275
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
52765276
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
52775277

5278-
jschardet@2.1.1:
5279-
version "2.1.1"
5280-
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-2.1.1.tgz#af6f8fd0b3b0f5d46a8fd9614a4fce490575c184"
5281-
integrity sha512-pA5qG9Zwm8CBpGlK/lo2GE9jPxwqRgMV7Lzc/1iaPccw6v4Rhj8Zg2BTyrdmHmxlJojnbLupLeRnaPLsq03x6Q==
5278+
jschardet@2.2.1:
5279+
version "2.2.1"
5280+
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-2.2.1.tgz#03b0264669a90c7a5c436a68c5a7d4e4cb0c9823"
5281+
integrity sha512-Ks2JNuUJoc7PGaZ7bVFtSEvOcr0rBq6Q1J5/7+zKWLT+g+4zziL63O0jg7y2jxhzIa1LVsHUbPXrbaWmz9iwDw==
52825282

52835283
jsdoctypeparser@^6.1.0:
52845284
version "6.1.0"

0 commit comments

Comments
 (0)