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

Bumps [@azure/identity](https://github.com/Azure/azure-sdk-for-js) from 4.4.0 to 4.4.1.
- [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.4.0...@azure/identity_4.4.1)

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

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

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

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@azure/identity": "^4.4.0",
"@azure/identity": "^4.4.1",
"@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.4.0",
"resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.4.0.tgz",
"integrity": "sha512-oG6oFNMxUuoivYg/ElyZWVSZfw42JQyHbrp+lR7VJ1BYWsGzt34NwyDw3miPp1QI7Qm5+4KAd76wGsbHQmkpkg==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.4.1.tgz",
"integrity": "sha512-DwnG4cKFEM7S3T+9u05NstXU/HN0dk45kPOinUyNKsn5VWwpXd9sbPKEg6kgJzGbm1lMuhx9o31PVbCtM5sfBA==",
"dependencies": {
"@azure/abort-controller": "^1.0.0",
"@azure/core-auth": "^1.5.0",

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

@ -23,7 +23,7 @@
"lint": "eslint . --ext .ts"
},
"dependencies": {
"@azure/identity": "^4.4.0",
"@azure/identity": "^4.4.1",
"@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",