Skip to content

MAINT Pin node package versions#1571

Open
behnam-o wants to merge 1 commit intomicrosoft:mainfrom
behnam-o:dev/pin-npm-package-version
Open

MAINT Pin node package versions#1571
behnam-o wants to merge 1 commit intomicrosoft:mainfrom
behnam-o:dev/pin-npm-package-version

Conversation

@behnam-o
Copy link
Copy Markdown
Contributor

@behnam-o behnam-o commented Apr 6, 2026

Mainly in response to axios compromise - read more: axios/axios#10604
And more generally, the good practice of pinning dependency versions in standalone apps (such as PyRIT front-end in this case)

where these versions came from: I chose the versions that got picked up by npm today (i.e. remove package-lock.json, and see whatever ^.X.Y.Z in package.json resolves to) - used that version in package.json, and remove the ^s

},
"overrides": {
"rollup": ">=4.59.0",
"@tootallnate/once": ">=3.0.1"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overrides okay to stay unpinned?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants