We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee385c commit 2639b20Copy full SHA for 2639b20
lib/lock-parser/build-dep-graph.ts
@@ -57,6 +57,7 @@ export async function buildDepGraph(
57
{
58
includeDevDeps: options.includeDevDeps,
59
includeOptionalDeps: options.includeOptionalDeps || true,
60
+ includePeerDeps: true,
61
pruneWithinTopLevelDeps: true,
62
strictOutOfSync: options.strictOutOfSync,
63
},
package.json
@@ -42,7 +42,7 @@
42
"lodash.isempty": "^4.4.0",
43
"lodash.sortby": "^4.7.0",
44
"micromatch": "4.0.8",
45
- "snyk-nodejs-lockfile-parser": "1.58.18",
+ "snyk-nodejs-lockfile-parser": "1.58.19",
46
"snyk-resolve-deps": "4.8.0"
47
48
"overrides": {
0 commit comments