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
fix(audit) Report vulnerabilities in workspace package dependencies (#6639)
* added failing test for #6625
* fix(audit): Add workspaceAggregator dependencies to root manifest to be audited.
This change takes the packages that are included as part of the workspace and adds them to what is
sent to the npm audit api.
fixes#6625
* update changelog for PR 6639
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ Please add one entry in this file for each change in Yarn's behavior. Use the sa
6
6
7
7
**Important:** This release contains a cache bump. It will cause the very first install following the upgrade to take slightly more time, especially if you don't use the [Offline Mirror](https://yarnpkg.com/blog/2016/11/24/offline-mirror/) feature. After that everything will be back to normal.
8
8
9
+
- Fixes an issue with `yarn audit` when using workspaces
- Uses `NODE_OPTIONS` to instruct Node to load the PnP hook, instead of raw CLI arguments
10
14
11
15
**Caveat:** This change might cause issues for PnP users having a space inside their cwd (cf [nodejs/node#24065](https://github.com/nodejs/node/pull/24065))
0 commit comments