From 89e9ef44f4c961d9ce729362a7f3b0f5b63ff9b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 01:18:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 - https://snyk.io/vuln/SNYK-JS-UNDICI-14943963 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d991c1810..b4e9bfcda 100644 --- a/package.json +++ b/package.json @@ -26,13 +26,13 @@ "author": "GitHub", "license": "MIT", "dependencies": { - "@actions/cache": "^3.2.4", + "@actions/cache": "^5.0.0", "@actions/core": "^1.11.1", "@actions/exec": "^1.0.4", "@actions/glob": "^0.4.0", - "@actions/http-client": "^2.2.3", + "@actions/http-client": "^3.0.2", "@actions/io": "^1.0.2", - "@actions/tool-cache": "^2.0.1", + "@actions/tool-cache": "^3.0.0", "semver": "^7.6.2", "xmlbuilder2": "^4.0.0" }, @@ -43,7 +43,7 @@ "@typescript-eslint/eslint-plugin": "^5.54.0", "@typescript-eslint/parser": "^5.54.0", "@vercel/ncc": "^0.38.3", - "eslint": "^9.0.0", + "eslint": "^9.26.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-node": "^11.1.0",