fix: upgrade axios from 1.9.0 to 1.10.0

Snyk has created this PR to upgrade axios from 1.9.0 to 1.10.0.

See this package in npm:
axios

See this project in Snyk:
https://app.snyk.io/org/20kaushik02/project/05ddc2f1-1869-44a0-9cd3-20373c986b7c?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2025-07-09 07:07:27 +00:00
parent e0fb52658f
commit d94568b6a8
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@types/react": "^19.1.7", "@types/react": "^19.1.7",
"@types/react-dom": "^19.1.6", "@types/react-dom": "^19.1.6",
"@xyflow/react": "^12.6.4", "@xyflow/react": "^12.6.4",
"axios": "^1.9.0", "axios": "^1.10.0",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
@ -5581,9 +5581,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.9.0", "version": "1.10.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz",
"integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==", "integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",

View File

@ -20,7 +20,7 @@
"@types/react": "^19.1.7", "@types/react": "^19.1.7",
"@types/react-dom": "^19.1.6", "@types/react-dom": "^19.1.6",
"@xyflow/react": "^12.6.4", "@xyflow/react": "^12.6.4",
"axios": "^1.9.0", "axios": "^1.10.0",
"react": "^19.1.0", "react": "^19.1.0",
"react-dom": "^19.1.0", "react-dom": "^19.1.0",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",