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.16.0 to 4.16.2 (#1292)

Bumps [tsx](https://github.com/privatenumber/tsx) from 4.16.0 to 4.16.2.
- [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.16.0...v4.16.2)

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

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
34fde07c e688eeea

+5 -5
+4 -4
package-lock.json
··· 81 81 "@types/yargs": "^17.0.32", 82 82 "esbuild": "^0.19.9", 83 83 "prettier": "^3.3.2", 84 - "tsx": "^4.16.0", 84 + "tsx": "^4.16.2", 85 85 "typescript": "^5.5.3" 86 86 }, 87 87 "engines": { ··· 5738 5738 "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" 5739 5739 }, 5740 5740 "node_modules/tsx": { 5741 - "version": "4.16.0", 5742 - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.0.tgz", 5743 - "integrity": "sha512-MPgN+CuY+4iKxGoJNPv+1pyo5YWZAQ5XfsyobUG+zoKG7IkvCPLZDEyoIb8yLS2FcWci1nlxAqmvPlFWD5AFiQ==", 5741 + "version": "4.16.2", 5742 + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.2.tgz", 5743 + "integrity": "sha512-C1uWweJDgdtX2x600HjaFaucXTilT7tgUZHbOE4+ypskZ1OP8CRCSDkCxG6Vya9EwaFIVagWwpaVAn5wzypaqQ==", 5744 5744 "dev": true, 5745 5745 "dependencies": { 5746 5746 "esbuild": "~0.21.5",
+1 -1
package.json
··· 104 104 "@types/yargs": "^17.0.32", 105 105 "esbuild": "^0.19.9", 106 106 "prettier": "^3.3.2", 107 - "tsx": "^4.16.0", 107 + "tsx": "^4.16.2", 108 108 "typescript": "^5.5.3" 109 109 } 110 110 }