From 23fad2242f71b758d9a8b7af2933e96fabcfbce6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Oct 2025 10:28:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-DECODEURICOMPONENT-3149970 - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054 - https://snyk.io/vuln/npm:concat-stream:20160901 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81ead70..ba162ee 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "firebase": "^8.10.0", "firebase-admin": "^10.1.0", "firebase-tools": "^10.7.1", - "module": "^1.2.5", + "module": "^2.0.0", "uuid": "^8.3.2", "vue": "^2.6.11", "vue-router": "^3.2.0",