From 625638cb78661ba17afa305d22e14ad62b1e74f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 May 2025 07:16:14 +0000 Subject: [PATCH] fix: packages/material-ui-system/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- packages/material-ui-system/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/material-ui-system/package.json b/packages/material-ui-system/package.json index b96c926452ba66..db323ae717449e 100644 --- a/packages/material-ui-system/package.json +++ b/packages/material-ui-system/package.json @@ -47,7 +47,7 @@ } }, "dependencies": { - "@babel/runtime": "^7.4.4", + "@babel/runtime": "^7.26.10", "@material-ui/utils": "^5.0.0-alpha.8", "prop-types": "^15.7.2" },