diff --git a/boa_wasm/Cargo.toml b/boa_wasm/Cargo.toml index 0f465dc436a..e460c5b627b 100644 --- a/boa_wasm/Cargo.toml +++ b/boa_wasm/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.56" [dependencies] Boa = { path = "../boa", features = ["console"] } -wasm-bindgen = "= 0.2.78" +wasm-bindgen = "=0.2.78" getrandom = { version = "0.2.4", features = ["js"] } [lib] diff --git a/yarn.lock b/yarn.lock index 1bdb654c256..bd0ce4ad838 100644 --- a/yarn.lock +++ b/yarn.lock @@ -74,7 +74,12 @@ "@types/estree" "*" "@types/json-schema" "*" -"@types/estree@*", "@types/estree@^0.0.50": +"@types/estree@*": + version "0.0.51" + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40" + integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ== + +"@types/estree@^0.0.50": version "0.0.50" resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83" integrity sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==