From 99b4387d823600a8c7b2fbe8d621404ef6cef972 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Mar 2025 06:33:24 +0000 Subject: [PATCH] fix: packages/typescript-to-proptypes/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELHELPERS-9397697 --- packages/typescript-to-proptypes/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typescript-to-proptypes/package.json b/packages/typescript-to-proptypes/package.json index fd406e0069b92a..59947e151b6216 100644 --- a/packages/typescript-to-proptypes/package.json +++ b/packages/typescript-to-proptypes/package.json @@ -40,7 +40,7 @@ "rimraf": "^3.0.2" }, "dependencies": { - "@babel/core": "^7.5.4", + "@babel/core": "^7.26.10", "@babel/plugin-syntax-class-properties": "^7.2.0", "@babel/plugin-syntax-jsx": "^7.2.0", "@babel/types": "^7.5.0",