From 6f884c685cc956fda9fe0e8b4aa710e45032ff82 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Apr 2026 14:00:58 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-15789759 - https://snyk.io/vuln/SNYK-JS-PROTOBUFJS-16094665 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 1e35b1019..66f715480 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -147,10 +147,10 @@ "billboard.js": "^3.1.0", "ember-inflector": "^6.0.0", "ember-scoped-css": "^2.1.0", - "firebase": "^8.10.0", + "firebase": "^10.2.0", "idle-js": "^1.2.0", "luxon": "^1.28.1", - "patch-package": "6.4.7", + "patch-package": "8.0.1", "tailwindcss": "^4.2.1", "tone": "^14.7.60" },