Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] 86822e2fe8 chore(deps): Bump tsx from 4.22.4 to 4.23.1
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.22.4 to 4.23.1.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](https://github.com/privatenumber/tsx/compare/v4.22.4...v4.23.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-16 19:01:23 +00:00
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -19,7 +19,7 @@
"express": "^4.21.2",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"tsx": "^4.19.2",
"tsx": "^4.23.1",
"ws": "^8.18.0",
"zod": "^4.4.3"
},
@@ -4128,9 +4128,9 @@
}
},
"node_modules/tsx": {
"version": "4.22.4",
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.4.tgz",
"integrity": "sha512-X8EX+XV4QR5xCsrgxaED954zTDfY8KqlDtskKEL0cHhyS/P8b4IFOvGDQpsC9Q1XnLq915wEfwwY/zzskCtmhg==",
"version": "4.23.1",
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.1.tgz",
"integrity": "sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==",
"license": "MIT",
"dependencies": {
"esbuild": "~0.28.0"
+1 -1
View File
@@ -41,7 +41,7 @@
"express": "^4.21.2",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"tsx": "^4.19.2",
"tsx": "^4.23.1",
"ws": "^8.18.0",
"zod": "^4.4.3"
},