Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Updating package dependencies to fix DoS vulnerability #232

Merged
merged 4 commits into from
Apr 3, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"colors": "^1.2.1",
"commander": "^2.15.0",
"core-js": "^2.5.1",
"js-yaml": "^3.7.0",
"merge-options": "^1.0.1",
"opn": "^5.2.0",
"winston": "^2.4.0",
Expand All @@ -39,10 +38,11 @@
"@types/source-map-support": "^0.4.0",
"@types/winston": "^2.3.7",
"chai": "latest",
"mocha": "latest",
"typescript": "~2.6.2",
"dependency-check": "^2.9.1",
"proxyquire-2": "^1.0.7"
"js-yaml": "^3.13.0",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a dependency, not dev dependency.

"mocha": "latest",
"proxyquire-2": "^1.0.7",
"typescript": "~2.6.2"
},
"scripts": {
"build": "tsc",
Expand Down