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

Commit

Permalink
Update dependency js-yaml to fix DoS vulnerability (#232)
Browse files Browse the repository at this point in the history
* Updating package dependencies to fix DoS vulnerability

* Fixing wrong location for dependency and updating CHANGELOG.md

* Fixing Mocha version to support Node 4 LTS

* Update CHANGELOG.md
  • Loading branch information
acolombier authored and martysweet committed Apr 3, 2019
1 parent c4381c9 commit 9107006
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Expand Up @@ -6,9 +6,11 @@ and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Merge PR #232, Update dependency `js-yaml` to fix DoS vulnerability

## [1.9.6] - 2019-02-27
### Added
### Added
- Merge PR #227, adding Depreciation/Retirement Notice to README.md

### Fixed
Expand Down Expand Up @@ -193,8 +195,8 @@ Versioning](http://semver.org/spec/v2.0.0.html).
### Fixed
- Merge PR #60, allowing a single wildcard as a string within the template
- Merge PR #65, allowing forked branches to run tests
- Merge PR #71, fixing maps, see #69 and #68
- Merge PR #63, fixing if intrinsic functions, see
- Merge PR #71, fixing maps, see #69 and #68
- Merge PR #63, fixing if intrinsic functions, see

## [1.1.7] - 2017-10-07
### Changed
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -19,13 +19,13 @@
"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",
"sha.js": "^2.4.11",
"source-map-support": "^0.5.0",
"safe-buffer": "^5.1.1"
"safe-buffer": "^5.1.1",
"js-yaml": "^3.13.0"
},
"devDependencies": {
"@types/chai": "^4.0.4",
Expand All @@ -39,10 +39,10 @@
"@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"
"mocha": "^5.2.0",
"proxyquire-2": "^1.0.7",
"typescript": "~2.6.2"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 9107006

Please sign in to comment.