Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency and node (to v18) upgrades #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:erbium
FROM node:hydrogen-bullseye-slim

# install dependencies
ADD package.json yarn.lock /src/hearth/
Expand Down
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "hearth",
"version": "1.1.0",
"description": "Hearth, a home for FHIR. A fast FHIR-compliant server.",
"engines": {
"node": "18.19.x"
},
"scripts": {
"start": "node lib/server.js",
"stop": "pkill -SIGINT Hearth",
Expand All @@ -21,23 +24,23 @@
"licenses:generate": "license-checker --production --json --customPath license-format.json --relativeLicensePath --out licenses.json"
},
"dependencies": {
"async": "^2.6.1",
"async": "^2.6.4",
"atna-audit": "^1.0.1",
"body-parser": "^1.18.3",
"body-parser": "1.19.2",
"cors": "^2.8.1",
"express": "^4.16.3",
"express": "4.17.3",
"express-xml-bodyparser": "^0.3.0",
"fhir": "^3.3.1",
"jsonwebtoken": "^8.2.2",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"moment": "^2.29.4",
"mongodb": "3.5.4",
"mongodb-queue": "^3.1.0",
"nconf": "^0.11.3",
"nconf": "^0.11.4",
"request": "^2.87.0",
"stdio": "^0.2.7",
"talisman": "^1.1.4",
"urijs": "^1.19.2",
"urijs": "^1.19.11",
"uuid": "^3.3.3",
"winston": "^2.4.2"
},
Expand All @@ -48,7 +51,7 @@
"cross-env": "^5.1.6",
"faker": "^4.1.0",
"glossy": "^0.1.7",
"libxmljs": "^0.19.7",
"libxmljs": "0.19.8",
"license-checker": "^25.0.1",
"mustache": "^3.1.0",
"neo-async": "^2.5.1",
Expand All @@ -72,7 +75,7 @@
"resolutions": {
"lodash": "4.17.21",
"xmlbuilder": "9.0.7",
"libxmljs": "0.19.7",
"libxmljs": "0.19.8",
"tar": "4.4.19"
}
}
}
323 changes: 0 additions & 323 deletions test/audit-plugin.js

This file was deleted.

Loading