Skip to content

Commit 587b244

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15309438 - https://snyk.io/vuln/SNYK-JS-AJV-15274295
1 parent e9fa45e commit 587b244

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@
5757
"@typescript-eslint/parser": "^8.24.1",
5858
"babel-jest": "^29.0.0",
5959
"babelify": "10.0.0",
60-
"eslint": "^8.57.1",
61-
"eslint-config-expensify": "^2.0.35",
60+
"eslint": "^9.1.0",
61+
"eslint-config-expensify": "^2.0.89",
6262
"eslint-config-prettier": "^8.10.0",
6363
"eslint-plugin-jest": "^28.8.2",
6464
"eslint-plugin-prettier": "^5.2.1",
6565
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
6666
"grunt": "1.6.1",
6767
"grunt-chokidar": "1.0.2",
6868
"grunt-eslint": "25.0.0",
69-
"jest": "^29.0.0",
69+
"jest": "^30.0.0",
7070
"jest-environment-jsdom": "^29.7.0",
7171
"jit-grunt": "^0.10.0",
7272
"prettier": "^3.3.3",

0 commit comments

Comments
 (0)