Skip to content

Commit

Permalink
remove utf-8-validate dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rentallect committed Aug 8, 2023
1 parent 3d592a1 commit 5c1fc59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@auth0/auth0-spa-js": "^2.0.4",
"@azure/msal-browser": "^2.38.0",
"@babel/runtime": "^7.17.9",
"@openziti/ziti-browzer-core": "^0.29.0",
"@openziti/ziti-browzer-core": "^0.29.1",
"bowser": "^2.11.0",
"cookie-interceptor": "^1.0.0",
"core-js": "^3.22.8",
Expand Down
16 changes: 4 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1195,10 +1195,10 @@
"@types/emscripten" "^1.39.6"
"@wasmer/wasi" "^1.0.2"

"@openziti/ziti-browzer-core@^0.29.0":
version "0.29.0"
resolved "https://registry.yarnpkg.com/@openziti/ziti-browzer-core/-/ziti-browzer-core-0.29.0.tgz#c2ac5f0e9fe45ead457c7e145d460ae30e5ea81b"
integrity sha512-Sj3maTB+ywSwpRPSXhz48mwkSGFa5QUVmLnV/8G2c4y05A3cDU4bsg0cYT1Cg5ugEVHJrahhwKClyNPRSwzvUg==
"@openziti/ziti-browzer-core@^0.29.1":
version "0.29.1"
resolved "https://registry.yarnpkg.com/@openziti/ziti-browzer-core/-/ziti-browzer-core-0.29.1.tgz#98e2d10a950d9bc40729c6d4414d1ecbdf47c611"
integrity sha512-2RTP6DHwI15WAE2+w436iZYEU88Ezpd87bnMqYW6BTTewILb+OQ/M289umLLBH5FGfxrxVh/fw9wqR04sK4OgQ==
dependencies:
"@openziti/libcrypto-js" "^0.15.0"
"@openziti/ziti-browzer-edge-client" "^0.6.2"
Expand Down Expand Up @@ -1233,7 +1233,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 Expand Up @@ -5681,13 +5680,6 @@ user-home@^2.0.0:
dependencies:
os-homedir "^1.0.0"

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 5c1fc59

Please sign in to comment.