Skip to content

Commit 4ca4007

Browse files
committed
chore(deps): update dependencies
1 parent ae9b0aa commit 4ca4007

File tree

3 files changed

+71
-71
lines changed

3 files changed

+71
-71
lines changed

docker/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ LABEL maintainer="Borja Paz Rodríguez <borjapazr@gmail.com>" \
1515
org.label-schema.version="2.7.1" \
1616
org.label-schema.schema-version="1.0"
1717

18+
ARG WAIT_VERSION=2.12.1
19+
1820
RUN <<EOF
1921
set -ex
2022
apt-get update
@@ -28,8 +30,7 @@ npm cache clean --force
2830
EOF
2931

3032
ENV NODE_ENV=production \
31-
FORCE_COLOR=1 \
32-
WAIT_VERSION=2.12.0
33+
FORCE_COLOR=1
3334

3435
ADD https://github.com/ufoscout/docker-compose-wait/releases/download/${WAIT_VERSION}/wait /wait
3536
RUN chmod +x /wait

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"multer": "1.4.5-lts.1",
101101
"node-emoji": "^2.1.0",
102102
"pino": "^8.16.1",
103-
"pino-http": "^8.5.0",
103+
"pino-http": "^8.5.1",
104104
"pino-pretty": "^10.2.3",
105105
"read-pkg": "5.2.0",
106106
"reflect-metadata": "^0.1.13",
@@ -112,9 +112,9 @@
112112
"@commitlint/cli": "^18.2.0",
113113
"@commitlint/config-conventional": "^18.1.0",
114114
"@cspell/dict-bash": "^4.1.2",
115-
"@cspell/dict-companies": "^3.0.26",
115+
"@cspell/dict-companies": "^3.0.27",
116116
"@cspell/dict-es-es": "^2.2.7",
117-
"@cspell/dict-filetypes": "^3.0.1",
117+
"@cspell/dict-filetypes": "^3.0.2",
118118
"@cspell/dict-html": "^4.0.5",
119119
"@cspell/dict-lorem-ipsum": "^4.0.0",
120120
"@cspell/dict-node": "^4.0.3",
@@ -140,8 +140,8 @@
140140
"@types/supertest": "^2.0.15",
141141
"@types/swagger-schema-official": "^2.0.24",
142142
"@types/uuid": "^9.0.6",
143-
"@typescript-eslint/eslint-plugin": "^6.9.0",
144-
"@typescript-eslint/parser": "^6.9.0",
143+
"@typescript-eslint/eslint-plugin": "^6.9.1",
144+
"@typescript-eslint/parser": "^6.9.1",
145145
"commitizen": "^4.3.0",
146146
"copyfiles": "^2.4.1",
147147
"cross-env": "^7.0.3",
@@ -168,7 +168,7 @@
168168
"eslint-plugin-security": "^1.7.1",
169169
"eslint-plugin-simple-import-sort": "^10.0.0",
170170
"eslint-plugin-sonarjs": "^0.21.0",
171-
"eslint-plugin-unicorn": "^48.0.1",
171+
"eslint-plugin-unicorn": "^49.0.0",
172172
"eslint-plugin-unused-imports": "^3.0.0",
173173
"eslint-plugin-yml": "^1.10.0",
174174
"get-tsconfig": "^4.7.2",

0 commit comments

Comments
 (0)