From cdb1ad730cb1d3eb284bbac532bac9e9ea28218c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Jul 2024 22:44:17 +0000 Subject: [PATCH] fix: upgrade tsx from 4.15.6 to 4.16.2 Snyk has created this PR to upgrade tsx from 4.15.6 to 4.16.2. See this package in npm: tsx See this project in Snyk: https://app.snyk.io/org/abdulrahman305/project/09cf245c-dafa-4343-858c-d00283f15a5a?utm_source=github&utm_medium=referral&page=upgrade-pr --- samples/streaming-stt-from-mic/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/streaming-stt-from-mic/package.json b/samples/streaming-stt-from-mic/package.json index e9dd990..fd724f8 100644 --- a/samples/streaming-stt-from-mic/package.json +++ b/samples/streaming-stt-from-mic/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "@types/node": "^20.14.5", - "tsx": "^4.15.6", + "tsx": "^4.16.2", "typescript": "^5.4.5" }, "dependencies": {