The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps-dev): bump tsx from 4.18.0 to 4.19.0 (#1391)

Bumps [tsx](https://github.com/privatenumber/tsx) from 4.18.0 to 4.19.0.
- [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.18.0...v4.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
c89c76b4 a145e320

+5 -5
+4 -4
package-lock.json
··· 83 83 "@types/yargs": "^17.0.33", 84 84 "esbuild": "^0.19.9", 85 85 "prettier": "^3.3.3", 86 - "tsx": "^4.18.0", 86 + "tsx": "^4.19.0", 87 87 "typescript": "^5.5.4" 88 88 }, 89 89 "engines": { ··· 5909 5909 "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" 5910 5910 }, 5911 5911 "node_modules/tsx": { 5912 - "version": "4.18.0", 5913 - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.18.0.tgz", 5914 - "integrity": "sha512-a1jaKBSVQkd6yEc1/NI7G6yHFfefIcuf3QJST7ZEyn4oQnxLYrZR5uZAM8UrwUa3Ge8suiZHcNS1gNrEvmobqg==", 5912 + "version": "4.19.0", 5913 + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.0.tgz", 5914 + "integrity": "sha512-bV30kM7bsLZKZIOCHeMNVMJ32/LuJzLVajkQI/qf92J2Qr08ueLQvW00PUZGiuLPP760UINwupgUj8qrSCPUKg==", 5915 5915 "dev": true, 5916 5916 "dependencies": { 5917 5917 "esbuild": "~0.23.0",
+1 -1
package.json
··· 106 106 "@types/yargs": "^17.0.33", 107 107 "esbuild": "^0.19.9", 108 108 "prettier": "^3.3.3", 109 - "tsx": "^4.18.0", 109 + "tsx": "^4.19.0", 110 110 "typescript": "^5.5.4" 111 111 } 112 112 }