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(dev-deps): update dependency tsx to v4.11.2 #1296

Merged
merged 1 commit into from
Jun 3, 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 @@ -60,7 +60,7 @@
"sinon": "15.2.0",
"sinon-chai": "3.7.0",
"size-limit": "11.1.4",
"tsx": "4.11.0",
"tsx": "4.11.2",
"typescript": "5.4.5"
},
"keywords": [
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4682,7 +4682,7 @@ __metadata:
sinon: "npm:15.2.0"
sinon-chai: "npm:3.7.0"
size-limit: "npm:11.1.4"
tsx: "npm:4.11.0"
tsx: "npm:4.11.2"
typescript: "npm:5.4.5"
peerDependencies:
firebase-admin: ^11.0.0
Expand Down Expand Up @@ -12514,9 +12514,9 @@ __metadata:
languageName: node
linkType: hard

"tsx@npm:4.11.0":
version: 4.11.0
resolution: "tsx@npm:4.11.0"
"tsx@npm:4.11.2":
version: 4.11.2
resolution: "tsx@npm:4.11.2"
dependencies:
esbuild: "npm:~0.20.2"
fsevents: "npm:~2.3.3"
Expand All @@ -12526,7 +12526,7 @@ __metadata:
optional: true
bin:
tsx: dist/cli.mjs
checksum: 10c0/f8a714cd81c55c25c16b2fc4e879d517d37bedce8b74dee06c767d19b7e1a8b60e1eff3066b9fe8f66539eb8350dd4d16b51be4d1dd83af75bd8ddc8efcd0991
checksum: 10c0/e2ea22a1ec3133ebfc09a90cc94adb1623b880a56eed8296ab2ff04560aa724298a97510cadac86c2917f05df08d8cc7aae7aa0387c5a4861f7bd92de3daead4
languageName: node
linkType: hard

Expand Down
Loading