Skip to content

Commit

Permalink
update server deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dahan committed Jan 20, 2020
1 parent 39ce857 commit 99a56d6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"main": "index.js",
"dependencies": {
"ajv": "^6",
"body-parser": "^1",
"express": "^4",
"express-fileupload": "^1",
"ini": "^1",
"mopidy": "^0",
"onoff": "^3",
"request": "^2",
"request-promise": "^4",
"spotify-web-api-node": "^3",
"winston": "^2"
"body-parser": "1",
"express": "4",
"express-fileupload": "1",
"ini": "1",
"mopidy": "1",
"onoff": "5",
"request": "2",
"request-promise": "4",
"spotify-web-api-node": "4",
"winston": "3"
},
"optionalDependencies": {
"mfrc522-rpi": "1",
Expand All @@ -34,10 +34,10 @@
},
"devDependencies": {
"eslint": "6",
"mocha": "5",
"nock": "9",
"nyc": "12",
"sinon": "4",
"supertest": "3"
"mocha": "7",
"nock": "11",
"nyc": "15",
"sinon": "8",
"supertest": "4"
}
}

0 comments on commit 99a56d6

Please sign in to comment.