diff --git a/clients/node/package-lock.json b/clients/node/package-lock.json index 4fe75a2..d44ef14 100644 --- a/clients/node/package-lock.json +++ b/clients/node/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@azure/identity": "^3.2.3", + "@azure/identity": "^3.3.1", "@microsoft/kiota-abstractions": "^1.0.0-preview.13", "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.17", "@microsoft/kiota-serialization-form": "^1.0.0-preview.7", @@ -34,15 +34,16 @@ } }, "node_modules/@azure/core-auth": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.4.0.tgz", - "integrity": "sha512-HFrcTgmuSuukRf/EdPmqBrc5l6Q5Uu+2TbuhaKbgaCpP2TfAeiNaQPAadxO+CYBRHGUzIDteMAjFspFLDLnKVQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.5.0.tgz", + "integrity": "sha512-udzoBuYG1VBoHVohDTrvKjyzel34zt77Bhp7dQntVGGD0ehVq48owENbBG8fIgkHRNUBQH5k1r0hpoMu5L8+kw==", "dependencies": { "@azure/abort-controller": "^1.0.0", + "@azure/core-util": "^1.1.0", "tslib": "^2.2.0" }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" } }, "node_modules/@azure/core-client": { @@ -114,12 +115,12 @@ } }, "node_modules/@azure/identity": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-3.2.3.tgz", - "integrity": "sha512-knIbl7p2i8r3qPsLW2W84esmDPr36RqieLC72OeuqYk4+0TRNthUhWTs655P9S9Pm3TVVxcFsS3Le9SXIWBIFA==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-3.3.1.tgz", + "integrity": "sha512-96im0LrJt0kzsMqA8XjWxqbd2pPuEZHDlyLM4zdMv6nowLV/ul3dOW5X55OuLoFX+h22tYnMcGmQb3tlkdt/UA==", "dependencies": { "@azure/abort-controller": "^1.0.0", - "@azure/core-auth": "^1.3.0", + "@azure/core-auth": "^1.5.0", "@azure/core-client": "^1.4.0", "@azure/core-rest-pipeline": "^1.1.0", "@azure/core-tracing": "^1.0.0", @@ -906,11 +907,12 @@ } }, "@azure/core-auth": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.4.0.tgz", - "integrity": "sha512-HFrcTgmuSuukRf/EdPmqBrc5l6Q5Uu+2TbuhaKbgaCpP2TfAeiNaQPAadxO+CYBRHGUzIDteMAjFspFLDLnKVQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.5.0.tgz", + "integrity": "sha512-udzoBuYG1VBoHVohDTrvKjyzel34zt77Bhp7dQntVGGD0ehVq48owENbBG8fIgkHRNUBQH5k1r0hpoMu5L8+kw==", "requires": { "@azure/abort-controller": "^1.0.0", + "@azure/core-util": "^1.1.0", "tslib": "^2.2.0" } }, @@ -970,12 +972,12 @@ } }, "@azure/identity": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-3.2.3.tgz", - "integrity": "sha512-knIbl7p2i8r3qPsLW2W84esmDPr36RqieLC72OeuqYk4+0TRNthUhWTs655P9S9Pm3TVVxcFsS3Le9SXIWBIFA==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-3.3.1.tgz", + "integrity": "sha512-96im0LrJt0kzsMqA8XjWxqbd2pPuEZHDlyLM4zdMv6nowLV/ul3dOW5X55OuLoFX+h22tYnMcGmQb3tlkdt/UA==", "requires": { "@azure/abort-controller": "^1.0.0", - "@azure/core-auth": "^1.3.0", + "@azure/core-auth": "^1.5.0", "@azure/core-client": "^1.4.0", "@azure/core-rest-pipeline": "^1.1.0", "@azure/core-tracing": "^1.0.0", diff --git a/clients/node/package.json b/clients/node/package.json index 5d0cb03..7fe646d 100644 --- a/clients/node/package.json +++ b/clients/node/package.json @@ -13,7 +13,7 @@ "typescript": "^5.1.6" }, "dependencies": { - "@azure/identity": "^3.2.3", + "@azure/identity": "^3.3.1", "@microsoft/kiota-abstractions": "^1.0.0-preview.13", "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.17", "@microsoft/kiota-serialization-form": "^1.0.0-preview.7",