Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
Updating to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehouwing committed Feb 18, 2018
1 parent 46b7810 commit ba3fa8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions vsts-snyk/.snyk
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.0
version: v1.10.1
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:shelljs:20140723':
- vsts-task-lib > shelljs:
reason: No patch available. Code path is not exposed from Build task.
expires: '2017-03-23T12:09:22.634Z'
reason: n/a
patch: {}
8 changes: 4 additions & 4 deletions vsts-snyk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"license": "MIT",
"dependencies": {
"snyk": "^1.25.2",
"vsts-task-lib": "^2.0.1-preview"
"snyk": "^1.69.7",
"vsts-task-lib": "^2.2.1"
},
"scripts": {
"initdev:npm": "npm install",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"@types/node": "^6.0.56",
"@types/q": "0.0.32",
"typescript": "^2.1.4",
"tslint": "^4.3.1"
"tslint": "^5.9.1",
"typescript": "^2.7.2"
}
}

0 comments on commit ba3fa8e

Please sign in to comment.