Skip to content

Commit

Permalink
updated moca, sinon, and a few other patch dependency numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
thoop committed Aug 7, 2018
1 parent d007be2 commit 4ee90a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"url": "https://github.com/prerender/prerender"
},
"dependencies": {
"body-parser": "~1.18.2",
"body-parser": "~1.18.3",
"chrome-remote-interface": "~0.25.7",
"compression": "~1.7.1",
"express": "~4.16.2",
"compression": "~1.7.3",
"express": "~4.16.3",
"he": "~1.1.1",
"valid-url": "~1.0.9"
},
"devDependencies": {
"mocha": "^3.4.1",
"sinon": "^2.2.0"
"mocha": "^5.2.0",
"sinon": "^6.1.4"
},
"scripts": {
"start": "node server.js",
Expand Down
2 changes: 1 addition & 1 deletion test/index-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Prerender', function() {
var sandbox;

beforeEach(function() {
sandbox = sinon.sandbox.create();
sandbox = sinon.createSandbox();
});

afterEach(function() {
Expand Down

0 comments on commit 4ee90a5

Please sign in to comment.