Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump tsx from 4.19.0 to 4.19.1 #73

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"mysql2": "^3.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsx": "4.19.0",
"tsx": "4.19.1",
"typescript": "^5.5.4",
"uuid": "^10.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4930,7 +4930,7 @@ __metadata:
prettier-plugin-packagejson: "npm:^2.5.2"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
tsx: "npm:4.19.0"
tsx: "npm:4.19.1"
typescript: "npm:^5.5.4"
typescript-eslint: "npm:^8.4.0"
uuid: "npm:^10.0.0"
Expand Down Expand Up @@ -5415,9 +5415,9 @@ __metadata:
languageName: node
linkType: hard

"tsx@npm:4.19.0":
version: 4.19.0
resolution: "tsx@npm:4.19.0"
"tsx@npm:4.19.1":
version: 4.19.1
resolution: "tsx@npm:4.19.1"
dependencies:
esbuild: "npm:~0.23.0"
fsevents: "npm:~2.3.3"
Expand All @@ -5427,7 +5427,7 @@ __metadata:
optional: true
bin:
tsx: dist/cli.mjs
checksum: 10/cd9eef1fd7de4ab01cc0fa876b0bc50688cfd7c738c137928c2487021471ce14412c758c006375e3f3b444eee9e2f77f2d69661f1a5df4427bd9ec1250996f2d
checksum: 10/1f5f0b7c4107fc18f523e94c79204b043641aa328f721324795cc961826879035652a1f19fe29ba420465d9f4bacb0f47e08f0bd4b934684ab45727eca110311
languageName: node
linkType: hard

Expand Down
Loading