Skip to content

Commit

Permalink
feat(deps): upgrade outdated dependencies [AA-7948] (#25)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
- upgraded to latest PUG in background
- most koa-* middleware upgraded by major version
  • Loading branch information
bankyadam authored May 21, 2021
1 parent 073e392 commit c966f3c
Show file tree
Hide file tree
Showing 4 changed files with 13,268 additions and 2,527 deletions.
2 changes: 1 addition & 1 deletion app/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('App', () => {
let envSnapshot;

beforeEach(() => {
sandbox = sinon.sandbox.create();
sandbox = sinon.createSandbox();
envSnapshot = Object.assign({}, process.env);
});

Expand Down
2 changes: 1 addition & 1 deletion lib/security-middleware-factory/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Security Middleware Factory', function() {
let sandbox;

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

sandbox.spy(helmet, 'contentSecurityPolicy');
sandbox.spy(helmet, 'hsts');
Expand Down
Loading

0 comments on commit c966f3c

Please sign in to comment.