Skip to content

Commit

Permalink
fix: avoid using null appdata (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
rentallect authored Mar 21, 2024
1 parent d3cccba commit d3ec6bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
]
},
"dependencies": {
"@openziti/ziti-browzer-core": "^0.39.1",
"@openziti/ziti-browzer-core": "^0.39.2",
"async-mutex": "^0.3.2",
"cheerio": "^1.0.0-rc.12",
"jwt-decode": "^3.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -969,10 +969,10 @@
"@types/emscripten" "^1.39.6"
"@wasmer/wasi" "^1.0.2"

"@openziti/ziti-browzer-core@^0.39.1":
version "0.39.1"
resolved "https://registry.yarnpkg.com/@openziti/ziti-browzer-core/-/ziti-browzer-core-0.39.1.tgz#4617d3f9defcae3f878ba9b51def98a9dafb3af6"
integrity sha512-fxaDu8QYlUYlni8CdHloSHnrTEQHNUnMPVltDVFfJme5Nn8U3F2QCzpO/XE07W/1Lp0CvoOqWNOasJfFUQBCTg==
"@openziti/ziti-browzer-core@^0.39.2":
version "0.39.2"
resolved "https://registry.yarnpkg.com/@openziti/ziti-browzer-core/-/ziti-browzer-core-0.39.2.tgz#61fbac2cf911516c13c338cec67e1e60c4c936a3"
integrity sha512-oheYyxbk6KPtZW20hj01bOj8UO+pp/r1fKAT8VRDUcGSo+hqLyFDV6CcQ80A6JcAXFRO5wZE04yraHEjlbXZvg==
dependencies:
"@openziti/libcrypto-js" "^0.19.0"
"@openziti/ziti-browzer-edge-client" "^0.6.2"
Expand Down

0 comments on commit d3ec6bf

Please sign in to comment.