Skip to content

Commit

Permalink
build(deps): bump borsh from 0.7.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [borsh](https://github.com/near/borsh-js) from 0.7.0 to 2.0.0.
- [Release notes](https://github.com/near/borsh-js/releases)
- [Commits](near/borsh-js@v0.7.0...v2.0.0)

---
updated-dependencies:
- dependency-name: borsh
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 17df9ed commit 3a55a0b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion account-compression/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@metaplex-foundation/beet": "^0.7.1",
"@metaplex-foundation/beet-solana": "^0.4.0",
"bn.js": "^5.2.1",
"borsh": "^0.7.0",
"borsh": "^2.0.0",
"js-sha3": "^0.9.2",
"typescript-collections": "^1.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion name-service/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@solana/web3.js": "^1.87.6",
"bn.js": "^5.1.3",
"borsh": "^0.7.0"
"borsh": "^2.0.0"
},
"mocha": {
"require": [
Expand Down
12 changes: 8 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 3a55a0b

Please sign in to comment.