From 90b87d196ae8d0173af5ea7b364cac8e597340cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Oct 2024 06:14:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-VUE-8219889 - https://snyk.io/vuln/SNYK-JS-VUECOMPILERSFC-8219886 - https://snyk.io/vuln/SNYK-JS-VUESERVERRENDERER-8219887 - https://snyk.io/vuln/SNYK-JS-VUETEMPLATECOMPILER-8219888 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fc1413..aea4d63 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "decimal.js": "^10.2.0", "lodash-es": "^4.17.15", "npm": "^6.11.3", - "nuxt": "^2.9.2", + "nuxt": "^3.0.0", "nuxt-clipboard2": "^0.2.1", "nuxt-fontawesome": "^0.4.0", "snyk": "^1.103.1",