From cd4b0d7f322b3f175b3c28e39d55b657df13cf57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 09:50:11 +0000 Subject: [PATCH] Bump @google-github-actions/actions-utils from 0.7.0 to 0.7.6 Bumps [@google-github-actions/actions-utils](https://github.com/google-github-actions/actions-utils) from 0.7.0 to 0.7.6. - [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.7.6) --- updated-dependencies: - dependency-name: "@google-github-actions/actions-utils" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 33 ++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1460c3e..5266569 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.7.6" }, "devDependencies": { "@vercel/ncc": "^0.38.1", @@ -153,11 +153,11 @@ } }, "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.7.6", + "resolved": "https://registry.npmjs.org/@google-github-actions/actions-utils/-/actions-utils-0.7.6.tgz", + "integrity": "sha512-X7dwiA9uC4qjRrxufjSNC2Tqds8PZ3PwM0LmLjB4EMljJEEgSwu493n/nQIqNNUaK0JGBKW1dHnxFxAnCm1Q+w==", "dependencies": { - "yaml": "^2.3.4" + "yaml": "^2.4.1" } }, "node_modules/@octokit/auth-token": { @@ -457,9 +457,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 +597,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.7.6", + "resolved": "https://registry.npmjs.org/@google-github-actions/actions-utils/-/actions-utils-0.7.6.tgz", + "integrity": "sha512-X7dwiA9uC4qjRrxufjSNC2Tqds8PZ3PwM0LmLjB4EMljJEEgSwu493n/nQIqNNUaK0JGBKW1dHnxFxAnCm1Q+w==", "requires": { - "yaml": "^2.3.4" + "yaml": "^2.4.1" } }, "@octokit/auth-token": { @@ -834,9 +837,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..0dfc578 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.7.6" }, "devDependencies": { "@vercel/ncc": "^0.38.1",