This is an automated email from the ASF dual-hosted git repository.
yasithdev 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 8e35543f2 Bump axios from 1.13.5 to 1.16.0 in
/airavata-research-portal (#120)
8e35543f2 is described below
commit 8e35543f2595d21c317a11a5e8a7fe2eb6e6215c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 8 12:21:57 2026 -0400
Bump axios from 1.13.5 to 1.16.0 in /airavata-research-portal (#120)
Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.16.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.13.5...v1.16.0)
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.16.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 | 28 ++++++++++++++++------------
airavata-research-portal/package.json | 2 +-
2 files changed, 17 insertions(+), 13 deletions(-)
diff --git a/airavata-research-portal/package-lock.json
b/airavata-research-portal/package-lock.json
index f18e34474..ab31bce97 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.13.5",
+ "axios": "^1.16.0",
"dotenv": "^16.5.0",
"framer-motion": "^12.5.0",
"js-yaml": "^4.1.1",
@@ -2964,14 +2964,14 @@
"license": "MIT"
},
"node_modules/axios": {
- "version": "1.13.5",
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz",
- "integrity":
"sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==",
+ "version": "1.16.0",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz",
+ "integrity":
"sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==",
"license": "MIT",
"dependencies": {
- "follow-redirects": "^1.15.11",
+ "follow-redirects": "^1.16.0",
"form-data": "^4.0.5",
- "proxy-from-env": "^1.1.0"
+ "proxy-from-env": "^2.1.0"
}
},
"node_modules/babel-plugin-macros": {
@@ -3834,9 +3834,9 @@
"dev": true
},
"node_modules/follow-redirects": {
- "version": "1.15.11",
- "resolved":
"https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
- "integrity":
"sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
+ "version": "1.16.0",
+ "resolved":
"https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
+ "integrity":
"sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
"funding": [
{
"type": "individual",
@@ -4948,9 +4948,13 @@
"integrity":
"sha512-V9plBAt3qjMlS1+nC8771KNf6oJ12gExvaxnNzN/9yVRLdTv/lc+oJlnSzrdYDAvBfTStPCoiaCOTmTs0adv7Q=="
},
"node_modules/proxy-from-env": {
- "version": "1.1.0",
- "resolved":
"https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
- "integrity":
"sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
+ "version": "2.1.0",
+ "resolved":
"https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
+ "integrity":
"sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=10"
+ }
},
"node_modules/proxy-memoize": {
"version": "3.0.1",
diff --git a/airavata-research-portal/package.json
b/airavata-research-portal/package.json
index 99150b2ad..a7a7cdcbc 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.13.5",
+ "axios": "^1.16.0",
"dotenv": "^16.5.0",
"framer-motion": "^12.5.0",
"js-yaml": "^4.1.1",