Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent 09c7ec7 commit 2c341fb
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 57 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.4@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
FROM docker.io/library/node:20.9.0-slim@sha256:da981564279232f7962576d79d01832cc12f8270e8ddd05bb3077af8061a50ca AS build
# syntax=docker/dockerfile:1.6@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
FROM docker.io/library/node:20.11.0-slim@sha256:2f451571a2e424b7aed654ca404331bf1ebf1ae3b4794bef0618d123d7a670e4 AS build
WORKDIR /opt/loinc-conversion
ENV NODE_ENV=production \
NO_UPDATE_NOTIFIER=true
Expand Down
104 changes: 57 additions & 47 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"main": "src/server.js",
"dependencies": {
"@lhncbc/ucum-lhc": "5.0.0",
"csv-parse": "5.5.2",
"fastify": "4.24.3",
"csv-parse": "5.5.3",
"fastify": "4.25.2",
"fastify-graceful-shutdown": "3.5.1",
"fastify-metrics": "10.3.3",
"fastify-metrics": "10.5.0",
"http-status-codes": "2.3.0",
"pino": "8.16.1"
"pino": "8.17.2"
},
"devDependencies": {
"chai": "4.3.10",
"chai": "4.4.0",
"chai-http": "4.4.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-semistandard": "17.0.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-promise": "6.1.1",
"jest": "29.7.0",
Expand Down

0 comments on commit 2c341fb

Please sign in to comment.