From 9f673449f05a4f4289aa2430b2fd417967328a15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Oct 2023 04:55:39 +0000 Subject: [PATCH] fix: upgrade @actions/core from 1.10.0 to 1.10.1 Snyk has created this PR to upgrade @actions/core from 1.10.0 to 1.10.1. See this package in npm: https://www.npmjs.com/package/@actions/core See this project in Snyk: https://app.snyk.io/org/kryslynn93/project/81761094-6243-4058-9932-c9abd42cfb96?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 094a002e1..d5479a105 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@actions/core": "~1.10.0", + "@actions/core": "^1.10.1", "@actions/exec": "~1.1.1", "@actions/tool-cache": "~2.0.1", "semver": "~7.3.8" @@ -34,9 +34,9 @@ } }, "node_modules/@actions/core": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz", - "integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", + "integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", "dependencies": { "@actions/http-client": "^2.0.1", "uuid": "^8.3.2" @@ -5468,9 +5468,9 @@ }, "dependencies": { "@actions/core": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz", - "integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==", + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.1.tgz", + "integrity": "sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==", "requires": { "@actions/http-client": "^2.0.1", "uuid": "^8.3.2" diff --git a/package.json b/package.json index 58344998e..43aca206f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "author": "JFrog", "license": "Apache-2.0", "dependencies": { - "@actions/core": "~1.10.0", + "@actions/core": "~1.10.1", "@actions/exec": "~1.1.1", "@actions/tool-cache": "~2.0.1", "semver": "~7.3.8"