From f9507449a07df48acc1739147f5514dc0424f82a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:18:49 +0000 Subject: [PATCH] Bump @microsoft/kiota-authentication-azure in /it/typescript Bumps [@microsoft/kiota-authentication-azure](https://github.com/microsoft/kiota-typescript) from 1.0.0-preview.23 to 1.0.0-preview.24. - [Release notes](https://github.com/microsoft/kiota-typescript/releases) - [Commits](https://github.com/microsoft/kiota-typescript/compare/@microsoft/kiota-authentication-azure@1.0.0-preview.23...@microsoft/kiota-authentication-azure@1.0.0-preview.24) --- updated-dependencies: - dependency-name: "@microsoft/kiota-authentication-azure" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- it/typescript/package-lock.json | 10 +++++----- it/typescript/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/it/typescript/package-lock.json b/it/typescript/package-lock.json index 3e4878a31d..897d98478e 100644 --- a/it/typescript/package-lock.json +++ b/it/typescript/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@azure/identity": "^3.3.2", "@microsoft/kiota-abstractions": "^1.0.0-preview.29", - "@microsoft/kiota-authentication-azure": "^1.0.0-preview.23", + "@microsoft/kiota-authentication-azure": "^1.0.0-preview.24", "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.28", "@microsoft/kiota-serialization-form": "^1.0.0-preview.18", "@microsoft/kiota-serialization-json": "^1.0.0-preview.29", @@ -685,12 +685,12 @@ } }, "node_modules/@microsoft/kiota-authentication-azure": { - "version": "1.0.0-preview.23", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-authentication-azure/-/kiota-authentication-azure-1.0.0-preview.23.tgz", - "integrity": "sha512-RtyDBa/uszOm3T7a9Njcr0VBSTAP1fEl+CCYqxN2FKPryDA86afjEAeDGtdC2XllicZyS14J2eyK1/J8MlZTew==", + "version": "1.0.0-preview.24", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-authentication-azure/-/kiota-authentication-azure-1.0.0-preview.24.tgz", + "integrity": "sha512-qZApJBpTFU3P+ki6XKH4M1h5oZgaD1n4MojJcYu3Ici1gpu+BcDLZhByXHLOeDBpG+m2IwebkzYr7FFVqFNagA==", "dependencies": { "@azure/core-auth": "^1.3.2", - "@microsoft/kiota-abstractions": "^1.0.0-preview.28", + "@microsoft/kiota-abstractions": "^1.0.0-preview.29", "@opentelemetry/api": "^1.2.0", "tslib": "^2.3.1" } diff --git a/it/typescript/package.json b/it/typescript/package.json index 6881543144..7ca9da0c69 100644 --- a/it/typescript/package.json +++ b/it/typescript/package.json @@ -32,7 +32,7 @@ "dependencies": { "@azure/identity": "^3.3.2", "@microsoft/kiota-abstractions": "^1.0.0-preview.29", - "@microsoft/kiota-authentication-azure": "^1.0.0-preview.23", + "@microsoft/kiota-authentication-azure": "^1.0.0-preview.24", "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.28", "@microsoft/kiota-serialization-form": "^1.0.0-preview.18", "@microsoft/kiota-serialization-json": "^1.0.0-preview.29",