From f498736ab60da94ba7ae098ab946687cbe90c4c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Mar 2026 12:19:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15353389 - https://snyk.io/vuln/SNYK-JS-TOOTALLNATEONCE-15250612 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 90c2f4e2..5fe70171 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,8 @@ "@typescript-eslint/parser": "^8.24.1", "babel-jest": "^29.0.0", "babelify": "10.0.0", - "eslint": "^8.57.1", - "eslint-config-expensify": "^2.0.35", + "eslint": "^9.1.0", + "eslint-config-expensify": "^2.0.89", "eslint-config-prettier": "^8.10.0", "eslint-plugin-jest": "^28.8.2", "eslint-plugin-prettier": "^5.2.1", @@ -66,8 +66,8 @@ "grunt": "1.6.1", "grunt-chokidar": "1.0.2", "grunt-eslint": "25.0.0", - "jest": "^29.0.0", - "jest-environment-jsdom": "^29.7.0", + "jest": "^30.0.0", + "jest-environment-jsdom": "^30.0.0", "jit-grunt": "^0.10.0", "prettier": "^3.3.3", "typescript": "^5.7.2"