Skip to content

Commit

Permalink
fix: remove utf-8-validate dep (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
rentallect authored Aug 8, 2023
1 parent 8f52af9 commit 8113f7c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
"string_decoder": "^1.3.0",
"typedarray-to-buffer": "^4.0.0",
"url": "^0.11.0",
"utf-8-validate": "^5.0.9",
"util": "^0.12.4",
"uuid": "^8.3.2"
}
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7205,13 +7205,6 @@ useragent@^2.3.0:
lru-cache "4.1.x"
tmp "0.0.x"

utf-8-validate@^5.0.9:
version "5.0.9"
resolved "https://registry.yarnpkg.com/utf-8-validate/-/utf-8-validate-5.0.9.tgz#ba16a822fbeedff1a58918f2a6a6b36387493ea3"
integrity sha512-Yek7dAy0v3Kl0orwMlvi7TPtiCNrdfHNd7Gcc/pLq4BLXqfAmd0J7OWMizUQnTTJsyjKn02mU7anqwfmUP4J8Q==
dependencies:
node-gyp-build "^4.3.0"

util-deprecate@^1.0.1, util-deprecate@~1.0.1:
version "1.0.2"
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
Expand Down

0 comments on commit 8113f7c

Please sign in to comment.