build(deps): bump @azure/identity in /msgraph-mail/typescript

Bumps [@azure/identity](https://github.com/Azure/azure-sdk-for-js) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-js/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md)
- [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/identity_4.3.0...@azure/identity_4.4.0)

---
updated-dependencies:
- dependency-name: "@azure/identity"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-16 21:07:50 +00:00 коммит произвёл GitHub
Родитель afd73ac518
Коммит 5272aafd1d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 6 добавлений и 6 удалений

10
msgraph-mail/typescript/package-lock.json сгенерированный
Просмотреть файл

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@azure/identity": "^4.3.0",
"@azure/identity": "^4.4.0",
"@microsoft/kiota-abstractions": "^1.0.0-preview.57",
"@microsoft/kiota-authentication-azure": "^1.0.0-preview.52",
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.56",
@ -163,9 +163,9 @@
}
},
"node_modules/@azure/identity": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.3.0.tgz",
"integrity": "sha512-LHZ58/RsIpIWa4hrrE2YuJ/vzG1Jv9f774RfTTAVDZDriubvJ0/S5u4pnw4akJDlS0TiJb6VMphmVUFsWmgodQ==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.4.0.tgz",
"integrity": "sha512-oG6oFNMxUuoivYg/ElyZWVSZfw42JQyHbrp+lR7VJ1BYWsGzt34NwyDw3miPp1QI7Qm5+4KAd76wGsbHQmkpkg==",
"dependencies": {
"@azure/abort-controller": "^1.0.0",
"@azure/core-auth": "^1.5.0",
@ -174,7 +174,7 @@
"@azure/core-tracing": "^1.0.0",
"@azure/core-util": "^1.3.0",
"@azure/logger": "^1.0.0",
"@azure/msal-browser": "^3.11.1",
"@azure/msal-browser": "^3.14.0",
"@azure/msal-node": "^2.9.2",
"events": "^3.0.0",
"jws": "^4.0.0",

Просмотреть файл

@ -23,7 +23,7 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@azure/identity": "^4.3.0",
"@azure/identity": "^4.4.0",
"@microsoft/kiota-abstractions": "^1.0.0-preview.57",
"@microsoft/kiota-authentication-azure": "^1.0.0-preview.52",
"@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.56",