From f0c2c1b41b1a6a4cced7e393f4edcf159f13beb6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 19:01:10 +0000 Subject: [PATCH] fix: tools/bundle-bug-finder/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 --- tools/bundle-bug-finder/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bundle-bug-finder/package.json b/tools/bundle-bug-finder/package.json index 385c8e6cd9f..fc8180aee94 100644 --- a/tools/bundle-bug-finder/package.json +++ b/tools/bundle-bug-finder/package.json @@ -4,6 +4,6 @@ "dependencies": { "@babel/eslint-parser": "^7.23.3", "@babel/plugin-syntax-import-assertions": "^7.23.3", - "eslint": "^8.53.0" + "eslint": "^10.0.0" } }