Skip to content

Commit

Permalink
Merge pull request #38 from screwdriver-cd/sec
Browse files Browse the repository at this point in the history
fix: Update dependencies for security
  • Loading branch information
minzcmu committed Jan 8, 2019
2 parents 52fdd21 + 1af3a6a commit fc126d6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@
"Tiffany Kyi <tiffanykyi@gmail.com>"
],
"devDependencies": {
"chai": "^3.5.0",
"chai": "^4.2.0",
"eslint": "^4.19.1",
"eslint-config-screwdriver": "^3.0.0",
"jenkins-mocha": "^4.0.0",
"jenkins-mocha": "^6.0.0",
"mockery": "^2.0.0",
"sinon": "^2.3.4"
"sinon": "^4.5.0"
},
"dependencies": {
"circuit-fuses": "^3.3.0",
"cron-parser": "^2.5.0",
"hoek": "^5.0.3",
"hoek": "^5.0.4",
"ioredis": "^3.2.2",
"node-resque": "^4.0.9",
"request": "^2.85.0",
"screwdriver-data-schema": "^18.19.0",
"request": "^2.88.0",
"screwdriver-data-schema": "^18.38.0",
"screwdriver-executor-base": "^6.1.0",
"string-hash": "^1.1.3",
"winston": "^2.3.1"
"winston": "^2.4.4"
},
"release": {
"debug": false,
Expand Down

0 comments on commit fc126d6

Please sign in to comment.