Skip to content

Commit

Permalink
chore(deps-dev): bump tsx from 4.16.2 to 4.19.1 (unkeyed#2254)
Browse files Browse the repository at this point in the history
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.16.2 to 4.19.1.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.16.2...v4.19.1)

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

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 Oct 8, 2024
1 parent 0572c25 commit 00213c6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 37 deletions.
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/node": "^20.14.9",
"tsup": "^8.0.2",
"tsx": "^4.16.2",
"tsx": "^4.19.1",
"typescript": "^5.5.3"
},
"dependencies": {
Expand Down
43 changes: 9 additions & 34 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tools/local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@unkey/id": "workspace:^",
"@unkey/tsconfig": "workspace:^",
"mysql2": "^3.10.3",
"tsx": "^4.16.2"
"tsx": "^4.19.1"
},
"dependencies": {
"execa": "^9.3.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "20.14.9",
"@unkey/tsconfig": "workspace:^",
"dotenv-cli": "^7.4.1",
"tsx": "^4.16.2",
"tsx": "^4.19.1",
"typescript": "^5.5.3"
}
}

0 comments on commit 00213c6

Please sign in to comment.