Skip to content

Commit 41cba72

Browse files
author
snyk-bot
committed
fix: package.json & .snyk to reduce vulnerabilities
1 parent 815f577 commit 41cba72

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

.snyk

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: v1.5.0
2+
ignore: {}
3+
patch:
4+
'npm:negotiator:20160616':
5+
- gulp-connect > connect > compression > accepts > negotiator:
6+
patched: '2016-08-09T02:42:42.852Z'
7+
- gulp-connect > connect > serve-index > accepts > negotiator:
8+
patched: '2016-08-09T02:42:42.852Z'

package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"url": "https://github.com/JedWatson/touchstonejs-tasks.git"
1111
},
1212
"dependencies": {
13-
"babel-core": "^5.5.5",
13+
"babel-core": "6.10.4",
1414
"babel-plugin-object-assign": "^1.1.0",
15-
"babelify": "^6.1.2",
15+
"babelify": "7.0.0",
1616
"brfs": "^1.4.0",
17-
"browserify": "^10.2.4",
17+
"browserify": "12.0.0",
1818
"bytes": "^2.1.0",
1919
"chalk": "^1.0.0",
2020
"del": "^1.2.0",
@@ -24,7 +24,8 @@
2424
"merge-stream": "^0.1.7",
2525
"vinyl-source-stream": "^1.1.0",
2626
"watchify": "^3.2.2",
27-
"xtend": "^4.0.0"
27+
"xtend": "^4.0.0",
28+
"snyk": "^1.18.0"
2829
},
2930
"peerDependencies": {
3031
"gulp": "^3.9.0"
@@ -35,11 +36,14 @@
3536
"scripts": {
3637
"lint": "happiness",
3738
"unit": "echo \"no tests yet\"",
38-
"test": "npm run lint && npm run unit"
39+
"test": "npm run lint && npm run unit",
40+
"snyk-protect": "snyk protect",
41+
"prepublish": "npm run snyk-protect"
3942
},
4043
"keywords": [
4144
"react",
4245
"browserify",
4346
"gulp"
44-
]
45-
}
47+
],
48+
"snyk": true
49+
}

0 commit comments

Comments
 (0)