Skip to content

Commit 676e05f

Browse files
chore(deps): update all dependencies
1 parent 84e5ba9 commit 676e05f

File tree

5 files changed

+65
-65
lines changed

5 files changed

+65
-65
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.3.1
1+
20.4.0

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.3.1-alpine as base
1+
FROM node:20.4.0-alpine as base
22

33
WORKDIR /app
44

@@ -25,7 +25,7 @@ WORKDIR /app
2525

2626
RUN pnpm install --production --frozen-lockfile --offline
2727

28-
FROM node:20.3.1-alpine as application
28+
FROM node:20.4.0-alpine as application
2929

3030
WORKDIR /app
3131

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ volumes:
55

66
services:
77
redis:
8-
image: redis:7.0.11-alpine
8+
image: redis:7.0.12-alpine
99
ports:
1010
- '6379:6379'
1111
volumes:

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"param-case": "3.0.4"
2020
},
2121
"devDependencies": {
22-
"@types/node": "20.3.3",
23-
"@typescript-eslint/eslint-plugin": "5.61.0",
24-
"@typescript-eslint/parser": "5.61.0",
22+
"@types/node": "20.4.2",
23+
"@typescript-eslint/eslint-plugin": "5.62.1-alpha.0",
24+
"@typescript-eslint/parser": "5.62.1-alpha.0",
2525
"dotenv": "16.3.1",
2626
"eslint": "8.44.0",
2727
"eslint-config-prettier": "8.8.0",
@@ -33,11 +33,11 @@
3333
"eslint-plugin-unused-imports": "2.0.0",
3434
"prettier": "2.8.8",
3535
"tsup": "7.1.0",
36-
"type-fest": "3.12.0",
36+
"type-fest": "3.13.0",
3737
"typescript": "5.1.6"
3838
},
39-
"packageManager": "[email protected].6",
39+
"packageManager": "[email protected].7",
4040
"engines": {
41-
"node": "20.3.1"
41+
"node": "20.4.0"
4242
}
4343
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)