From acebfeb3ea898d8de6f761eb631410d6799db1be Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 15 Apr 2024 12:32:37 -0400 Subject: [PATCH] Update deps --- package-lock.json | 24 ++++++++++++------------ package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index af23e992..b29cedd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,8 +12,8 @@ "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/tool-cache": "^2.0.1", - "@google-github-actions/actions-utils": "^0.7.2", - "@google-github-actions/setup-cloud-sdk": "^1.1.5" + "@google-github-actions/actions-utils": "^0.7.3", + "@google-github-actions/setup-cloud-sdk": "^1.1.6" }, "devDependencies": { "@types/js-yaml": "^4.0.9", @@ -192,23 +192,23 @@ } }, "node_modules/@google-github-actions/actions-utils": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/@google-github-actions/actions-utils/-/actions-utils-0.7.2.tgz", - "integrity": "sha512-vfeWIwKDxXfV6VTs0y4DyhcvkZQRsxVa3QqXg/lzEPAc3Gw1i88/8iD0vSlpekrLxpnPrgPIrdGCOxE0KEnBxg==", + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/@google-github-actions/actions-utils/-/actions-utils-0.7.3.tgz", + "integrity": "sha512-ZR8lylp/Pz1t9ty2fUBXMvsDEqMZ68DVMOmxm61o13sEZyG+jDBcxqFqJ8NiA9rtDUPk8gJv7Xj0+4eM4UuaFA==", "dependencies": { "yaml": "^2.4.1" } }, "node_modules/@google-github-actions/setup-cloud-sdk": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/@google-github-actions/setup-cloud-sdk/-/setup-cloud-sdk-1.1.5.tgz", - "integrity": "sha512-69aFEyUdnahhExGWBMHDbhH1ctUZdSzp2tyVX4HeX94auNF7t+lc6+oOv2ir7cYeoU9Ab29SMiZPy+erss9uSg==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@google-github-actions/setup-cloud-sdk/-/setup-cloud-sdk-1.1.6.tgz", + "integrity": "sha512-Iomys/H8qaVPhoVI174xdFgZfjwnrf8rtEyBe8UgPd+IlqsQGK2r5UzRaaVrNBJKpiU7+iS3EbgNbeuKES8elQ==", "dependencies": { "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/http-client": "^2.2.1", "@actions/tool-cache": "^2.0.1", - "@google-github-actions/actions-utils": "^0.7.2", + "@google-github-actions/actions-utils": "^0.7.3", "semver": "^7.6.0" } }, @@ -1371,9 +1371,9 @@ } }, "node_modules/gaxios": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.4.0.tgz", - "integrity": "sha512-apAloYrY4dlBGlhauDAYSZveafb5U6+L9titing1wox6BvWM0TSXBp603zTrLpyLMGkrcFgohnUN150dFN/zOA==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-6.5.0.tgz", + "integrity": "sha512-R9QGdv8j4/dlNoQbX3hSaK/S0rkMijqjVvW3YM06CoBdbU/VdKd159j4hePpng0KuE6Lh6JJ7UdmVGJZFcAG1w==", "dev": true, "dependencies": { "extend": "^3.0.2", diff --git a/package.json b/package.json index a841a76a..d832649d 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,8 @@ "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/tool-cache": "^2.0.1", - "@google-github-actions/actions-utils": "^0.7.2", - "@google-github-actions/setup-cloud-sdk": "^1.1.5" + "@google-github-actions/actions-utils": "^0.7.3", + "@google-github-actions/setup-cloud-sdk": "^1.1.6" }, "devDependencies": { "@types/js-yaml": "^4.0.9",