Merge pull request #10242 from FreeCodeCamp/snyk-fix-10c233fa

[Snyk] Fix for 2 vulnerable dependency paths
This commit is contained in:
Berkeley Martinez
2016-08-16 15:44:30 -07:00
committed by GitHub
2 changed files with 8 additions and 4 deletions

8
.snyk
View File

@ -1,10 +1,10 @@
version: v1.5.2 version: v1.5.0
ignore: {} ignore: {}
patch: patch:
'npm:marked:20150520': 'npm:marked:20150520':
- gulp-notify > node-notifier > cli-usage > marked: - gulp-notify > node-notifier > cli-usage > marked:
patched: '2016-07-09T00:55:04.882Z' patched: '2016-07-09T00:55:04.882Z'
gitter-sidecar > marked: - gitter-sidecar > marked:
patched: '2016-07-29T23:00:15.905Z' patched: '2016-07-29T23:00:15.905Z'
'npm:minimatch:20160620': 'npm:minimatch:20160620':
- gulp > vinyl-fs > glob-stream > minimatch: - gulp > vinyl-fs > glob-stream > minimatch:
@ -41,6 +41,10 @@ patch:
patched: '2016-07-24T17:05:18.332Z' patched: '2016-07-24T17:05:18.332Z'
- gulp-nodemon > gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch: - gulp-nodemon > gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch:
patched: '2016-07-24T17:05:18.332Z' patched: '2016-07-24T17:05:18.332Z'
- loopback > strong-globalize > fs-sync > glob > minimatch:
patched: '2016-08-16T21:48:23.694Z'
- loopback > loopback-connector-remote > loopback-datasource-juggler > strong-globalize > fs-sync > glob > minimatch:
patched: '2016-08-16T21:48:23.694Z'
'npm:uglify-js:20151024': 'npm:uglify-js:20151024':
- jade > transformers > uglify-js: - jade > transformers > uglify-js:
patched: '2016-07-29T23:00:15.905Z' patched: '2016-07-29T23:00:15.905Z'

View File

@ -110,7 +110,7 @@
"reselect": "^2.0.2", "reselect": "^2.0.2",
"rx": "^4.0.0", "rx": "^4.0.0",
"sanitize-html": "^1.11.1", "sanitize-html": "^1.11.1",
"snyk": "^1.17.1", "snyk": "^1.18.0",
"stampit": "^2.1.1", "stampit": "^2.1.1",
"store": "https://github.com/berkeleytrue/store.js.git#feature/noop-server", "store": "https://github.com/berkeleytrue/store.js.git#feature/noop-server",
"url-regex": "^3.0.0", "url-regex": "^3.0.0",
@ -170,4 +170,4 @@
"yargs": "^4.1.0" "yargs": "^4.1.0"
}, },
"snyk": true "snyk": true
} }