Skip to content

Commit

Permalink
Bump tsx from 3.13.0 to 3.14.0 (#476)
Browse files Browse the repository at this point in the history
Bumps [tsx](https://github.com/esbuild-kit/tsx) from 3.13.0 to 3.14.0.
- [Release notes](https://github.com/esbuild-kit/tsx/releases)
- [Changelog](https://github.com/esbuild-kit/tsx/blob/develop/release.config.cjs)
- [Commits](privatenumber/tsx@v3.13.0...v3.14.0)

---
updated-dependencies:
- dependency-name: tsx
  dependency-type: direct:production
  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 19, 2023
1 parent 73957b3 commit 41c604a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"zod": "^3.22.4"
},
"devDependencies": {
"tsx": "^3.13.0"
"tsx": "^3.14.0"
}
}
10 changes: 5 additions & 5 deletions 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 scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@faker-js/faker": "^8.2.0",
"playwright": "^1.39.0",
"tsx": "^3.13.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2"
}
}

0 comments on commit 41c604a

Please sign in to comment.