From edc3720088b1970b6c3d9d97517b8b439bfe04df Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 12 May 2026 17:41:27 +0000 Subject: [PATCH] fix(deps): update npm Signed-off-by: Mend Renovate --- .../package-lock.json | 13 ++++++--- .../package.json | 2 +- .../detect-workflow-js/package-lock.json | 29 ++++++++++++------- .../actions/detect-workflow-js/package.json | 2 +- .../generate-attestations/package-lock.json | 29 ++++++++++++------- .../generate-attestations/package.json | 2 +- .../actions/privacy-check/package-lock.json | 29 ++++++++++++------- .github/actions/privacy-check/package.json | 2 +- .../sign-attestations/package-lock.json | 13 ++++++--- .../actions/sign-attestations/package.json | 2 +- .../actions/verify-token/package-lock.json | 24 ++++++++++----- .github/actions/verify-token/package.json | 4 +-- .../delegator/setup-generic/package-lock.json | 13 ++++++--- actions/delegator/setup-generic/package.json | 2 +- 14 files changed, 106 insertions(+), 60 deletions(-) diff --git a/.github/actions/create-container_based-predicate/package-lock.json b/.github/actions/create-container_based-predicate/package-lock.json index a88ea300a4..e5f77303b4 100644 --- a/.github/actions/create-container_based-predicate/package-lock.json +++ b/.github/actions/create-container_based-predicate/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@actions/core": "1.11.1", - "@actions/github": "6.0.0", + "@actions/github": "6.0.1", "tscommon": "file:../tscommon/tscommon-0.0.0.tgz" }, "devDependencies": { @@ -52,13 +52,18 @@ } }, "node_modules/@actions/github": { - "version": "6.0.0", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.1.tgz", + "integrity": "sha512-xbZVcaqD4XnQAe35qSQqskb3SqIAfRyLBrHMd/8TuL7hJSz2QtbDwnNM8zWx4zO5l2fnGtseNE3MbEvD7BxVMw==", "license": "MIT", "dependencies": { "@actions/http-client": "^2.2.0", "@octokit/core": "^5.0.1", - "@octokit/plugin-paginate-rest": "^9.0.0", - "@octokit/plugin-rest-endpoint-methods": "^10.0.0" + "@octokit/plugin-paginate-rest": "^9.2.2", + "@octokit/plugin-rest-endpoint-methods": "^10.4.0", + "@octokit/request": "^8.4.1", + "@octokit/request-error": "^5.1.1", + "undici": "^5.28.5" } }, "node_modules/@actions/http-client": { diff --git a/.github/actions/create-container_based-predicate/package.json b/.github/actions/create-container_based-predicate/package.json index 69e7b48d50..fa10b13759 100644 --- a/.github/actions/create-container_based-predicate/package.json +++ b/.github/actions/create-container_based-predicate/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@actions/core": "1.11.1", - "@actions/github": "6.0.0", + "@actions/github": "6.0.1", "tscommon": "file:../tscommon/tscommon-0.0.0.tgz" } } diff --git a/.github/actions/detect-workflow-js/package-lock.json b/.github/actions/detect-workflow-js/package-lock.json index d69400f221..34928ce5b0 100644 --- a/.github/actions/detect-workflow-js/package-lock.json +++ b/.github/actions/detect-workflow-js/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@actions/core": "1.11.1", - "@actions/github": "6.0.0" + "@actions/github": "6.0.1" }, "devDependencies": { "@types/jest": "29.5.14", @@ -52,14 +52,18 @@ } }, "node_modules/@actions/github": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.0.tgz", - "integrity": "sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.1.tgz", + "integrity": "sha512-xbZVcaqD4XnQAe35qSQqskb3SqIAfRyLBrHMd/8TuL7hJSz2QtbDwnNM8zWx4zO5l2fnGtseNE3MbEvD7BxVMw==", + "license": "MIT", "dependencies": { "@actions/http-client": "^2.2.0", "@octokit/core": "^5.0.1", - "@octokit/plugin-paginate-rest": "^9.0.0", - "@octokit/plugin-rest-endpoint-methods": "^10.0.0" + "@octokit/plugin-paginate-rest": "^9.2.2", + "@octokit/plugin-rest-endpoint-methods": "^10.4.0", + "@octokit/request": "^8.4.1", + "@octokit/request-error": "^5.1.1", + "undici": "^5.28.5" } }, "node_modules/@actions/http-client": { @@ -6905,14 +6909,17 @@ } }, "@actions/github": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.0.tgz", - "integrity": "sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.1.tgz", + "integrity": "sha512-xbZVcaqD4XnQAe35qSQqskb3SqIAfRyLBrHMd/8TuL7hJSz2QtbDwnNM8zWx4zO5l2fnGtseNE3MbEvD7BxVMw==", "requires": { "@actions/http-client": "^2.2.0", "@octokit/core": "^5.0.1", - "@octokit/plugin-paginate-rest": "^9.0.0", - "@octokit/plugin-rest-endpoint-methods": "^10.0.0" + "@octokit/plugin-paginate-rest": "^9.2.2", + "@octokit/plugin-rest-endpoint-methods": "^10.4.0", + "@octokit/request": "^8.4.1", + "@octokit/request-error": "^5.1.1", + "undici": "^5.28.5" } }, "@actions/http-client": { diff --git a/.github/actions/detect-workflow-js/package.json b/.github/actions/detect-workflow-js/package.json index eefa52a142..fc1f2d884b 100644 --- a/.github/actions/detect-workflow-js/package.json +++ b/.github/actions/detect-workflow-js/package.json @@ -33,6 +33,6 @@ }, "dependencies": { "@actions/core": "1.11.1", - "@actions/github": "6.0.0" + "@actions/github": "6.0.1" } } diff --git a/.github/actions/generate-attestations/package-lock.json b/.github/actions/generate-attestations/package-lock.json index 4a734f6a94..144ff924ef 100644 --- a/.github/actions/generate-attestations/package-lock.json +++ b/.github/actions/generate-attestations/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "1.11.1", - "@actions/github": "6.0.0", + "@actions/github": "6.0.1", "tscommon": "file:../tscommon/tscommon-0.0.0.tgz" }, "devDependencies": { @@ -54,14 +54,18 @@ } }, "node_modules/@actions/github": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.0.tgz", - "integrity": "sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.1.tgz", + "integrity": "sha512-xbZVcaqD4XnQAe35qSQqskb3SqIAfRyLBrHMd/8TuL7hJSz2QtbDwnNM8zWx4zO5l2fnGtseNE3MbEvD7BxVMw==", + "license": "MIT", "dependencies": { "@actions/http-client": "^2.2.0", "@octokit/core": "^5.0.1", - "@octokit/plugin-paginate-rest": "^9.0.0", - "@octokit/plugin-rest-endpoint-methods": "^10.0.0" + "@octokit/plugin-paginate-rest": "^9.2.2", + "@octokit/plugin-rest-endpoint-methods": "^10.4.0", + "@octokit/request": "^8.4.1", + "@octokit/request-error": "^5.1.1", + "undici": "^5.28.5" } }, "node_modules/@actions/http-client": { @@ -6818,14 +6822,17 @@ } }, "@actions/github": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.0.tgz", - "integrity": "sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.1.tgz", + "integrity": "sha512-xbZVcaqD4XnQAe35qSQqskb3SqIAfRyLBrHMd/8TuL7hJSz2QtbDwnNM8zWx4zO5l2fnGtseNE3MbEvD7BxVMw==", "requires": { "@actions/http-client": "^2.2.0", "@octokit/core": "^5.0.1", - "@octokit/plugin-paginate-rest": "^9.0.0", - "@octokit/plugin-rest-endpoint-methods": "^10.0.0" + "@octokit/plugin-paginate-rest": "^9.2.2", + "@octokit/plugin-rest-endpoint-methods": "^10.4.0", + "@octokit/request": "^8.4.1", + "@octokit/request-error": "^5.1.1", + "undici": "^5.28.5" } }, "@actions/http-client": { diff --git a/.github/actions/generate-attestations/package.json b/.github/actions/generate-attestations/package.json index 365e0d0e2a..d040a74fae 100644 --- a/.github/actions/generate-attestations/package.json +++ b/.github/actions/generate-attestations/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@actions/core": "1.11.1", - "@actions/github": "6.0.0", + "@actions/github": "6.0.1", "tscommon": "file:../tscommon/tscommon-0.0.0.tgz" }, "keywords": [], diff --git a/.github/actions/privacy-check/package-lock.json b/.github/actions/privacy-check/package-lock.json index 37b26a232c..62aca8d9cf 100644 --- a/.github/actions/privacy-check/package-lock.json +++ b/.github/actions/privacy-check/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@actions/core": "1.11.1", - "@actions/github": "6.0.0" + "@actions/github": "6.0.1" }, "devDependencies": { "@types/node": "20.17.19", @@ -50,14 +50,18 @@ } }, "node_modules/@actions/github": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.0.tgz", - "integrity": "sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.1.tgz", + "integrity": "sha512-xbZVcaqD4XnQAe35qSQqskb3SqIAfRyLBrHMd/8TuL7hJSz2QtbDwnNM8zWx4zO5l2fnGtseNE3MbEvD7BxVMw==", + "license": "MIT", "dependencies": { "@actions/http-client": "^2.2.0", "@octokit/core": "^5.0.1", - "@octokit/plugin-paginate-rest": "^9.0.0", - "@octokit/plugin-rest-endpoint-methods": "^10.0.0" + "@octokit/plugin-paginate-rest": "^9.2.2", + "@octokit/plugin-rest-endpoint-methods": "^10.4.0", + "@octokit/request": "^8.4.1", + "@octokit/request-error": "^5.1.1", + "undici": "^5.28.5" } }, "node_modules/@actions/http-client": { @@ -3729,14 +3733,17 @@ } }, "@actions/github": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.0.tgz", - "integrity": "sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.1.tgz", + "integrity": "sha512-xbZVcaqD4XnQAe35qSQqskb3SqIAfRyLBrHMd/8TuL7hJSz2QtbDwnNM8zWx4zO5l2fnGtseNE3MbEvD7BxVMw==", "requires": { "@actions/http-client": "^2.2.0", "@octokit/core": "^5.0.1", - "@octokit/plugin-paginate-rest": "^9.0.0", - "@octokit/plugin-rest-endpoint-methods": "^10.0.0" + "@octokit/plugin-paginate-rest": "^9.2.2", + "@octokit/plugin-rest-endpoint-methods": "^10.4.0", + "@octokit/request": "^8.4.1", + "@octokit/request-error": "^5.1.1", + "undici": "^5.28.5" } }, "@actions/http-client": { diff --git a/.github/actions/privacy-check/package.json b/.github/actions/privacy-check/package.json index a1b40ca2e7..7f550b5067 100644 --- a/.github/actions/privacy-check/package.json +++ b/.github/actions/privacy-check/package.json @@ -30,6 +30,6 @@ }, "dependencies": { "@actions/core": "1.11.1", - "@actions/github": "6.0.0" + "@actions/github": "6.0.1" } } diff --git a/.github/actions/sign-attestations/package-lock.json b/.github/actions/sign-attestations/package-lock.json index 916259f6eb..6be8f81bdb 100644 --- a/.github/actions/sign-attestations/package-lock.json +++ b/.github/actions/sign-attestations/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@actions/core": "1.11.1", - "@actions/github": "6.0.0", + "@actions/github": "6.0.1", "@sigstore/rekor-types": "2.0.0", "sigstore": "2.3.1", "tscommon": "file:../tscommon/tscommon-0.0.0.tgz" @@ -52,13 +52,18 @@ } }, "node_modules/@actions/github": { - "version": "6.0.0", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.1.tgz", + "integrity": "sha512-xbZVcaqD4XnQAe35qSQqskb3SqIAfRyLBrHMd/8TuL7hJSz2QtbDwnNM8zWx4zO5l2fnGtseNE3MbEvD7BxVMw==", "license": "MIT", "dependencies": { "@actions/http-client": "^2.2.0", "@octokit/core": "^5.0.1", - "@octokit/plugin-paginate-rest": "^9.0.0", - "@octokit/plugin-rest-endpoint-methods": "^10.0.0" + "@octokit/plugin-paginate-rest": "^9.2.2", + "@octokit/plugin-rest-endpoint-methods": "^10.4.0", + "@octokit/request": "^8.4.1", + "@octokit/request-error": "^5.1.1", + "undici": "^5.28.5" } }, "node_modules/@actions/http-client": { diff --git a/.github/actions/sign-attestations/package.json b/.github/actions/sign-attestations/package.json index 5c5e8b412c..c4bde323c2 100644 --- a/.github/actions/sign-attestations/package.json +++ b/.github/actions/sign-attestations/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@actions/core": "1.11.1", - "@actions/github": "6.0.0", + "@actions/github": "6.0.1", "@sigstore/rekor-types": "2.0.0", "sigstore": "2.3.1", "tscommon": "file:../tscommon/tscommon-0.0.0.tgz" diff --git a/.github/actions/verify-token/package-lock.json b/.github/actions/verify-token/package-lock.json index d3837af6e8..1db1557599 100644 --- a/.github/actions/verify-token/package-lock.json +++ b/.github/actions/verify-token/package-lock.json @@ -10,12 +10,12 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "1.11.1", - "@actions/github": "6.0.0", + "@actions/github": "6.0.1", "@octokit/webhooks-types": "7.6.1", "@sigstore/rekor-types": "2.0.0", "sigstore": "2.3.1", "tscommon": "file:../tscommon/tscommon-0.0.0.tgz", - "yaml": "2.5.1" + "yaml": "2.8.4" }, "devDependencies": { "@types/jest": "29.5.14", @@ -57,13 +57,18 @@ } }, "node_modules/@actions/github": { - "version": "6.0.0", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.1.tgz", + "integrity": "sha512-xbZVcaqD4XnQAe35qSQqskb3SqIAfRyLBrHMd/8TuL7hJSz2QtbDwnNM8zWx4zO5l2fnGtseNE3MbEvD7BxVMw==", "license": "MIT", "dependencies": { "@actions/http-client": "^2.2.0", "@octokit/core": "^5.0.1", - "@octokit/plugin-paginate-rest": "^9.0.0", - "@octokit/plugin-rest-endpoint-methods": "^10.0.0" + "@octokit/plugin-paginate-rest": "^9.2.2", + "@octokit/plugin-rest-endpoint-methods": "^10.4.0", + "@octokit/request": "^8.4.1", + "@octokit/request-error": "^5.1.1", + "undici": "^5.28.5" } }, "node_modules/@actions/http-client": { @@ -7039,13 +7044,18 @@ "license": "ISC" }, "node_modules/yaml": { - "version": "2.5.1", + "version": "2.8.4", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.4.tgz", + "integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==", "license": "ISC", "bin": { "yaml": "bin.mjs" }, "engines": { - "node": ">= 14" + "node": ">= 14.6" + }, + "funding": { + "url": "https://github.com/sponsors/eemeli" } }, "node_modules/yargs": { diff --git a/.github/actions/verify-token/package.json b/.github/actions/verify-token/package.json index b071ba4bcb..646b6383d7 100644 --- a/.github/actions/verify-token/package.json +++ b/.github/actions/verify-token/package.json @@ -23,12 +23,12 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "1.11.1", - "@actions/github": "6.0.0", + "@actions/github": "6.0.1", "@octokit/webhooks-types": "7.6.1", "@sigstore/rekor-types": "2.0.0", "sigstore": "2.3.1", "tscommon": "file:../tscommon/tscommon-0.0.0.tgz", - "yaml": "2.5.1" + "yaml": "2.8.4" }, "devDependencies": { "@types/node": "20.17.19", diff --git a/actions/delegator/setup-generic/package-lock.json b/actions/delegator/setup-generic/package-lock.json index 0c4b84e027..dd56cf57d0 100644 --- a/actions/delegator/setup-generic/package-lock.json +++ b/actions/delegator/setup-generic/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "1.11.1", - "@actions/github": "6.0.0", + "@actions/github": "6.0.1", "@sigstore/rekor-types": "2.0.0", "sigstore": "2.3.1", "tscommon": "file:../../../.github/actions/tscommon/tscommon-0.0.0.tgz" @@ -55,13 +55,18 @@ } }, "node_modules/@actions/github": { - "version": "6.0.0", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.1.tgz", + "integrity": "sha512-xbZVcaqD4XnQAe35qSQqskb3SqIAfRyLBrHMd/8TuL7hJSz2QtbDwnNM8zWx4zO5l2fnGtseNE3MbEvD7BxVMw==", "license": "MIT", "dependencies": { "@actions/http-client": "^2.2.0", "@octokit/core": "^5.0.1", - "@octokit/plugin-paginate-rest": "^9.0.0", - "@octokit/plugin-rest-endpoint-methods": "^10.0.0" + "@octokit/plugin-paginate-rest": "^9.2.2", + "@octokit/plugin-rest-endpoint-methods": "^10.4.0", + "@octokit/request": "^8.4.1", + "@octokit/request-error": "^5.1.1", + "undici": "^5.28.5" } }, "node_modules/@actions/http-client": { diff --git a/actions/delegator/setup-generic/package.json b/actions/delegator/setup-generic/package.json index c5e9a16a94..81a61df45f 100644 --- a/actions/delegator/setup-generic/package.json +++ b/actions/delegator/setup-generic/package.json @@ -21,7 +21,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "1.11.1", - "@actions/github": "6.0.0", + "@actions/github": "6.0.1", "@sigstore/rekor-types": "2.0.0", "sigstore": "2.3.1", "tscommon": "file:../../../.github/actions/tscommon/tscommon-0.0.0.tgz"