From 6aedf0de4f76cf2e808e4aa8334f7b1a97d4a84e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Sep 2026 10:01:39 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOMENT-19821607 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f7a660f7..60d600ad 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -107,7 +107,7 @@ "lodash": "^4.17.21", "lodash.omit": "^4.5.0", "material-ui-chip-input": "^1.1.0", - "moment": "^2.29.4", + "moment": "^2.31.0", "process": "^0.11.10", "prop-types": "^15.7.2", "query-string": "^6.13.1",