Skip to content

Commit

Permalink
Updating to use recent version of express js to patch security vulner…
Browse files Browse the repository at this point in the history
…ability. Fixes #10.
  • Loading branch information
Jaspreet Lidder committed Apr 12, 2017
1 parent 005f23b commit f5ab361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "jswiremock",
"version": "0.3.3",
"version": "0.3.4",
"description": "A library used for stubbing and mocking web services.",
"scripts": {
"test": "mocha tests/*",
"integration e2e tests": "node tests/e2e_tests.js"
},
"private": false,
"dependencies": {
"express": "~4.11.1",
"body-parser": "1.13.2"
"express": "~4.15.2",
"body-parser": "1.17.1"
},
"devDependencies": {
"mocha": "2.1.0",
Expand Down

0 comments on commit f5ab361

Please sign in to comment.