Skip to content

Commit

Permalink
fix(deps): update dependency @tybys/wasm-util to ^0.9.0 (#2096)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 4572ede commit ec39912
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wasm-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@emnapi/core": "^1.1.0",
"@emnapi/runtime": "^1.1.0",
"@tybys/wasm-util": "^0.8.3"
"@tybys/wasm-util": "^0.9.0"
},
"scripts": {
"build": "rollup -c rollup.config.js"
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ __metadata:
"@rollup/plugin-json": "npm:^6.1.0"
"@rollup/plugin-node-resolve": "npm:^15.2.3"
"@rollup/plugin-replace": "npm:^5.0.5"
"@tybys/wasm-util": "npm:^0.8.3"
"@tybys/wasm-util": "npm:^0.9.0"
buffer: "npm:^6.0.3"
memfs: "npm:^4.8.2"
node-inspect-extracted: "npm:^3.0.0"
Expand Down Expand Up @@ -2280,7 +2280,7 @@ __metadata:
languageName: node
linkType: hard

"@tybys/wasm-util@npm:^0.8.1, @tybys/wasm-util@npm:^0.8.3":
"@tybys/wasm-util@npm:^0.8.1":
version: 0.8.3
resolution: "@tybys/wasm-util@npm:0.8.3"
dependencies:
Expand All @@ -2289,6 +2289,15 @@ __metadata:
languageName: node
linkType: hard

"@tybys/wasm-util@npm:^0.9.0":
version: 0.9.0
resolution: "@tybys/wasm-util@npm:0.9.0"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10c0/f9fde5c554455019f33af6c8215f1a1435028803dc2a2825b077d812bed4209a1a64444a4ca0ce2ea7e1175c8d88e2f9173a36a33c199e8a5c671aa31de8242d
languageName: node
linkType: hard

"@types/cacheable-request@npm:^6.0.1":
version: 6.0.3
resolution: "@types/cacheable-request@npm:6.0.3"
Expand Down

0 comments on commit ec39912

Please sign in to comment.