From d5340234909ddf49e41dfb79a8fde2dbae1eab58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 09:10:47 +0000 Subject: [PATCH] Bump @alicloud/credentials from 2.2.6 to 2.3.1 Bumps [@alicloud/credentials](https://github.com/aliyun/nodejs-credentials) from 2.2.6 to 2.3.1. - [Commits](https://github.com/aliyun/nodejs-credentials/commits) --- updated-dependencies: - dependency-name: "@alicloud/credentials" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1460c3e..8156354 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@alicloud/credentials": "^2.2.6", + "@alicloud/credentials": "^2.3.1", "@alicloud/openapi-client": "^0.4.6", "@alicloud/sts20150401": "^1.1.3", "@alicloud/tea-util": "^1.4.7", @@ -52,9 +52,9 @@ } }, "node_modules/@alicloud/credentials": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/@alicloud/credentials/-/credentials-2.2.6.tgz", - "integrity": "sha512-jG+msY77dHmAF3x+8VTy7fEgORyXLHmDci8t92HeipBdCHsPptDegA++GEwKgR7f6G4wvafYt+aqMZ1iligdrQ==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@alicloud/credentials/-/credentials-2.3.1.tgz", + "integrity": "sha512-FK8N1YNVqUGOl7qOFn8h3zTwv2Tj8ON3459XXnJkAa08YBECj8o/V81D/ubxpX0yZub4RVKjknxNSHEbrASc+A==", "dependencies": { "@alicloud/tea-typescript": "^1.5.3", "httpx": "^2.2.0", @@ -496,9 +496,9 @@ } }, "@alicloud/credentials": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/@alicloud/credentials/-/credentials-2.2.6.tgz", - "integrity": "sha512-jG+msY77dHmAF3x+8VTy7fEgORyXLHmDci8t92HeipBdCHsPptDegA++GEwKgR7f6G4wvafYt+aqMZ1iligdrQ==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@alicloud/credentials/-/credentials-2.3.1.tgz", + "integrity": "sha512-FK8N1YNVqUGOl7qOFn8h3zTwv2Tj8ON3459XXnJkAa08YBECj8o/V81D/ubxpX0yZub4RVKjknxNSHEbrASc+A==", "requires": { "@alicloud/tea-typescript": "^1.5.3", "httpx": "^2.2.0", diff --git a/package.json b/package.json index 20f5f3b..4282f6c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@alicloud/credentials": "^2.2.6", + "@alicloud/credentials": "^2.3.1", "@alicloud/openapi-client": "^0.4.6", "@alicloud/sts20150401": "^1.1.3", "@alicloud/tea-util": "^1.4.7",