From dd50ca807ec2c9d26cf0222d8b1771ab50607995 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 21:29:00 +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 337b05b5a70b..6696579861a3 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@ava/babel": "2.0.0", "@ava/typescript": "^4.1.0", "@babel/cli": "7.24.1", - "@babel/core": "7.24.4", + "@babel/core": "7.26.10", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-numeric-separator": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.20.7",