-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependency @azure/identity to v4 [SECURITY] #12480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,7 +44,7 @@ | |
| "@aws-sdk/lib-storage": "^3.350.0", | ||
| "@aws-sdk/node-http-handler": "^3.350.0", | ||
| "@aws-sdk/types": "^3.347.0", | ||
| "@azure/identity": "^3.2.1", | ||
| "@azure/identity": "^4.0.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Correctness: Upgrading 🤖 AI Agent Prompt for Cursor/Windsurf
|
||
| "@azure/storage-blob": "^12.5.0", | ||
| "@backstage/backend-common": "workspace:^", | ||
| "@backstage/catalog-model": "workspace:^", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@azure/identityv4 has an upstream breaking change of requiring Node.js >= 18; this repo still declaresengines.nodeas16 || 18, so Node 16 installs/runs are likely to fail once this is merged.Severity: high
Other Locations
plugins/azure-sites-backend/package.json:37plugins/catalog-backend-module-msgraph/package.json:48plugins/kubernetes-backend/package.json:55plugins/techdocs-node/package.json:47🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.