This is an automated email from the ASF dual-hosted git repository.
yasith pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airavata-portals.git
The following commit(s) were added to refs/heads/main by this push:
new 8450a4699 Bump axios from 1.8.4 to 1.12.0 in /airavata-research-portal
(#53)
8450a4699 is described below
commit 8450a46990cd195dd69df54e4258065543348252
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 24 10:36:05 2025 -0500
Bump axios from 1.8.4 to 1.12.0 in /airavata-research-portal (#53)
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.12.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.8.4...v1.12.0)
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.12.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
airavata-research-portal/package-lock.json | 11 ++++++-----
airavata-research-portal/package.json | 2 +-
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/airavata-research-portal/package-lock.json
b/airavata-research-portal/package-lock.json
index 92a4c9755..52b259d9c 100644
--- a/airavata-research-portal/package-lock.json
+++ b/airavata-research-portal/package-lock.json
@@ -12,7 +12,7 @@
"@chakra-ui/react": "^3.12.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
- "axios": "^1.8.4",
+ "axios": "^1.12.0",
"dotenv": "^16.5.0",
"framer-motion": "^12.5.0",
"js-yaml": "^4.1.0",
@@ -2963,12 +2963,13 @@
"integrity":
"sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
},
"node_modules/axios": {
- "version": "1.8.4",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
- "integrity":
"sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
+ "version": "1.12.0",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.0.tgz",
+ "integrity":
"sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==",
+ "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/airavata-research-portal/package.json
b/airavata-research-portal/package.json
index bf911e489..128658925 100644
--- a/airavata-research-portal/package.json
+++ b/airavata-research-portal/package.json
@@ -14,7 +14,7 @@
"@chakra-ui/react": "^3.12.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
- "axios": "^1.8.4",
+ "axios": "^1.12.0",
"dotenv": "^16.5.0",
"framer-motion": "^12.5.0",
"js-yaml": "^4.1.0",