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 a27dd223d Bump js-yaml from 4.1.0 to 4.1.1 in
/airavata-research-portal (#60)
a27dd223d is described below
commit a27dd223da204795b49477890e66f4dfc5dfed86
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 8 11:47:01 2026 -0400
Bump js-yaml from 4.1.0 to 4.1.1 in /airavata-research-portal (#60)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.1.1
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 | 9 +++++----
airavata-research-portal/package.json | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/airavata-research-portal/package-lock.json
b/airavata-research-portal/package-lock.json
index 0b8313053..f18e34474 100644
--- a/airavata-research-portal/package-lock.json
+++ b/airavata-research-portal/package-lock.json
@@ -15,7 +15,7 @@
"axios": "^1.13.5",
"dotenv": "^16.5.0",
"framer-motion": "^12.5.0",
- "js-yaml": "^4.1.0",
+ "js-yaml": "^4.1.1",
"nanoid": "^5.1.5",
"next-themes": "^0.4.6",
"oidc-client-ts": "^3.2.0",
@@ -4323,9 +4323,10 @@
"integrity":
"sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
},
"node_modules/js-yaml": {
- "version": "4.1.0",
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
- "integrity":
"sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
+ "integrity":
"sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
+ "license": "MIT",
"dependencies": {
"argparse": "^2.0.1"
},
diff --git a/airavata-research-portal/package.json
b/airavata-research-portal/package.json
index e1435adcc..99150b2ad 100644
--- a/airavata-research-portal/package.json
+++ b/airavata-research-portal/package.json
@@ -17,7 +17,7 @@
"axios": "^1.13.5",
"dotenv": "^16.5.0",
"framer-motion": "^12.5.0",
- "js-yaml": "^4.1.0",
+ "js-yaml": "^4.1.1",
"nanoid": "^5.1.5",
"next-themes": "^0.4.6",
"oidc-client-ts": "^3.2.0",