Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 863858f

Browse files
committed
Version bumps.
1 parent 0f46ac3 commit 863858f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
"license": "BSD-3-Clause",
2121
"main": "./src/index.js",
2222
"dependencies": {
23-
"async": ">=0.9.0",
24-
"extend": ">=3.0.0",
23+
"async": ">=2.5.0",
24+
"extend": ">=3.0.1",
2525
"getstream": ">=3.5.0",
26-
"istanbul": ">=0.3.13",
27-
"mockery": ">=1.4.0",
28-
"promise": ">=7.0.4",
29-
"sinon": ">=1.14.1"
26+
"istanbul": ">=0.4.5",
27+
"mockery": ">=2.1.0",
28+
"promise": ">=8.0.1",
29+
"sinon": ">=3.2.1"
3030
},
3131
"devDependencies": {
32-
"mongoose": ">=3.0.0",
33-
"bson": ">=0.5.4",
34-
"mocha": ">=1.20.1",
35-
"should": ">=4.0.0",
36-
"better-assert": ">=1.0.0"
32+
"mongoose": ">=4.11.8",
33+
"bson": ">=1.0.4",
34+
"mocha": ">=3.5.0",
35+
"should": ">=11.2.1",
36+
"better-assert": ">=1.0.2"
3737
},
3838
"scripts": {
3939
"test": "STREAM_URL='https://key:[email protected]/?app_id=42' NODE_ENV=test ./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha test",

0 commit comments

Comments
 (0)