From cef905f8615fea3c0ae7c27a4c650548f7740da8 Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Tue, 19 Aug 2025 15:07:50 +0200 Subject: [PATCH] Update package.json --- package.json | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index beb1d62..cc6fcfd 100644 --- a/package.json +++ b/package.json @@ -28,28 +28,27 @@ "author": "YourNameOrOrganization", "license": "MIT", "dependencies": { - "@actions/core": "1.10.0", + "@actions/core": "1.11.1", "@actions/exec": "1.1.1", "@actions/github": "6.0.1", - "picomatch": "2.3.1" + "picomatch": "4.0.3" }, "devDependencies": { - "@octokit/webhooks-types": "7.3.1", - "@types/jest": "29.5.11", + "@octokit/webhooks-types": "7.6.1", + "@types/jest": "30.0.0", "@types/js-yaml": "4.0.9", "@types/node": "24.3.0", - "@types/picomatch": "2.3.3", - "@typescript-eslint/eslint-plugin": "6.19.1", - "@typescript-eslint/parser": "6.19.1", + "@types/picomatch": "4.0.2", + "@typescript-eslint/eslint-plugin": "8.39.1", + "@typescript-eslint/parser": "8.39.1", "@vercel/ncc": "0.38.1", - "eslint": "8.56.0", - "eslint-plugin-github": "4.10.1", - "eslint-plugin-jest": "27.6.3", - "jest": "29.7.0", - "jest-circus": "30.0.5", + "eslint": "9.32.0", + "eslint-plugin-github": "6.0.0", + "eslint-plugin-jest": "29.0.1", + "jest": "30.0.5", "js-yaml": "4.1.0", "prettier": "3.6.2", - "ts-jest": "29.1.2", - "typescript": "5.3.3" + "ts-jest": "29.4.1", + "typescript": "5.9.2" } }