From a916ddcad1d0b3091c062935345e477728428292 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Oct 2024 16:20:53 +0000 Subject: [PATCH] fix: upgrade @actions/core from 1.10.1 to 1.11.1 Snyk has created this PR to upgrade @actions/core from 1.10.1 to 1.11.1. See this package in npm: @actions/core See this project in Snyk: https://app.snyk.io/org/jircs1-ewt9AmNrA8QGnHrmW7XyMd/project/2f86e7d7-fc22-484f-bf61-cfcbad866f96?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 21 +++++++-------------- package.json | 2 +- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74647a3300..8913e90f78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "6.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@octokit/core": "^4.2.4", "@octokit/plugin-paginate-rest": "^5.0.1", @@ -48,20 +48,13 @@ } }, "node_modules/@actions/core": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", - "integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz", + "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==", + "license": "MIT", "dependencies": { - "@actions/http-client": "^2.0.1", - "uuid": "^8.3.2" - } - }, - "node_modules/@actions/core/node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "bin": { - "uuid": "dist/bin/uuid" + "@actions/exec": "^1.1.1", + "@actions/http-client": "^2.0.1" } }, "node_modules/@actions/exec": { diff --git a/package.json b/package.json index 5a50de29e0..7d5daac60a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/peter-evans/create-pull-request", "dependencies": { - "@actions/core": "^1.10.1", + "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@octokit/core": "^4.2.4", "@octokit/plugin-paginate-rest": "^5.0.1",