Skip to content

Commit e3dbc82

Browse files
authored
fix: Added jschardet (#1548)
1 parent c4e0905 commit e3dbc82

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"eslint-plugin-prettier": "^3.4.0",
7171
"glob": "^7.1.7",
7272
"iconv-lite-umd": "0.6.8",
73+
"jschardet": "^3.0.0",
7374
"milligram": "^1.4.1",
7475
"minimatch": "^3.0.4",
7576
"mocha": "^9.0.3",

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -3367,6 +3367,11 @@ jsbn@~0.1.0:
33673367
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
33683368
integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM=
33693369

3370+
jschardet@^3.0.0:
3371+
version "3.0.0"
3372+
resolved "https://registry.yarnpkg.com/jschardet/-/jschardet-3.0.0.tgz#898d2332e45ebabbdb6bf2feece9feea9a99e882"
3373+
integrity sha512-lJH6tJ77V8Nzd5QWRkFYCLc13a3vADkh3r/Fi8HupZGWk2OVVDfnZP8V/VgQgZ+lzW0kG2UGb5hFgt3V3ndotQ==
3374+
33703375
json-parse-better-errors@^1.0.0, json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2:
33713376
version "1.0.2"
33723377
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"

0 commit comments

Comments
 (0)