Merge pull request #2252 from pipecat-ai/mb/example-axios-version-bump

Update axios in daily-pstn-server example due to transitive vulnerabi…
This commit is contained in:
Mark Backman
2025-07-23 13:30:58 -07:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
"name": "my-daily-app", "name": "my-daily-app",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"axios": "^1.10.0", "axios": "^1.11.0",
"next": "^14.0.0", "next": "^14.0.0",
"pino": "^8.15.0", "pino": "^8.15.0",
"react": "^18.2.0", "react": "^18.2.0",
@@ -1165,13 +1165,13 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.10.0", "version": "1.11.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
"integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==", "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",
"form-data": "^4.0.0", "form-data": "^4.0.4",
"proxy-from-env": "^1.1.0" "proxy-from-env": "^1.1.0"
} }
}, },

View File

@@ -9,7 +9,7 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"axios": "^1.10.0", "axios": "^1.11.0",
"next": "^14.0.0", "next": "^14.0.0",
"pino": "^8.15.0", "pino": "^8.15.0",
"react": "^18.2.0", "react": "^18.2.0",