1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 01:03:20 +01:00

Bump tsx from 4.15.7 to 4.16.0 (#1318)

Bumps [tsx](https://github.com/privatenumber/tsx) from 4.15.7 to 4.16.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.15.7...v4.16.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>
This commit is contained in:
dependabot[bot] 2024-07-01 15:05:00 +01:00 committed by GitHub
parent f8d5806add
commit 63693f175a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -45,7 +45,7 @@
"slugify": "^1.6.6",
"stylelint": "^16.6.1",
"stylelint-prettier": "^5.0.0",
"tsx": "^4.15.7",
"tsx": "^4.16.0",
"typescript": "^5.5.2"
},
"engines": {
@ -14458,12 +14458,12 @@
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
},
"node_modules/tsx": {
"version": "4.15.7",
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.15.7.tgz",
"integrity": "sha512-u3H0iSFDZM3za+VxkZ1kywdCeHCn+8/qHQS1MNoO2sONDgD95HlWtt8aB23OzeTmFP9IU4/8bZUdg58Uu5J4cg==",
"version": "4.16.0",
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.0.tgz",
"integrity": "sha512-MPgN+CuY+4iKxGoJNPv+1pyo5YWZAQ5XfsyobUG+zoKG7IkvCPLZDEyoIb8yLS2FcWci1nlxAqmvPlFWD5AFiQ==",
"dev": true,
"dependencies": {
"esbuild": "~0.21.4",
"esbuild": "~0.21.5",
"get-tsconfig": "^4.7.5"
},
"bin": {

View File

@ -60,7 +60,7 @@
"slugify": "^1.6.6",
"stylelint": "^16.6.1",
"stylelint-prettier": "^5.0.0",
"tsx": "^4.15.7",
"tsx": "^4.16.0",
"typescript": "^5.5.2"
},
"engines": {