diff --git a/examples/voice_solutions/one_way_translation_using_realtime_api/package-lock.json b/examples/voice_solutions/one_way_translation_using_realtime_api/package-lock.json index 192ecb2443..9de7a52714 100644 --- a/examples/voice_solutions/one_way_translation_using_realtime_api/package-lock.json +++ b/examples/voice_solutions/one_way_translation_using_realtime_api/package-lock.json @@ -17,7 +17,7 @@ "@types/node": "^16.18.108", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", - "axios": "^1.7.9", + "axios": "^1.8.2", "dotenv": "^16.4.5", "leaflet": "^1.9.4", "lucide-react": "^0.474.0", @@ -5574,9 +5574,9 @@ } }, "node_modules/axios": { - "version": "1.7.9", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz", - "integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/examples/voice_solutions/one_way_translation_using_realtime_api/package.json b/examples/voice_solutions/one_way_translation_using_realtime_api/package.json index 101cf2dab1..6ccc84b0c3 100644 --- a/examples/voice_solutions/one_way_translation_using_realtime_api/package.json +++ b/examples/voice_solutions/one_way_translation_using_realtime_api/package.json @@ -13,7 +13,7 @@ "@types/node": "^16.18.108", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", - "axios": "^1.7.9", + "axios": "^1.8.2", "dotenv": "^16.4.5", "leaflet": "^1.9.4", "lucide-react": "^0.474.0",