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

Bump tsx from 4.16.2 to 4.16.3 (#1323)

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

---
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>
This commit is contained in:
dependabot[bot] 2024-08-02 13:21:55 +01:00 committed by GitHub
parent 005c0d3178
commit 2bf37b96d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -41,7 +41,7 @@
"sharp": "^0.33.4",
"sharp-ico": "^0.1.5",
"slugify": "^1.6.6",
"tsx": "^4.16.2",
"tsx": "^4.16.3",
"typescript": "^5.5.4"
},
"engines": {
@ -11029,11 +11029,10 @@
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
},
"node_modules/tsx": {
"version": "4.16.2",
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.2.tgz",
"integrity": "sha512-C1uWweJDgdtX2x600HjaFaucXTilT7tgUZHbOE4+ypskZ1OP8CRCSDkCxG6Vya9EwaFIVagWwpaVAn5wzypaqQ==",
"version": "4.16.3",
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.3.tgz",
"integrity": "sha512-MP8AEUxVnboD2rCC6kDLxnpDBNWN9k3BSVU/0/nNxgm70bPBnfn+yCKcnOsIVPQwdkbKYoFOlKjjWZWJ2XCXUg==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "~0.21.5",
"get-tsconfig": "^4.7.5"

View File

@ -53,7 +53,7 @@
"sharp": "^0.33.4",
"sharp-ico": "^0.1.5",
"slugify": "^1.6.6",
"tsx": "^4.16.2",
"tsx": "^4.16.3",
"typescript": "^5.5.4"
},
"engines": {