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

Commit 8331ef7

Browse files
committedSep 3, 2016
deps: update dependencies
The new nock wouldn't work if we still had to support Node.js 0.8, but since the CLI team has dropped support for 0.8, this isn't a problem.
1 parent cd23cfb commit 8331ef7

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed
 

‎package.json

+10-12
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,23 @@
1111
"test": "standard && tap test/*.js"
1212
},
1313
"dependencies": {
14-
"chownr": "^1.0.1",
15-
"concat-stream": "^1.4.6",
16-
"graceful-fs": "^4.1.2",
17-
"mkdirp": "^0.5.0",
14+
"concat-stream": "^1.5.2",
15+
"graceful-fs": "^4.1.6",
1816
"normalize-package-data": "~1.0.1 || ^2.0.0",
1917
"npm-package-arg": "^3.0.0 || ^4.0.0",
20-
"once": "^1.3.0",
21-
"request": "^2.47.0",
22-
"retry": "^0.8.0",
23-
"rimraf": "2",
18+
"once": "^1.3.3",
19+
"request": "^2.74.0",
20+
"retry": "^0.10.0",
2421
"semver": "2 >=2.2.1 || 3.x || 4 || 5",
2522
"slide": "^1.1.3"
2623
},
2724
"devDependencies": {
28-
"negotiator": "^0.4.9",
29-
"nock": "^0.56.0",
30-
"readable-stream": "^2.0.2",
25+
"negotiator": "^0.6.1",
26+
"nock": "^8.0.0",
27+
"readable-stream": "^2.1.5",
28+
"rimraf": "^2.5.4",
3129
"standard": "^4.0.0",
32-
"tap": "^1.2.0"
30+
"tap": "^7.0.0"
3331
},
3432
"optionalDependencies": {
3533
"npmlog": "~2.0.0 || ~3.1.0"

0 commit comments

Comments
 (0)