From 7fdd2aeff411eb8f638c29a9f12875ba472d9fd9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Dec 2025 04:30:35 +0000 Subject: [PATCH] fix: packages/eslint-config/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 - https://snyk.io/vuln/SNYK-JS-ESLINTPLUGINKIT-10847878 - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- packages/eslint-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index d4d76f7..5c06749 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "eslint-plugin-react-native": "^4.1.0", - "eslint": "^8", + "eslint": "^9.0.0", "eslint-config-turbo": "latest", "eslint-config-next": "latest" }