Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WS-7266574
- https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-7573289
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent 6275aac commit be860e4
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 58 deletions.
140 changes: 85 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@aws-sdk/client-s3": "^3.550.0",
"@aws-sdk/client-transcribe": "^3.549.0",
"@azure/storage-blob": "^12.17.0",
"@deepgram/sdk": "^1.21.0",
"@deepgram/sdk": "^3.0.0",
"@google-cloud/speech": "^6.5.0",
"@google-cloud/storage": "^7.9.0",
"@google-cloud/storage": "^7.12.1",
"@jambonz/db-helpers": "^0.9.3",
"@jambonz/lamejs": "^1.2.2",
"@jambonz/mw-registrar": "^0.2.7",
Expand All @@ -34,7 +34,7 @@
"@jambonz/verb-specifications": "^0.0.72",
"@soniox/soniox-node": "^1.2.2",
"argon2": "^0.40.1",
"assemblyai": "^4.3.4",
"assemblyai": "^4.6.0",
"bent": "^7.3.12",
"cors": "^2.8.5",
"debug": "^4.3.4",
Expand Down

0 comments on commit be860e4

Please sign in to comment.