Skip to content

Commit

Permalink
v2.4.0 (#276)
Browse files Browse the repository at this point in the history
Update SUSHI dependency to 3.12.1. Update other dependencies based on
notifications from `npm audit`. Bump version to prepare for upcoming
release.
  • Loading branch information
mint-thompson authored Nov 20, 2024
1 parent e6b0082 commit 6b734e4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 43 deletions.
70 changes: 29 additions & 41 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,6 +1,6 @@
{
"name": "gofsh",
"version": "2.3.1",
"version": "2.4.0",
"description": "GoFSH is a FHIR Shorthand (FSH) decompiler, able to convert formal FHIR definitions from JSON to FSH.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"fhir-package-loader": "^1.0.0",
"flat": "^5.0.2",
"fs-extra": "^11.2.0",
"fsh-sushi": "^3.12.0",
"fsh-sushi": "^3.12.1",
"ini": "^5.0.0",
"lodash": "^4.17.21",
"readline-sync": "^1.4.10",
Expand Down

0 comments on commit 6b734e4

Please sign in to comment.