You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of this moment, [email protected] is the latest release of v2, but installing it via npm install --save-dev [email protected] generates an auditing report of 55 vulnerabilities (42 low, 13 moderate), and executing npm audit fix --force reverts parcel to [email protected].
parcel % npm install [email protected]
npm WARN deprecated [email protected]: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
added 668 packages, and audited 669 packages in 27s
141 packages are looking for funding
run `npm fund`for details
55 vulnerabilities (42 low, 13 moderate)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit`for details.
and fixing the audited packages:
parcel % npm audit fix --force
npm WARN using --force Recommended protections disabled.
npm WARN audit Updating parcel to 1.12.4,which is a SemVer major change.
🐛 bug report
As of this moment, [email protected] is the latest release of v2, but installing it via
npm install --save-dev [email protected]
generates an auditing report of 55 vulnerabilities (42 low, 13 moderate), and executingnpm audit fix --force
reverts parcel to[email protected]
.and fixing the audited packages:
🎛 Configuration (package.json)
npm init -y && npm install --save-dev [email protected]
🤔 Expected Behavior
I would expect a patched version 2 to be installed, not reverted to v1.
🌍 Your Environment
The text was updated successfully, but these errors were encountered: