From 2990bdda24d6b5d490e08adabcaf4325376ff7e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:01:47 +0000 Subject: [PATCH] fix(deps): update dependency @actions/core to v1.11.0 --- 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 5521a1b..74f424a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@actions/artifact": "1.1.0", - "@actions/core": "1.10.0", + "@actions/core": "1.11.0", "@actions/exec": "1.1.1", "@actions/github": "5.1.1", "@actions/glob": "0.4.0", @@ -69,20 +69,13 @@ } }, "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.11.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.0.tgz", + "integrity": "sha512-I21jQUzEjbZolw3jFZ/0iHGCb+rePCww9MaA0SbVFae4FpBTQWP1GIvr/m5Y6GVaxrDz7p3RhBtpBzwkA3rPSA==", + "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 965fe67..89f61ed 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "homepage": "https://sap.github.io/jenkins-library/", "dependencies": { "@actions/artifact": "1.1.0", - "@actions/core": "1.10.0", + "@actions/core": "1.11.0", "@actions/exec": "1.1.1", "@actions/github": "5.1.1", "@actions/glob": "0.4.0",