From 8e109a1bc37846c0854a3330bf48c2c7807e9c00 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Mar 2025 05:40:36 +0000 Subject: [PATCH] fix: repo-config/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELHELPERS-9397697 - https://snyk.io/vuln/SNYK-JS-BABELRUNTIMECOREJS3-9397696 --- repo-config/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo-config/package.json b/repo-config/package.json index 82002581f821..76cdcb457a61 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -9,7 +9,7 @@ "url": "git@github.com:facebook/react-native.git" }, "dependencies": { - "@babel/core": "^7.20.0", + "@babel/core": "^7.26.10", "@babel/eslint-parser": "^7.19.0", "@babel/generator": "^7.20.0", "@babel/plugin-transform-regenerator": "^7.0.0", @@ -31,7 +31,7 @@ "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-ft-flow": "^2.0.1", "eslint-plugin-jest": "^26.5.3", - "eslint-plugin-jsx-a11y": "^6.6.0", + "eslint-plugin-jsx-a11y": "^6.7.0", "eslint-plugin-lint": "^1.0.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.30.1",