From c6a6b0c844bfd3afea8c6a92262cc10bfef88198 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Oct 2025 05:38:33 +0000 Subject: [PATCH] fix: upgrade @actions/core from 1.10.0 to 1.11.1 Snyk has created this PR to upgrade @actions/core from 1.10.0 to 1.11.1. See this package in yarn: @actions/core See this project in Snyk: https://app.snyk.io/org/dextrorsal/project/2787cfa8-844f-4654-bd2e-a6c10b93f033?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6df028aa6c..1e66869ba2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lint": "eslint src/**/*.ts" }, "dependencies": { - "@actions/core": "^1.10.0", + "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/github": "^5.1.1", "@solana/web3.js": "^1.73.2", diff --git a/yarn.lock b/yarn.lock index 9a6abb5ab9..4d7baa0d47 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,13 +2,13 @@ # yarn lockfile v1 -"@actions/core@^1.10.0": - version "1.10.0" - resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.10.0.tgz#44551c3c71163949a2f06e94d9ca2157a0cfac4f" - integrity sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug== +"@actions/core@^1.11.1": + version "1.11.1" + resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.11.1.tgz#ae683aac5112438021588030efb53b1adb86f172" + integrity sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A== dependencies: + "@actions/exec" "^1.1.1" "@actions/http-client" "^2.0.1" - uuid "^8.3.2" "@actions/exec@^1.1.1": version "1.1.1"