From aa7dea1dbd350cfe5a8a66197a10fbe4930d952a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 10:25:31 +0000 Subject: [PATCH] fix: app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOTTIE-3332763 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-XML2JS-5414874 - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- app/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index 1fb619f..8f9b313 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", @@ -40,7 +40,7 @@ "nuxt": "^2.15", "pg": "^8.2.1", "pg-hstore": "^2.3.3", - "sequelize": "^6.3.0" + "sequelize": "^6.33.0" }, "devDependencies": { "@nuxtjs/eslint-config": "^0.0.1",