Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Bazemore committed May 22, 2017
2 parents 421797c + 18c5df9 commit 9ae9241
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
24 changes: 24 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.7.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:minimatch:20160620':
- gulp > vinyl-fs > glob-stream > minimatch:
patched: '2017-05-03T19:37:30.529Z'
- gulp > vinyl-fs > glob-stream > glob > minimatch:
patched: '2017-05-03T19:37:30.529Z'
- gulp > vinyl-fs > glob-watcher > gaze > globule > minimatch:
patched: '2017-05-03T19:37:30.529Z'
- gulp > vinyl-fs > glob-watcher > gaze > globule > glob > minimatch:
patched: '2017-05-03T19:37:30.529Z'
'npm:qs:20170213':
- browser-sync > qs:
patched: '2017-05-03T19:37:30.529Z'
'npm:ws:20160920':
- browser-sync > socket.io > engine.io > ws:
patched: '2017-05-03T19:37:30.529Z'
- browser-sync > socket.io-client > engine.io-client > ws:
patched: '2017-05-03T19:37:30.529Z'
- browser-sync > socket.io > socket.io-client > engine.io-client > ws:
patched: '2017-05-03T19:37:30.529Z'
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
[![Build Status](https://travis-ci.org/sonyccd/sonyccd.github.io.svg?branch=master)](https://travis-ci.org/sonyccd/sonyccd.github.io)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/88ea6f7d93b84073851bb7be5410d4ef)](https://www.codacy.com/app/snakes-in-the-box/sonyccd-github-io?utm_source=github.com&utm_medium=referral&utm_content=sonyccd/sonyccd.github.io&utm_campaign=badger)
[![Dependencies](https://david-dm.org/sonyccd/sonyccd.github.io.svg)](https://david-dm.org/sonyccd/sonyccd.github.io)
[![Known Vulnerabilities](https://snyk.io/test/github/sonyccd/sonyccd.github.io/badge.svg)](https://snyk.io/test/github/sonyccd/sonyccd.github.io)

personal site
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "brad bazemore's personal site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"author": "Brad Bazemore",
"license": "MIT",
Expand All @@ -18,9 +20,11 @@
"gulp-imagemin": "^3.1.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.0"
"gulp-uglify": "^2.0.0",
"snyk": "^1.29.0"
},
"devDependencies": {
"gulp-modernizr": "^1.0.0-alpha"
}
},
"snyk": true
}

0 comments on commit 9ae9241

Please sign in to comment.