Skip to content

Commit

Permalink
fix(deps): update dependency flatbuffers to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 7, 2024
1 parent aed3492 commit efd88e5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript": "^5.0.0"
},
"dependencies": {
"flatbuffers": "^23.5.9",
"flatbuffers": "^24.0.0",
"uuid": "^9.0.0"
}
}
8 changes: 4 additions & 4 deletions wasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"typescript": "^5.0.3"
},
"dependencies": {
"flatbuffers": "^23.5.26"
"flatbuffers": "^24.0.0"
}
}

0 comments on commit efd88e5

Please sign in to comment.