Skip to content

Commit

Permalink
Merge 5aec61b into 755f731
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Apr 15, 2020
2 parents 755f731 + 5aec61b commit b28b66b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions test_build/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.1
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:hoek:20180212':
- gatsby > joi2gql > hoek:
patched: '2020-04-15T05:56:56.393Z'
10 changes: 7 additions & 3 deletions test_build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
"serve": "gatsby serve",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"gatsby": "latest",
Expand All @@ -15,6 +17,8 @@
"gatsby-plugin-sass": "latest",
"gatsby-plugin-stylus": "latest",
"less": "latest",
"node-sass": "latest"
}
"node-sass": "latest",
"snyk": "^1.305.1"
},
"snyk": true
}

0 comments on commit b28b66b

Please sign in to comment.