build: tsx 4.19.0 -> 4.19.1

This commit is contained in:
Elian Doran 2024-09-12 22:39:38 +03:00
parent 7ef399912b
commit d961e3cdf1
No known key found for this signature in database
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -153,7 +153,7 @@
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"tsx": "^4.19.0",
"tsx": "^4.19.1",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"webpack-cli": "5.1.4"
@ -16348,11 +16348,10 @@
}
},
"node_modules/tsx": {
"version": "4.19.0",
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.0.tgz",
"integrity": "sha512-bV30kM7bsLZKZIOCHeMNVMJ32/LuJzLVajkQI/qf92J2Qr08ueLQvW00PUZGiuLPP760UINwupgUj8qrSCPUKg==",
"version": "4.19.1",
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.1.tgz",
"integrity": "sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "~0.23.0",
"get-tsconfig": "^4.7.5"

View File

@ -190,7 +190,7 @@
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"tsx": "^4.19.0",
"tsx": "^4.19.1",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"webpack-cli": "5.1.4"