diff --git a/package.json b/package.json index 91db185..c03c7a2 100644 --- a/package.json +++ b/package.json @@ -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" } }