Skip to content

Commit 5b0f6b1

Browse files
committed
Fixed weird fhirpath versioning quirks
1 parent 1555d0e commit 5b0f6b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"license": "Apache-2.0",
2121
"dependencies": {
2222
"ajv": "^6.12.6",
23-
"antlr4": "^4.8.0",
23+
"antlr4": "4.8.0",
2424
"axios": "^0.19.0",
2525
"commander": "^6.2.0",
2626
"csv-parse": "^4.8.8",
2727
"fhir-crud-client": "^1.2.1",
28-
"fhirpath": "^2.1.5",
28+
"fhirpath": "2.1.5",
2929
"lodash": "^4.17.19",
3030
"moment": "^2.26.0",
3131
"nodemailer": "^6.4.14",

0 commit comments

Comments
 (0)