Merge pull request #1085 from coralproject/snyk-fix-cdba6ef9

[Snyk Update] New fixes for 4 vulnerable dependency paths
This commit is contained in:
Wyatt Johnson
2017-10-11 00:36:52 -06:00
committed by GitHub
2 changed files with 20 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:marked:20170112':
- marked:
patched: '2017-10-11T02:07:15.455Z'
- graphql-docs > marked:
patched: '2017-10-11T02:07:15.455Z'
- simplemde > marked:
patched: '2017-10-11T02:07:15.455Z'
+8 -4
View File
@@ -18,7 +18,9 @@
"test": "TEST_MODE=unit NODE_ENV=test jest && TEST_MODE=unit NODE_ENV=test mocha -R ${MOCHA_REPORTER:-spec}",
"test-cover": "TEST_MODE=unit NODE_ENV=test istanbul cover _mocha --report text --check-coverage -- -R spec",
"heroku-postbuild": "./bin/cli plugins reconcile && yarn build",
"generate-introspection": "WEBPACK=TRUE NODE_ENV=test ./scripts/generateIntrospectionResult.js"
"generate-introspection": "WEBPACK=TRUE NODE_ENV=test ./scripts/generateIntrospectionResult.js",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"talk": {
"migration": {
@@ -177,13 +179,14 @@
"timekeeper": "^1.0.0",
"tlds": "^1.196.0",
"url-join": "^2.0.2",
"url-loader": "^0.5.9",
"url-loader": "^0.6.0",
"url-search-params": "^0.9.0",
"uuid": "^3.1.0",
"webpack": "^2.3.1",
"webpack-sources": "^1.0.1",
"yaml-loader": "^0.4.0",
"yamljs": "^0.2.10"
"yamljs": "^0.2.10",
"snyk": "^1.42.5"
},
"devDependencies": {
"@coralproject/eslint-config-talk": "^0.0.4",
@@ -211,5 +214,6 @@
},
"release": {
"analyzeCommits": "simple-commit-message"
}
},
"snyk": true
}