From 52463007149fcbfa212f86e81d0bc6661a30cef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 09:51:01 +0000 Subject: [PATCH] Bump @alicloud/credentials from 2.2.6 to 2.3.0 Bumps [@alicloud/credentials](https://github.com/aliyun/nodejs-credentials) from 2.2.6 to 2.3.0. - [Commits](https://github.com/aliyun/nodejs-credentials/commits/v2.3.0) --- 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 56afbd5..9fb5276 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@alicloud/credentials": "^2.2.6", + "@alicloud/credentials": "^2.3.0", "@alicloud/openapi-client": "^0.4.6", "@alicloud/sts20150401": "^1.1.3", "@alicloud/tea-util": "^1.4.7", @@ -51,9 +51,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.0", + "resolved": "https://registry.npmjs.org/@alicloud/credentials/-/credentials-2.3.0.tgz", + "integrity": "sha512-x0vf/m1BzkqYXAj2Hkd22O35josx5P4VCzq/9EvTBjA7aGLX/P6JDz7QVp+gnhLjPJyvwAbErvJRYq4gIo4IMA==", "dependencies": { "@alicloud/tea-typescript": "^1.5.3", "httpx": "^2.2.0", @@ -494,9 +494,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.0", + "resolved": "https://registry.npmjs.org/@alicloud/credentials/-/credentials-2.3.0.tgz", + "integrity": "sha512-x0vf/m1BzkqYXAj2Hkd22O35josx5P4VCzq/9EvTBjA7aGLX/P6JDz7QVp+gnhLjPJyvwAbErvJRYq4gIo4IMA==", "requires": { "@alicloud/tea-typescript": "^1.5.3", "httpx": "^2.2.0", diff --git a/package.json b/package.json index 38dc970..ea009cc 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@alicloud/credentials": "^2.2.6", + "@alicloud/credentials": "^2.3.0", "@alicloud/openapi-client": "^0.4.6", "@alicloud/sts20150401": "^1.1.3", "@alicloud/tea-util": "^1.4.7",