diff --git a/Binner/Binner.Web/ClientApp/package-lock.json b/Binner/Binner.Web/ClientApp/package-lock.json index a480294b..c62e5264 100644 --- a/Binner/Binner.Web/ClientApp/package-lock.json +++ b/Binner/Binner.Web/ClientApp/package-lock.json @@ -21,7 +21,7 @@ "@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react-swc": "^3.8.0", "awesome-debounce-promise": "^2.1.0", - "axios": "^1.8.4", + "axios": "^1.11.0", "babel-eslint": "^10.0.3", "bootstrap": "^5.3.5", "brace": "^0.11.1", @@ -5606,13 +5606,13 @@ } }, "node_modules/axios": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.10.0.tgz", - "integrity": "sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz", + "integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", + "form-data": "^4.0.4", "proxy-from-env": "^1.1.0" } }, diff --git a/Binner/Binner.Web/ClientApp/package.json b/Binner/Binner.Web/ClientApp/package.json index 13e2cdb3..ac127269 100644 --- a/Binner/Binner.Web/ClientApp/package.json +++ b/Binner/Binner.Web/ClientApp/package.json @@ -16,7 +16,7 @@ "@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react-swc": "^3.8.0", "awesome-debounce-promise": "^2.1.0", - "axios": "^1.8.4", + "axios": "^1.11.0", "babel-eslint": "^10.0.3", "bootstrap": "^5.3.5", "brace": "^0.11.1",