Skip to content

Commit

Permalink
Merge pull request #53 from snyk-tech-services/develop
Browse files Browse the repository at this point in the history
release changes
  • Loading branch information
mathild3r authored Nov 3, 2021
2 parents 90acdc7 + 437996b commit d77d677
Show file tree
Hide file tree
Showing 23 changed files with 20,439 additions and 3,672 deletions.
1,037 changes: 533 additions & 504 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"homepage": "https://github.com/snyk-tech-services/snyk-prevent-gh-commit-status#readme",
"dependencies": {
"@snyk/configstore": "^3.2.0-rc1",
"axios": "^0.21.1",
"axios": "^0.21.3",
"debug": "^4.1.1",
"lodash": "^4.17.21",
"snyk-config": "^3.0.0",
"snyk-delta": "^1.4.9",
"snyk-delta": "^1.5.4",
"source-map-support": "^0.5.16",
"tslib": "^1.10.0"
},
Expand Down
17 changes: 17 additions & 0 deletions test/fixtures/SNYK-JS-ACORN-559469-issue-paths.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"snapshotId": "5f37beeb-031a-45ec-8319-f32cd0cb3854",
"paths": [
[
{
"name": "@snyk/nodejs-runtime-agent",
"version": "1.14.0",
"fixVersion": "1.14.0"
},
{ "name": "acorn", "version": "5.7.3" }
]
],
"total": 1,
"links": {
"last": "https://app.snyk.io/api/v1/org/f6999a85-c519-4ee7-ae55-3269b9bfa4b6/project/9d64b8a9-883e-42f9-abd3-66b274b66a4c/issue/SNYK-JS-ACORN-559469/paths?page=1&snapshotId=5f37beeb-031a-45ec-8319-f32cd0cb3854"
}
}
20 changes: 20 additions & 0 deletions test/fixtures/SNYK-JS-DOTPROP-543489-issue-paths-page1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"snapshotId": "5f37beeb-031a-45ec-8319-f32cd0cb3854",
"paths": [
[
{ "name": "snyk", "version": "1.228.3", "fixVersion": "1.228.3" },
{ "name": "configstore", "version": "3.1.2" },
{ "name": "dot-prop", "version": "4.2.0" }
],
[
{ "name": "snyk", "version": "1.228.3", "fixVersion": "1.228.3" },
{ "name": "update-notifier", "version": "2.5.0" },
{ "name": "configstore", "version": "3.1.2" },
{ "name": "dot-prop", "version": "4.2.0" }
]
],
"total": 2,
"links": {
"last": "https://app.snyk.io/api/v1/org/f6999a85-c519-4ee7-ae55-3269b9bfa4b6/project/9d64b8a9-883e-42f9-abd3-66b274b66a4c/issue/SNYK-JS-DOTPROP-543489/paths?page=2&perPage=1&snapshotId=5f37beeb-031a-45ec-8319-f32cd0cb3854"
}
}
Loading

0 comments on commit d77d677

Please sign in to comment.