Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

[skip ci]
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent 7ebaa74 commit bf899a5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.6@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
FROM docker.io/library/node:21.7.1-slim@sha256:ab9d8781cb3fe8b6429d68c6ce19512a4ff526a6688240249ca15069b8124626 AS build
# syntax=docker/dockerfile:1.7@sha256:dbbd5e059e8a07ff7ea6233b213b36aa516b4c53c645f1817a4dd18b83cbea56
FROM docker.io/library/node:21.7.2-slim@sha256:cce6eb16a48b952bf2277c41c9673ae63f6e9d52a1e6b376759b83b26382cbbe AS build
WORKDIR /opt/loinc-conversion
ENV NODE_ENV=production \
NO_UPDATE_NOTIFIER=true
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"dependencies": {
"@lhncbc/ucum-lhc": "5.0.3",
"csv-parse": "5.5.5",
"fastify": "4.26.1",
"fastify-graceful-shutdown": "3.5.1",
"fastify": "4.26.2",
"fastify-graceful-shutdown": "3.5.3",
"fastify-metrics": "11.0.0",
"http-status-codes": "2.3.0",
"pino": "8.19.0"
"pino": "8.20.0"
},
"devDependencies": {
"chai": "4.4.1",
Expand Down

0 comments on commit bf899a5

Please sign in to comment.