Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

[Snyk] Fix for 16 vulnerable dependencies #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.12.0
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:debug:20170905':
- browser-sync > connect > debug:
patched: '2018-06-20T03:22:46.243Z'
- browser-sync > serve-index > debug:
patched: '2018-06-20T03:22:46.243Z'
- browser-sync > localtunnel > debug:
patched: '2018-06-20T03:22:46.243Z'
- browser-sync > connect > finalhandler > debug:
patched: '2018-06-20T03:22:46.243Z'
'npm:hoek:20180212':
- gulp-sass > node-sass > node-gyp > request > hawk > hoek:
patched: '2018-06-20T03:22:46.243Z'
- gulp-sass > node-sass > node-gyp > request > hawk > boom > hoek:
patched: '2018-06-20T03:22:46.243Z'
- node-sass > node-gyp > request > hawk > cryptiles > boom > hoek:
patched: '2018-06-20T03:22:46.243Z'
- gulp-sass > node-sass > node-gyp > request > hawk > cryptiles > boom > hoek:
patched: '2018-06-20T03:22:46.243Z'
- node-sass > node-gyp > request > hawk > hoek:
patched: '2018-06-20T03:22:46.243Z'
- node-sass > node-gyp > request > hawk > boom > hoek:
patched: '2018-06-20T03:22:46.243Z'
- node-sass > node-gyp > request > hawk > sntp > hoek:
patched: '2018-06-20T03:22:46.243Z'
- gulp-sass > node-sass > node-gyp > request > hawk > sntp > hoek:
patched: '2018-06-20T03:22:46.243Z'
26 changes: 16 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-runtime": "^6.11.6",
"browser-sync": "2.12.9",
"browser-sync": "2.24.0",
"browser-sync-close-hook": "^1.0.5",
"bundle-loader": "^0.5.4",
"clean-css": "^3.4.19",
"clean-css": "^4.1.11",
"conventional-github-releaser": "^1.1.3",
"dotenv": "^4.0.0",
"event-stream": "^3.3.4",
Expand All @@ -39,7 +39,7 @@
"fs": "0.0.2",
"glob": "^7.0.6",
"gm": "^1.23.0",
"gulp": "^3.9.1",
"gulp": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-bless": "^3.1.0",
"gulp-bump": "^2.7.0",
Expand Down Expand Up @@ -72,7 +72,7 @@
"gulp-shell": "^0.5.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylelint": "^3.4.0",
"gulp-stylelint": "^4.0.0",
"gulp-stylelint-checkstyle-reporter": "^0.2.0",
"gulp-svgmin": "^1.2.2",
"gulp-svgstore": "^6.0.0",
Expand All @@ -95,7 +95,7 @@
"path": "^0.12.7",
"penthouse": "^0.9.14",
"phantomjs-prebuilt": "^2.1.12",
"postcss-assets": "^4.1.0",
"postcss-assets": "^5.0.0",
"postcss-discard-duplicates": "^2.0.1",
"postcss-import": "^7.1.3",
"postcss-reporter": "^1.4.1",
Expand All @@ -111,12 +111,18 @@
"support-for": "^1.0.6",
"through2": "^2.0.1",
"uglify-js": "^2.7.0",
"webpack": "^1.13.1",
"webpack": "^2.2.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.1",
"webpack-dev-server": "^3.1.2",
"webpack-hot-middleware": "^2.12.2",
"webpack-module-hot-accept": "^1.0.4",
"webpack-stream": "^3.2.0",
"yargs": "^4.8.1"
}
"webpack-stream": "^4.0.0",
"yargs": "^4.8.1",
"snyk": "^1.83.0"
},
"scripts": {
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"snyk": true
}