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 1d3ff550e Bump axios from 0.30.0 to 0.32.0 in /airavata-custos-portal
(#99)
1d3ff550e is described below
commit 1d3ff550ebc2e336153c6351c1e5a0d7928afeea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 8 12:30:23 2026 -0400
Bump axios from 0.30.0 to 0.32.0 in /airavata-custos-portal (#99)
Bumps [axios](https://github.com/axios/axios) from 0.30.0 to 0.32.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/v0.30.0...v0.32.0)
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.13.5
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
airavata-custos-portal/package.json | 2 +-
airavata-custos-portal/yarn.lock | 18 +++++++++---------
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/airavata-custos-portal/package.json
b/airavata-custos-portal/package.json
index 7560bfc45..55fd00f87 100644
--- a/airavata-custos-portal/package.json
+++ b/airavata-custos-portal/package.json
@@ -14,7 +14,7 @@
"bootstrap-vue"
],
"dependencies": {
- "axios": "^0.30.0",
+ "axios": "^0.32.0",
"bootstrap-vue": "^2.16.0",
"core-js": "^3.6.5",
"dotenv": "16.0.1",
diff --git a/airavata-custos-portal/yarn.lock b/airavata-custos-portal/yarn.lock
index 00b0a15bf..ddf83caa0 100644
--- a/airavata-custos-portal/yarn.lock
+++ b/airavata-custos-portal/yarn.lock
@@ -1875,13 +1875,13 @@ aws4@^1.8.0:
resolved
"https://registry.yarnpkg.com/aws4/-/aws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428"
integrity
sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==
-axios@^0.30.0:
- version "0.30.0"
- resolved
"https://registry.yarnpkg.com/axios/-/axios-0.30.0.tgz#026ae2c0ae6ac35d564056690683fb77c991d0d3"
- integrity
sha512-Z4F3LjCgfjZz8BMYalWdMgAQUnEtKDmpwNHjh/C8pQZWde32TF64cqnSeyL3xD/aTIASRU30RHTNzRiV/NpGMg==
+axios@^0.32.0:
+ version "0.32.0"
+ resolved
"https://registry.yarnpkg.com/axios/-/axios-0.32.0.tgz#7859220c955272a72df8c0789ebd1219aba6d1d9"
+ integrity
sha512-sGQArzERW2SI8IRkjuJ5y91Sm9QjiRq4Ay4kOLqpbBt5CeKDNq4g6nirJdyD+palK3yEDXnJiVXsesX66AjwyA==
dependencies:
follow-redirects "^1.15.4"
- form-data "^4.0.0"
+ form-data "^4.0.4"
proxy-from-env "^1.1.0"
babel-eslint@^10.1.0:
@@ -4142,10 +4142,10 @@ forever-agent@~0.6.1:
resolved
"https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
-form-data@^4.0.0:
- version "4.0.3"
- resolved
"https://registry.yarnpkg.com/form-data/-/form-data-4.0.3.tgz#608b1b3f3e28be0fccf5901fc85fb3641e5cf0ae"
- integrity
sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==
+form-data@^4.0.4:
+ version "4.0.5"
+ resolved
"https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
+ integrity
sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.8"