From 30b99144a9d345d985e53e420a335ecd27c0d631 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jan 2026 14:14:34 +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-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- 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..b786ab3e6732 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -13,7 +13,7 @@ "@babel/eslint-parser": "^7.19.0", "@babel/generator": "^7.20.0", "@babel/plugin-transform-regenerator": "^7.0.0", - "@definitelytyped/dtslint": "^0.0.127", + "@definitelytyped/dtslint": "^0.1.0", "@react-native/codegen": "^0.72.1", "@react-native/eslint-config": "*", "@react-native/eslint-plugin": "*", @@ -25,7 +25,7 @@ "clang-format": "^1.8.0", "connect": "^3.6.5", "coveralls": "^3.1.1", - "eslint": "^8.19.0", + "eslint": "^9.26.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-eslint-comments": "^3.2.0",