Skip to content

Commit 8873ebb

Browse files
committed
fix: nodejs transitive with a top level alias but transitive it not
1 parent 95c3d2b commit 8873ebb

File tree

5 files changed

+475
-1
lines changed

5 files changed

+475
-1
lines changed

package-lock.json

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"snyk-gradle-plugin": "5.1.1",
123123
"snyk-module": "3.1.0",
124124
"snyk-mvn-plugin": "4.3.3",
125-
"snyk-nodejs-lockfile-parser": "2.4.3",
125+
"snyk-nodejs-lockfile-parser": "2.4.4",
126126
"snyk-nodejs-plugin": "1.4.5",
127127
"snyk-nuget-plugin": "2.12.0",
128128
"snyk-php-plugin": "1.12.1",

test/fixtures/npm-nested-non-alias-with-top-level-alias/package-lock.json

Lines changed: 303 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "snyk-package-lock-json-out-of-sync-repro",
3+
"version": "0.0.0",
4+
"devDependencies": {
5+
"@types/node": "npm:@types/web@^0.0.148"
6+
},
7+
"dependencies": {
8+
"@uwdata/mosaic-core": "^0.20.1"
9+
}
10+
}

0 commit comments

Comments
 (0)