Skip to content

Commit

Permalink
Merge pull request #20 from SnappyRobotics/snyk-fix-t00g4c
Browse files Browse the repository at this point in the history
[Snyk] Fix for 1 vulnerable dependencies
  • Loading branch information
prajankya committed Jun 26, 2018
2 parents 9728dfd + 8ea9ace commit 0a4cc2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .snyk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.1
version: v1.12.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
Expand All @@ -9,3 +9,6 @@ patch:
'npm:debug:20170905':
- electron > extract-zip > debug:
patched: '2017-10-03T01:28:08.517Z'
'npm:tunnel-agent:20170305':
- unirest > request > tunnel-agent:
patched: '2018-06-26T01:48:38.962Z'
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"package-linux": "electron-packager . --overwrite --asar=false --platform=linux --arch=x64 --icon=data/logo/512x512.png --prune=true --out=release-builds",
"package-all": "electron-packager . --all",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
"prepublish": "npm run snyk-protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +52,7 @@
"unirest": "^0.5.1",
"userhome": "^1.0.0",
"when": "^3.7.8",
"snyk": "^1.42.3"
"snyk": "^1.85.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
Expand Down

0 comments on commit 0a4cc2d

Please sign in to comment.