Update package.json

This commit is contained in:
Ludy87 2025-08-19 15:57:09 +02:00
parent 87abba458e
commit 12bbfa6c0e
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -39,22 +39,22 @@
"@types/js-yaml": "4.0.9",
"@types/node": "24.3.0",
"@types/picomatch": "4.0.2",
"@vercel/ncc": "0.38.1",
"@vercel/ncc": "0.38.3",
"eslint-plugin-jest": "29.0.1",
"jest": "30.0.5",
"js-yaml": "4.1.0",
"prettier": "3.6.2",
"ts-jest": "29.4.1",
"typescript": "5.9.2",
"@typescript-eslint/utils": "8.39.1",
"@typescript-eslint/utils": "8.40.0",
"eslint-plugin-github": "^6.0.0",
"eslint": "^9.33.0",
"@typescript-eslint/eslint-plugin": "8.39.1",
"@typescript-eslint/parser": "8.39.1"
"@typescript-eslint/eslint-plugin": "8.40.0",
"@typescript-eslint/parser": "8.40.0"
},
"overrides": {
"eslint": "^9.33.0",
"@typescript-eslint/eslint-plugin": "8.39.1",
"@typescript-eslint/parser": "8.39.1"
"@typescript-eslint/eslint-plugin": "8.40.0",
"@typescript-eslint/parser": "8.40.0"
}
}