Skip to content

Commit

Permalink
chore: bump tsx from 4.16.3 to 4.16.5 (#3039)
Browse files Browse the repository at this point in the history
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.16.3 to 4.16.5.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.16.3...v4.16.5)

---
updated-dependencies:
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent 22da52f commit 0787ba4
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion examples/deserialize-transaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"start-server-and-test": "^2.0.5",
"tsx": "^4.16.3"
"tsx": "^4.16.5"
}
}
2 changes: 1 addition & 1 deletion examples/rpc-custom-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@solana/web3.js": "workspace:*"
},
"devDependencies": {
"tsx": "^4.16.3"
"tsx": "^4.16.5"
}
}
2 changes: 1 addition & 1 deletion examples/rpc-transport-throttled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"devDependencies": {
"start-server-and-test": "^2.0.5",
"tsx": "^4.16.3"
"tsx": "^4.16.5"
}
}
2 changes: 1 addition & 1 deletion examples/transfer-lamports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"devDependencies": {
"start-server-and-test": "^2.0.5",
"tsx": "^4.16.3"
"tsx": "^4.16.5"
}
}
32 changes: 16 additions & 16 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 0787ba4

Please sign in to comment.