From d4fec27ee8ca0224567ab0cbe45f0cb538a6f89d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:47:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d766f2d..27371246 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "http-proxy": "^1.18.1", "image-size": "^1.0.1", "interactjs": "^1.10.11", - "nuxt": "^2.16.0", + "nuxt": "^3.0.0", "nuxt-svg-loader": "^1.2.0", "pinia": "^2.0.30", "raw-body": "^2.5.1",