From 9d86a0ca7597d358ed11af6655cfddc1f0fbc8ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Feb 2025 08:07:52 +0000 Subject: [PATCH] fix: app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 1fb619f..d278757 100644 --- a/app/package.json +++ b/app/package.json @@ -37,7 +37,7 @@ "jwt-decode": "^2.2.0", "lodash": "^4.17.11", "mysql": "^2.16.0", - "nuxt": "^2.15", + "nuxt": "^3.0.0", "pg": "^8.2.1", "pg-hstore": "^2.3.3", "sequelize": "^6.3.0"