Skip to content

Commit

Permalink
fix(test, monitor): fix OutOfSync errors in pnpm for download urls
Browse files Browse the repository at this point in the history
  • Loading branch information
gemaxim committed Jan 29, 2025
1 parent a440190 commit edbbad0
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 22 deletions.
34 changes: 16 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"snyk-gradle-plugin": "4.9.0",
"snyk-module": "3.1.0",
"snyk-mvn-plugin": "3.7.0",
"snyk-nodejs-lockfile-parser": "1.58.16",
"snyk-nodejs-plugin": "1.4.1",
"snyk-nodejs-lockfile-parser": "1.58.17",
"snyk-nodejs-plugin": "1.4.2",
"snyk-nuget-plugin": "2.7.12",
"snyk-php-plugin": "1.10.0",
"snyk-policy": "4.1.4",
Expand Down
5 changes: 3 additions & 2 deletions test/acceptance/workspaces/pnpm-app-extended/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "one-dep",
"name": "pnpm-app-extended",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"accepts": "1.3.7",
"dustjs-helpers": "github:linkedin/dustjs-helpers"
"dustjs-helpers": "github:linkedin/dustjs-helpers",
"@snyk/gemfile": "https://codeload.github.com/snyk/gemfile/tar.gz/fff475b"
}
}

10 changes: 10 additions & 0 deletions test/acceptance/workspaces/pnpm-app-extended/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit edbbad0

Please sign in to comment.