This is an automated email from the ASF dual-hosted git repository.
radhikakundam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new c4c4cf25d ATLAS-5010: Upgrade axios version to 1.8.2+ (#317)
c4c4cf25d is described below
commit c4c4cf25d3a365918e97e822c9c36f39d03dd91c
Author: Disha Talreja <[email protected]>
AuthorDate: Tue Apr 15 10:44:23 2025 -0700
ATLAS-5010: Upgrade axios version to 1.8.2+ (#317)
---
docs/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/package.json b/docs/package.json
index 340a17253..60488dd1d 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -17,7 +17,7 @@
"@babel/core": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-react": "^7.16.7",
- "axios": "0.19.0",
+ "axios": "^1.8.2",
"babel-loader": "8.0.6",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-react-transform": "3.0.0",