diff --git a/get-started/azure-auth/typescript/package-lock.json b/get-started/azure-auth/typescript/package-lock.json index 55f4fe4c4..5642dd4f6 100644 --- a/get-started/azure-auth/typescript/package-lock.json +++ b/get-started/azure-auth/typescript/package-lock.json @@ -10,8 +10,8 @@ "license": "MIT", "dependencies": { "@azure/identity": "^4.5.0", - "@microsoft/kiota-authentication-azure": "^1.0.0-preview.69", - "@microsoft/kiota-bundle": "^1.0.0-preview.69", + "@microsoft/kiota-authentication-azure": "^1.0.0-preview.70", + "@microsoft/kiota-bundle": "^1.0.0-preview.70", "node-fetch": "^3.3.2" }, "devDependencies": { @@ -231,9 +231,9 @@ } }, "node_modules/@microsoft/kiota-authentication-azure": { - "version": "1.0.0-preview.69", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-authentication-azure/-/kiota-authentication-azure-1.0.0-preview.69.tgz", - "integrity": "sha512-op13YsHSWz/VWKb/SnmJqR9mmta0gUUyZiNKjC0+nnF+UKX/RJuh1qWa4cpcn6aTDeqXltOy8WjqsChK+4it5g==", + "version": "1.0.0-preview.70", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-authentication-azure/-/kiota-authentication-azure-1.0.0-preview.70.tgz", + "integrity": "sha512-UDHeJu2ck2JkKpSU+Txhx10Gf2hiLdm6w1Po6bLauZCX7dCSNtS5DW2QBCV7cuH2J6/IEAJ5n01r7PUBQm1K5w==", "dependencies": { "@azure/core-auth": "^1.5.0", "@microsoft/kiota-abstractions": "*", @@ -242,9 +242,9 @@ } }, "node_modules/@microsoft/kiota-bundle": { - "version": "1.0.0-preview.69", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-bundle/-/kiota-bundle-1.0.0-preview.69.tgz", - "integrity": "sha512-DQyQALajXAIZZBGqTNkYM/C0MT1qpxpDal3P6kZCYb1J62f9xkxEMgno+FuD18pK7y5HxBxasv959hb/BILlYg==", + "version": "1.0.0-preview.70", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-bundle/-/kiota-bundle-1.0.0-preview.70.tgz", + "integrity": "sha512-GHXUTaUkOzYNIqBzbGnH9c8H11i7ceT1XZ3euMSr7IXBsXUzfbIjISeWk/ijrboGsLVrbqTP8WLGo6gZ8pmtpA==", "dependencies": { "@microsoft/kiota-abstractions": "*", "@microsoft/kiota-http-fetchlibrary": "*", @@ -1009,9 +1009,9 @@ } }, "@microsoft/kiota-authentication-azure": { - "version": "1.0.0-preview.69", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-authentication-azure/-/kiota-authentication-azure-1.0.0-preview.69.tgz", - "integrity": "sha512-op13YsHSWz/VWKb/SnmJqR9mmta0gUUyZiNKjC0+nnF+UKX/RJuh1qWa4cpcn6aTDeqXltOy8WjqsChK+4it5g==", + "version": "1.0.0-preview.70", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-authentication-azure/-/kiota-authentication-azure-1.0.0-preview.70.tgz", + "integrity": "sha512-UDHeJu2ck2JkKpSU+Txhx10Gf2hiLdm6w1Po6bLauZCX7dCSNtS5DW2QBCV7cuH2J6/IEAJ5n01r7PUBQm1K5w==", "requires": { "@azure/core-auth": "^1.5.0", "@microsoft/kiota-abstractions": "*", @@ -1020,9 +1020,9 @@ } }, "@microsoft/kiota-bundle": { - "version": "1.0.0-preview.69", - "resolved": "https://registry.npmjs.org/@microsoft/kiota-bundle/-/kiota-bundle-1.0.0-preview.69.tgz", - "integrity": "sha512-DQyQALajXAIZZBGqTNkYM/C0MT1qpxpDal3P6kZCYb1J62f9xkxEMgno+FuD18pK7y5HxBxasv959hb/BILlYg==", + "version": "1.0.0-preview.70", + "resolved": "https://registry.npmjs.org/@microsoft/kiota-bundle/-/kiota-bundle-1.0.0-preview.70.tgz", + "integrity": "sha512-GHXUTaUkOzYNIqBzbGnH9c8H11i7ceT1XZ3euMSr7IXBsXUzfbIjISeWk/ijrboGsLVrbqTP8WLGo6gZ8pmtpA==", "requires": { "@microsoft/kiota-abstractions": "*", "@microsoft/kiota-http-fetchlibrary": "*", diff --git a/get-started/azure-auth/typescript/package.json b/get-started/azure-auth/typescript/package.json index 07bf15911..62e5db959 100644 --- a/get-started/azure-auth/typescript/package.json +++ b/get-started/azure-auth/typescript/package.json @@ -15,8 +15,8 @@ }, "dependencies": { "@azure/identity": "^4.5.0", - "@microsoft/kiota-authentication-azure": "^1.0.0-preview.69", - "@microsoft/kiota-bundle": "^1.0.0-preview.69", + "@microsoft/kiota-authentication-azure": "^1.0.0-preview.70", + "@microsoft/kiota-bundle": "^1.0.0-preview.70", "node-fetch": "^3.3.2" } }