From 24eebfc63ea4bf031c5580c99330841a8dc73c77 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:03:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUEST-8730853 - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUESTERROR-8730854 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b3033b70..56d23bea 100644 --- a/package.json +++ b/package.json @@ -44,9 +44,9 @@ "@actions/github": "^6.0.0", "@actions/glob": "^0.4.0", "@actions/io": "^1.1.3", - "@octokit/core": "^5.0.1", + "@octokit/core": "^6.1.4", "@octokit/plugin-request-log": "^4.0.0", - "@octokit/plugin-retry": "^6.0.1", + "@octokit/plugin-retry": "^7.1.4", "@types/node": "^20.9.0" }, "devDependencies": {