From 12bbfa6c0e5a386952ef4282b585a747a3720758 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Tue, 19 Aug 2025 15:57:09 +0200 Subject: [PATCH] Update package.json --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" } }