Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
borjapazr committed Oct 30, 2023
1 parent ae9b0aa commit 4ca4007
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 71 deletions.
5 changes: 3 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ LABEL maintainer="Borja Paz Rodríguez <borjapazr@gmail.com>" \
org.label-schema.version="2.7.1" \
org.label-schema.schema-version="1.0"

ARG WAIT_VERSION=2.12.1

RUN <<EOF
set -ex
apt-get update
Expand All @@ -28,8 +30,7 @@ npm cache clean --force
EOF

ENV NODE_ENV=production \
FORCE_COLOR=1 \
WAIT_VERSION=2.12.0
FORCE_COLOR=1

ADD https://github.com/ufoscout/docker-compose-wait/releases/download/${WAIT_VERSION}/wait /wait
RUN chmod +x /wait
Expand Down
125 changes: 62 additions & 63 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"multer": "1.4.5-lts.1",
"node-emoji": "^2.1.0",
"pino": "^8.16.1",
"pino-http": "^8.5.0",
"pino-http": "^8.5.1",
"pino-pretty": "^10.2.3",
"read-pkg": "5.2.0",
"reflect-metadata": "^0.1.13",
Expand All @@ -112,9 +112,9 @@
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@cspell/dict-bash": "^4.1.2",
"@cspell/dict-companies": "^3.0.26",
"@cspell/dict-companies": "^3.0.27",
"@cspell/dict-es-es": "^2.2.7",
"@cspell/dict-filetypes": "^3.0.1",
"@cspell/dict-filetypes": "^3.0.2",
"@cspell/dict-html": "^4.0.5",
"@cspell/dict-lorem-ipsum": "^4.0.0",
"@cspell/dict-node": "^4.0.3",
Expand All @@ -140,8 +140,8 @@
"@types/supertest": "^2.0.15",
"@types/swagger-schema-official": "^2.0.24",
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"commitizen": "^4.3.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
Expand All @@ -168,7 +168,7 @@
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sonarjs": "^0.21.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-yml": "^1.10.0",
"get-tsconfig": "^4.7.2",
Expand Down

0 comments on commit 4ca4007

Please sign in to comment.