Skip to content

Commit

Permalink
Merge cc68e07 into cc26d8f
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 2, 2020
2 parents cc26d8f + cc68e07 commit 1468cd0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .snyk
@@ -0,0 +1,8 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-567746:
- lodash:
patched: '2020-05-02T07:12:00.499Z'
10 changes: 7 additions & 3 deletions package.json
Expand Up @@ -4,7 +4,9 @@
"description": "Pushing tasks and eventually workflows -> business process automation",
"main": "./index.js",
"scripts": {
"test": "./node_modules/.bin/gulp ci"
"test": "./node_modules/.bin/gulp ci",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +38,8 @@
"bluebird": "^3.4.1",
"jsck": "^0.3.0",
"lodash": "^4.17.11",
"moment": "^2.19.3"
"moment": "^2.19.3",
"snyk": "^1.316.2"
},
"devDependencies": {
"chai": "^3.5.0",
Expand All @@ -50,5 +53,6 @@
"rimraf": "^2.5.2",
"run-sequence": "^1.2.2",
"sinon": "^1.17.4"
}
},
"snyk": true
}

0 comments on commit 1468cd0

Please sign in to comment.