From 3a842da7679df41a73e8547566ad9af10f3b89ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Feb 2026 09:04:57 +0000 Subject: [PATCH] fix: packages/front-end/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- packages/front-end/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/front-end/package.json b/packages/front-end/package.json index b7dcc074..956b1ded 100644 --- a/packages/front-end/package.json +++ b/packages/front-end/package.json @@ -71,7 +71,7 @@ "vue-eslint-parser": "^9.4.3" }, "dependencies": { - "@aws-amplify/ui-vue": "3.1.30", + "@aws-amplify/ui-vue": "4.3.8", "@aws-sdk/client-omics": "^3.782.0", "@aws-sdk/client-s3": "^3.782.0", "@aws-sdk/s3-request-presigner": "^3.782.0", @@ -99,7 +99,7 @@ "esrun": "^3.2.26", "file-saver": "^2.0.5", "jwt-decode": "^4.0.0", - "nuxt": "3.15.2", + "nuxt": "3.20.0", "pinia": "^2.3.1", "pinia-plugin-persistedstate": "4.2.0", "playwright": "^1.51.1",