-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update xml2js and Bump to v2.1.4 (#41)
- Loading branch information
David Winters
authored
Apr 11, 2023
1 parent
b66a288
commit 46af928
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "cql-exec-fhir", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Provides a FHIR-based data source for use w/ CQL", | ||
"author": "Chris Moesel <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -22,7 +22,7 @@ | |
"prettier:fix": "prettier --write \"**/*.js\"" | ||
}, | ||
"dependencies": { | ||
"xml2js": "~0.4.23" | ||
"xml2js": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.17.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters