From 09dd4e98a913641b97971647d5860cda6257af3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 02:34:26 +0000 Subject: [PATCH] Bump ruby-head-wasm-wasi from 2.0.0 to 2.1.0 Bumps [ruby-head-wasm-wasi](https://github.com/ruby/ruby.wasm) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/ruby/ruby.wasm/releases) - [Commits](https://github.com/ruby/ruby.wasm/compare/2.0.0...2.1.0) --- updated-dependencies: - dependency-name: ruby-head-wasm-wasi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index ca81c67..596f794 100644 --- a/yarn.lock +++ b/yarn.lock @@ -112,6 +112,13 @@ resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.18.17.tgz#bcb2e042631b3c15792058e189ed879a22b2968b" integrity sha512-fGEb8f2BSA3CW7riJVurug65ACLuQAzKq0SSqkY2b2yHHH0MzDfbLyKIGzHwOI/gkHcxM/leuSW6D5w/LMNitA== +"@ruby/wasm-wasi@^2.0.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@ruby/wasm-wasi/-/wasm-wasi-2.1.0.tgz#c372ee9aa4c670c2be049ca5b89c6aa86191a2b7" + integrity sha512-0XlKcAEJhfzQsCifqNtDdICoPza5MEcSSKjINjtObY4BYumvOZ3qrLmn2uSixkhnPpl4cIt/EBw9KlXdbz5FBg== + dependencies: + tslib "^2.3.1" + "@types/node@^20.1.0": version "20.4.5" resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.5.tgz#9dc0a5cb1ccce4f7a731660935ab70b9c00a5d69" @@ -268,9 +275,11 @@ readable-stream@^3.1.1, readable-stream@^3.4.0: util-deprecate "^1.0.1" ruby-head-wasm-wasi@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/ruby-head-wasm-wasi/-/ruby-head-wasm-wasi-2.0.0.tgz#a432cf98e6ff3207e9d4cba9552aa2b1edfc408f" - integrity sha512-f70Qi9DFcXJv66VJlLZJuSr0Qv/LVv9gJJcXEMXB+Af2g/uThKLNQqvxOCiAcaHmfv0vl/f+60eEaHJ7TvWk3g== + version "2.1.0" + resolved "https://registry.yarnpkg.com/ruby-head-wasm-wasi/-/ruby-head-wasm-wasi-2.1.0.tgz#21d754287c429c444cb1e2abe1dda37213cc57b5" + integrity sha512-WIEuSSTTJHyO0040fbX9eUw4QQ92RYarPfaIHG7SukDCHtUNYbwzRNhtoUmKWnXepVjWURFypB3iNnKaHu5Lpg== + dependencies: + "@ruby/wasm-wasi" "^2.0.0" safe-buffer@^5.1.0, safe-buffer@~5.2.0: version "5.2.1" @@ -295,6 +304,11 @@ tar-stream@^2.1.0: inherits "^2.0.3" readable-stream "^3.1.1" +tslib@^2.3.1: + version "2.6.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410" + integrity sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig== + typescript@^5.0.2: version "5.1.6" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"