From 54c033b35226e1137266c662ec54c877afbad773 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Feb 2026 00:42:14 +0000 Subject: [PATCH] fix: scripts/lint-examples/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- scripts/lint-examples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lint-examples/package.json b/scripts/lint-examples/package.json index a48c2e2e680..13c3ef7b59f 100644 --- a/scripts/lint-examples/package.json +++ b/scripts/lint-examples/package.json @@ -17,7 +17,7 @@ "@react-native/typescript-config": "^0.76.0-rc.2", "@types/react": "^18.2.79", "eslint": "^8.57.1", - "glob": "^11.0.0", + "glob": "^12.0.0", "prettier": "^3.4.2", "react": "18.3.1", "react-native": "^0.76.0-rc.2",