From 9a1548b7c854b8b0e21d15653bd3129bfcd0de87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 09:11:12 +0000 Subject: [PATCH] Bump @google-github-actions/actions-utils from 0.7.0 to 0.8.1 Bumps [@google-github-actions/actions-utils](https://github.com/google-github-actions/actions-utils) from 0.7.0 to 0.8.1. - [Release notes](https://github.com/google-github-actions/actions-utils/releases) - [Commits](https://github.com/google-github-actions/actions-utils/compare/v0.7.0...v0.8.1) --- updated-dependencies: - dependency-name: "@google-github-actions/actions-utils" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 +++++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1460c3e..a7debae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@alicloud/openapi-client": "^0.4.6", "@alicloud/sts20150401": "^1.1.3", "@alicloud/tea-util": "^1.4.7", - "@google-github-actions/actions-utils": "^0.7.0" + "@google-github-actions/actions-utils": "^0.8.1" }, "devDependencies": { "@vercel/ncc": "^0.38.1", @@ -153,11 +153,14 @@ } }, "node_modules/@google-github-actions/actions-utils": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@google-github-actions/actions-utils/-/actions-utils-0.7.0.tgz", - "integrity": "sha512-rFA3m+cNbet+NACfuyakhTwTKSnZbPtub8BGQ7Oqt7qB7nUVBfl0l3wjiAgHdMP50e8DGnfC515iQlwLzSumlw==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@google-github-actions/actions-utils/-/actions-utils-0.8.1.tgz", + "integrity": "sha512-UoLm6n/Now1fUavU4+zBZTMOIz4CnTlvbU9WfI50VC5fyDkSl6uDvUTT5Aij3Qhzn99GKrfjnunCEuorYwvZ1w==", "dependencies": { - "yaml": "^2.3.4" + "yaml": "^2.4.2" + }, + "bin": { + "actions-gen-readme": "bin/actions-gen-readme.mjs" } }, "node_modules/@octokit/auth-token": { @@ -457,9 +460,12 @@ } }, "node_modules/yaml": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", - "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz", + "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==", + "bin": { + "yaml": "bin.mjs" + }, "engines": { "node": ">= 14" } @@ -594,11 +600,11 @@ "integrity": "sha512-JUFJad5lv7jxj926GPgymrWQxxjPYuJNiNjNMzqT+HiuP6Vl3dk5xzG+8sTX96np0ZAluvaMzPsjhHZ5rNuNQQ==" }, "@google-github-actions/actions-utils": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/@google-github-actions/actions-utils/-/actions-utils-0.7.0.tgz", - "integrity": "sha512-rFA3m+cNbet+NACfuyakhTwTKSnZbPtub8BGQ7Oqt7qB7nUVBfl0l3wjiAgHdMP50e8DGnfC515iQlwLzSumlw==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@google-github-actions/actions-utils/-/actions-utils-0.8.1.tgz", + "integrity": "sha512-UoLm6n/Now1fUavU4+zBZTMOIz4CnTlvbU9WfI50VC5fyDkSl6uDvUTT5Aij3Qhzn99GKrfjnunCEuorYwvZ1w==", "requires": { - "yaml": "^2.3.4" + "yaml": "^2.4.2" } }, "@octokit/auth-token": { @@ -834,9 +840,9 @@ "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==" }, "yaml": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", - "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==" + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.2.tgz", + "integrity": "sha512-B3VqDZ+JAg1nZpaEmWtTXUlBneoGx6CPM9b0TENK6aoSu5t73dItudwdgmi6tHlIZZId4dZ9skcAQ2UbcyAeVA==" } } } diff --git a/package.json b/package.json index 20f5f3b..b4a773a 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@alicloud/openapi-client": "^0.4.6", "@alicloud/sts20150401": "^1.1.3", "@alicloud/tea-util": "^1.4.7", - "@google-github-actions/actions-utils": "^0.7.0" + "@google-github-actions/actions-utils": "^0.8.1" }, "devDependencies": { "@vercel/ncc": "^0.38.1",