Skip to content
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
10 changes: 10 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.3
ignore: {}
# patches apply the minimum changes required to fix a vulnerability
patch:
'npm:hoek:20180212':
- feathers-authentication-jwt > passport-jwt > jsonwebtoken > joi > hoek:
patched: '2019-04-12T00:37:22.237Z'
- feathers-authentication-jwt > passport-jwt > jsonwebtoken > joi > topo > hoek:
patched: '2019-04-12T00:37:22.237Z'
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"integration": "cross-env NODE_ENV=test && npm-run-all --parallel serve test-client",
"dev": "npm-run-all --parallel watch serve",
"build": "gulp && NODE_ENV=production webpack -p",
"production": "cross-env NODE_ENV=production node server/"
"production": "cross-env NODE_ENV=production node server/",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"axios": "^0.15.3",
Expand Down Expand Up @@ -74,7 +76,8 @@
"vue-server-renderer": "^2.5.2",
"vue-stash": "^2.0.1-beta",
"winston": "^2.3.1",
"yup": "^0.22.0"
"yup": "^0.22.0",
"snyk": "^1.150.0"
},
"devDependencies": {
"babel": "^6.23.0",
Expand Down Expand Up @@ -144,5 +147,6 @@
"webpack-cleanup-plugin": "^0.5.1",
"webpack-merge": "^4.1.0",
"webpack-node-externals": "^1.6.0"
}
},
"snyk": true
}