Skip to content

Commit

Permalink
chore(deps): update all dependencies (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent 8032141 commit f2a4eaf
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.8.0
20.8.1
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.8.0-alpine as base
FROM node:20.8.1-alpine as base

WORKDIR /app

Expand Down Expand Up @@ -28,7 +28,7 @@ RUN pnpm prune --prod && \
pnpm install --production --frozen-lockfile --offline && \
pnpm store prune

FROM node:20.8.0-alpine as application
FROM node:20.8.1-alpine as application

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ volumes:

services:
redis:
image: redis:7.2.1-alpine
image: redis:7.2.2-alpine
ports:
- '6379:6379'
volumes:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"@keyv/redis": "2.8.0",
"cheerio": "1.0.0-rc.12",
"constant-case": "3.0.4",
"cron": "3.1.1",
"cron": "3.1.3",
"discord.js": "14.13.0",
"keyv": "4.5.4",
"open-graph-scraper": "6.3.0",
"param-case": "3.0.4",
"zod": "3.22.4"
},
"devDependencies": {
"@types/node": "20.8.3",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@types/node": "20.8.7",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"dotenv": "16.3.1",
"eslint": "8.51.0",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -40,12 +40,12 @@
"npm-run-all": "4.1.5",
"prettier": "3.0.3",
"tsup": "7.2.0",
"type-fest": "4.4.0",
"type-fest": "4.5.0",
"typescript": "5.2.2",
"vitest": "0.34.6"
},
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.9.2",
"engines": {
"node": "20.8.0"
"node": "20.8.1"
}
}
Loading

0 comments on commit f2a4eaf

Please sign in to comment.