From b8eb4e119a737cfebc75a3f43c57938d1b7ba569 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 23:07:04 +0000 Subject: [PATCH] fix: app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 1fb619f..28038be 100644 --- a/app/package.json +++ b/app/package.json @@ -23,7 +23,7 @@ "@nuxtjs/axios": "^5.0.0", "@nuxtjs/component-cache": "^1.1.3", "@nuxtjs/gtm": "^2.2.2", - "@nuxtjs/pwa": "^2.6.0", + "@nuxtjs/pwa": "^3.0.0", "@nuxtjs/style-resources": "^1.0.0", "body-parser": "^1.18.3", "bulma": "^0.9",