Skip to content

Commit

Permalink
Merge pull request #32 from screwdriver-cd/sec
Browse files Browse the repository at this point in the history
fix: Update dependencies for security
  • Loading branch information
minzcmu authored Jan 9, 2019
2 parents b999506 + 67161ee commit b33c632
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,18 @@
}
},
"devDependencies": {
"chai": "^3.5.0",
"chai": "^4.2.0",
"eslint": "^4.19.1",
"eslint-config-screwdriver": "^3.0.0",
"jenkins-mocha": "^4.0.0",
"eslint-config-screwdriver": "^3.0.1",
"jenkins-mocha": "^6.0.0",
"mockery": "^2.0.0",
"sinon": "^1.17.6",
"sinon-as-promised": "^4.0.2"
"sinon": "^7.1.0"
},
"dependencies": {
"circuit-fuses": "^2.1.0",
"docker-parse-image": "^3.0.1",
"dockerode": "^2.3.1",
"hoek": "^5.0.3",
"screwdriver-executor-base": "^6.1.0"
"dockerode": "^2.5.8",
"hoek": "^5.0.4",
"screwdriver-executor-base": "^6.3.0"
}
}
2 changes: 0 additions & 2 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ const assert = require('chai').assert;
const sinon = require('sinon');
const mockery = require('mockery');

require('sinon-as-promised');

sinon.assert.expose(assert, { prefix: '' });

describe('index', function () {
Expand Down

0 comments on commit b33c632

Please sign in to comment.