Skip to content

Commit

Permalink
Merge a1c2fcb into dc8aeda
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 4, 2019
2 parents dc8aeda + a1c2fcb commit 193afba
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/conventional-changelog-core/.snyk
@@ -0,0 +1,8 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
SNYK-JS-LODASH-450202:
- lodash:
patched: '2019-07-04T00:37:39.803Z'
10 changes: 7 additions & 3 deletions packages/conventional-changelog-core/package.json
Expand Up @@ -38,9 +38,13 @@
"q": "^1.5.1",
"read-pkg": "^3.0.0",
"read-pkg-up": "^3.0.0",
"through2": "^3.0.0"
"through2": "^3.0.0",
"snyk": "^1.189.0"
},
"scripts": {
"test-windows": "mocha --timeout 30000"
}
"test-windows": "mocha --timeout 30000",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}

0 comments on commit 193afba

Please sign in to comment.