From 64c4a3dbf8244ccdb6728d66a07633218eaf03dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Mar 2025 05:52:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELHELPERS-9397697 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21c0b14..110cfa4 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "packages/*" ], "devDependencies": { - "@babel/core": "7.17.5", + "@babel/core": "7.26.10", "@babel/plugin-transform-modules-commonjs": "7.16.8", "@babel/plugin-transform-runtime": "7.17.0", "@babel/preset-env": "7.16.11",