From 5f6d432d0f4d78c654631ba8e3208a565d6f398f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 May 2024 22:22:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-7148531 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7fc1413..9b7b245 100644 --- a/package.json +++ b/package.json @@ -48,11 +48,11 @@ "classnames": "^2.2.6", "decimal.js": "^10.2.0", "lodash-es": "^4.17.15", - "npm": "^6.11.3", - "nuxt": "^2.9.2", + "npm": "^7.0.0", + "nuxt": "^3.0.0", "nuxt-clipboard2": "^0.2.1", "nuxt-fontawesome": "^0.4.0", - "snyk": "^1.103.1", + "snyk": "^1.996.0", "vue-router": "^3.1.3", "vuex": "^3.1.1", "vuex-persist": "^2.1.0"