Skip to content

Commit d1341fc

Browse files
committed
fix: .snyk & package.json to reduce vulnerabilities
The following vulnerabilities are fixed with a Snyk patch: - https://snyk.io/vuln/npm:hoek:20180212
1 parent 9893887 commit d1341fc

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.snyk

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2-
version: v1.7.1
2+
version: v1.12.0
33
ignore: {}
44
# patches apply the minimum changes required to fix a vulnerability
55
patch:
@@ -60,3 +60,12 @@ patch:
6060
patched: '2017-09-28T02:19:03.719Z'
6161
- express-status-monitor > socket.io > socket.io-adapter > socket.io-parser > debug:
6262
patched: '2017-09-28T02:19:03.719Z'
63+
'npm:hoek:20180212':
64+
- node-sass > node-gyp > request > hawk > hoek:
65+
patched: '2018-06-21T02:58:21.837Z'
66+
- node-sass > node-gyp > request > hawk > boom > hoek:
67+
patched: '2018-06-21T02:58:21.837Z'
68+
- node-sass > node-gyp > request > hawk > sntp > hoek:
69+
patched: '2018-06-21T02:58:21.837Z'
70+
- node-sass > node-gyp > request > hawk > cryptiles > boom > hoek:
71+
patched: '2018-06-21T02:58:21.837Z'

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"lint:fix": "eslint --fix --ext=.js,.vue client server",
2222
"snyk-protect": "snyk protect",
2323
"typings": "typings install",
24-
"prepublish": "npm run snyk-protect"
24+
"prepublish": "npm run snyk-protect",
25+
"prepare": "npm run snyk-protect"
2526
},
2627
"repository": {
2728
"type": "git",
@@ -102,7 +103,7 @@
102103
"require-webpack-compat": "3.0.0",
103104
"serve-favicon": "2.4.5",
104105
"slug": "0.9.1",
105-
"snyk": "^1.41.1",
106+
"snyk": "^1.83.0",
106107
"socket.io": "2.0.2",
107108
"socket.io-client": "2.0.2",
108109
"uuid-token-generator": "1.0.0",

0 commit comments

Comments
 (0)