diff --git a/clients/node/package-lock.json b/clients/node/package-lock.json index 4fe75a2..3e6d112 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.2.4", "@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", @@ -114,9 +114,9 @@ } }, "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.2.4", + "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-3.2.4.tgz", + "integrity": "sha512-t63oyi2LAn+ZAehYA7SDlhJDd1J0eLO3a21mxTaJcXqKW/tbRbKmo/BeyyTIXbBaoeTFn0xnyQHyomwndTqKUA==", "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-auth": "^1.3.0", @@ -970,9 +970,9 @@ } }, "@azure/identity": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-3.2.3.tgz", - "integrity": "sha512-knIbl7p2i8r3qPsLW2W84esmDPr36RqieLC72OeuqYk4+0TRNthUhWTs655P9S9Pm3TVVxcFsS3Le9SXIWBIFA==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-3.2.4.tgz", + "integrity": "sha512-t63oyi2LAn+ZAehYA7SDlhJDd1J0eLO3a21mxTaJcXqKW/tbRbKmo/BeyyTIXbBaoeTFn0xnyQHyomwndTqKUA==", "requires": { "@azure/abort-controller": "^1.0.0", "@azure/core-auth": "^1.3.0", diff --git a/clients/node/package.json b/clients/node/package.json index 5d0cb03..a51f724 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.2.4", "@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",