Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #92 from spences10/snyk-fix-ef503a1c
Browse files Browse the repository at this point in the history
[Snyk Update] New fixes for 2 vulnerable dependency paths
  • Loading branch information
spences10 authored Jan 13, 2018
2 parents 0eb643e + 7ab318a commit d88fa9d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.10.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:debug:20170905':
- gatsby-plugin-favicon > favicons-webpack-plugin > favicons > node-rest-client > debug:
patched: '2018-01-13T15:46:26.153Z'
'npm:ms:20170412':
- gatsby-plugin-favicon > favicons-webpack-plugin > favicons > node-rest-client > debug > ms:
patched: '2018-01-13T15:46:26.153Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"gatsby-source-filesystem": "1.5.11",
"gatsby-transformer-remark": "1.7.28",
"react-helmet": "5.2.0",
"styled-components": "2.4.0"
"styled-components": "2.4.0",
"snyk": "^1.68.0"
},
"devDependencies": {
"eslint": "4.15.0",
Expand Down Expand Up @@ -46,7 +47,9 @@
"deploy": "now scottblog/ --token $NOW_TOKEN",
"alias:dev": "now alias scottspence.now.sh --token $NOW_TOKEN",
"alias:prod": "now alias blog.scottspence.me --token $NOW_TOKEN",
"cleanup": "now rm scottblog --safe --yes --token $NOW_TOKEN"
"cleanup": "now rm scottblog --safe --yes --token $NOW_TOKEN",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
Expand All @@ -55,5 +58,6 @@
"bugs": {
"url": "https://github.com/spences10/blog.scottspence.me/issues"
},
"homepage": "https://github.com/spences10/blog.scottspence.me#readme"
"homepage": "https://github.com/spences10/blog.scottspence.me#readme",
"snyk": true
}

0 comments on commit d88fa9d

Please sign in to comment.