Skip to content

Commit df200bb

Browse files
renovate[bot]chgl
andauthored
fix(deps): update all non-major dependencies (#101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: chgl <chgl@users.noreply.github.com>
1 parent 3f2fbba commit df200bb

3 files changed

Lines changed: 68 additions & 46 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/node:22.14.0-slim@sha256:1c18d9ab3af4585870b92e4dbc5cac5a0dc77dd13df1a5905cea89fc720eb05b AS build
1+
FROM docker.io/library/node:22.16.0-slim@sha256:2f3571619daafc6b53232ebf2fcc0817c1e64795e92de317c1684a915d13f1a5 AS build
22
WORKDIR /opt/loinc-conversion
33
ENV NODE_ENV=production \
44
NO_UPDATE_NOTIFIER=true

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
"description": "Harmonizes LOINC codes and units.",
55
"main": "src/server.js",
66
"dependencies": {
7-
"@lhncbc/ucum-lhc": "7.1.2",
7+
"@lhncbc/ucum-lhc": "7.1.3",
88
"csv-parse": "5.6.0",
9-
"fastify": "5.3.2",
9+
"fastify": "5.3.3",
1010
"fastify-graceful-shutdown": "4.0.1",
1111
"fastify-metrics": "12.1.0",
1212
"http-status-codes": "2.3.0",
13-
"pino": "9.6.0"
13+
"pino": "9.7.0"
1414
},
1515
"devDependencies": {
1616
"chai": "4.5.0",
1717
"chai-http": "4.4.0",
18-
"eslint": "9.25.1",
19-
"eslint-config-prettier": "10.1.2",
18+
"eslint": "9.27.0",
19+
"eslint-config-prettier": "10.1.5",
2020
"jest": "29.7.0",
2121
"wait-on": "8.0.3"
2222
},

0 commit comments

Comments
 (0)