Skip to content

Commit ac42dfa

Browse files
committed
update packages
1 parent e1f741f commit ac42dfa

File tree

1 file changed

+36
-17
lines changed

1 file changed

+36
-17
lines changed

package.json

Lines changed: 36 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,47 @@
77
"oauth2"
88
],
99
"contributors": [
10-
{ "name": "Thom Seddon", "email": "[email protected]" },
11-
{ "name": "Lars F. Karlström" , "email": "[email protected]" },
12-
{ "name": "Rui Marinho", "email": "[email protected]" },
13-
{ "name" : "Tiago Ribeiro", "email": "[email protected]" },
14-
{ "name": "Michael Salinger", "email": "[email protected]" },
15-
{ "name": "Nuno Sousa" },
16-
{ "name": "Max Truxa" }
10+
{
11+
"name": "Thom Seddon",
12+
"email": "[email protected]"
13+
},
14+
{
15+
"name": "Lars F. Karlström",
16+
"email": "[email protected]"
17+
},
18+
{
19+
"name": "Rui Marinho",
20+
"email": "[email protected]"
21+
},
22+
{
23+
"name": "Tiago Ribeiro",
24+
"email": "[email protected]"
25+
},
26+
{
27+
"name": "Michael Salinger",
28+
"email": "[email protected]"
29+
},
30+
{
31+
"name": "Nuno Sousa"
32+
},
33+
{
34+
"name": "Max Truxa"
35+
}
1736
],
1837
"main": "index.js",
1938
"dependencies": {
20-
"basic-auth": "1.1.0",
21-
"bluebird": "3.5.0",
22-
"lodash": "4.17.4",
23-
"promisify-any": "2.0.1",
24-
"statuses": "1.3.1",
25-
"type-is": "1.6.15"
39+
"basic-auth": "^2.0.0",
40+
"bluebird": "^3.5.0",
41+
"lodash": "^4.17.4",
42+
"promisify-any": "^2.0.1",
43+
"statuses": "^1.3.1",
44+
"type-is": "^1.6.15"
2645
},
2746
"devDependencies": {
28-
"jshint": "2.9.4",
29-
"mocha": "3.3.0",
30-
"should": "11.2.1",
31-
"sinon": "2.3.2"
47+
"jshint": "^2.9.4",
48+
"mocha": "^5.2.0",
49+
"should": "^13.2.3",
50+
"sinon": "^6.1.4"
3251
},
3352
"license": "MIT",
3453
"engines": {

0 commit comments

Comments
 (0)