Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit 2292965

Browse files
author
Jerome Houdan
committed
chore(deps) update deps
1 parent a0b4f18 commit 2292965

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ node_modules
33
.DS_Store
44
npm-debug.log
55
coverage
6+
package-lock.json
67

78
yarn.lock

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@
3333
"babel-preset-es2015": "^6.22.0",
3434
"babel-preset-stage-0": "^6.22.0",
3535
"babel-register": "^6.22.0",
36-
"chai": "^3.5.0",
3736
"eslint": "^2.9.0",
3837
"eslint-config-zavatta": "^3.0.1",
3938
"eslint-plugin-import": "^1.6.1",
40-
"mocha": "^2.4.5",
4139
"sinon": "^1.17.5"
4240
},
4341
"dependencies": {
4442
"babel-runtime": "^6.22.0",
43+
"chai": "^4.1.2",
4544
"form-data": "^1.0.1",
4645
"lodash": "^4.12.0",
46+
"mocha": "^5.1.0",
4747
"nock": "^8.0.0",
48-
"superagent": "^2.3.0",
48+
"superagent": "^3.8.2",
4949
"superagent-promise": "^1.1.0",
50-
"superagent-proxy": "^1.0.1"
50+
"superagent-proxy": "^1.0.3"
5151
},
5252
"babel": {
5353
"presets": [

0 commit comments

Comments
 (0)