Skip to content

Commit

Permalink
Merge pull request #26 from HL7/patch_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
plynchnlm authored Sep 30, 2019
2 parents 20c505d + 0179968 commit 94fbf86
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 54 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This log documents significant changes for each release. This project follows
[Semantic Versioning](http://semver.org/).

## [0.17.2] - 2019-09-30
### Fixed
- Updated packages for the demo to get patches for vulnerabilities.

## [0.17.1] - 2019-08-22
### Fixed
- Set the charset of the test pages to UTF-8, because fhirpath.min.js is UTF-8,
Expand Down
99 changes: 47 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "fhirpath",
"version": "0.17.1",
"version": "0.17.2",
"description": "A FHIRPath engine",
"main": "src/fhirpath.js",
"dependencies": {
"@lhncbc/ucum-lhc": "^2.6.2",
"@lhncbc/ucum-lhc": "^3.0.0",
"antlr4": "^4.7.1",
"commander": "^2.18.0",
"date-fns": "^1.30.1",
Expand Down

0 comments on commit 94fbf86

Please sign in to comment.