From b264c2c7fcfc74602e37295200622c94c2c52cae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Jun 2025 12:42:54 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index f7a660f7..501eee90 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -88,10 +88,10 @@ "@fortawesome/free-solid-svg-icons": "^5.12.0", "@fortawesome/react-fontawesome": "^0.1.8", "@guardian/pluto-headers": "v2.1.1", - "@material-ui/core": "^4.12.2", + "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.58", - "@material-ui/pickers": "^3.3.10", + "@material-ui/pickers": "^3.3.11", "@types/jsonwebtoken": "^8.5.0", "@types/react-helmet": "^6.1.0", "axios": "^1.7.4",