Skip to content

Commit 18aee45

Browse files
committed
fix: correctly handle out of sync in yarn 2 resolutions
1 parent b2c6daf commit 18aee45

File tree

3 files changed

+122
-19
lines changed

3 files changed

+122
-19
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@
117117
"semver": "^6.0.0",
118118
"snyk-config": "^5.0.0",
119119
"snyk-cpp-plugin": "2.24.0",
120-
"snyk-docker-plugin": "6.18.1",
120+
"snyk-docker-plugin": "6.18.2",
121121
"snyk-go-plugin": "1.23.0",
122122
"snyk-gradle-plugin": "4.9.0",
123123
"snyk-module": "3.1.0",
124124
"snyk-mvn-plugin": "3.8.0",
125-
"snyk-nodejs-lockfile-parser": "1.58.19",
125+
"snyk-nodejs-lockfile-parser": "1.60.1",
126126
"snyk-nodejs-plugin": "1.4.4",
127127
"snyk-nuget-plugin": "2.7.15",
128128
"snyk-php-plugin": "1.10.0",

test/acceptance/workspaces/yarn-out-of-sync/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@
1515
"devDependencies": {
1616
"object-assign": "4.1.1",
1717
"rewire": "^4.0.1"
18+
},
19+
"resolutions": {
20+
"snyk": "1.0.0"
1821
}
1922
}

0 commit comments

Comments
 (0)