Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 8ade507 commit 55f08ff
Show file tree
Hide file tree
Showing 5 changed files with 1,627 additions and 667 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.3.0
22.12.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.3.0-alpine as base
FROM node:22.12.0-alpine as base

WORKDIR /app

Expand Down Expand Up @@ -29,7 +29,7 @@ RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store/v3 \
pnpm prune --prod && \
pnpm install --production --frozen-lockfile --offline

FROM node:22.3.0-alpine as application
FROM node:22.12.0-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.5-alpine
image: redis:7.4.1-alpine
ports:
- '6379:6379'
volumes:
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,36 @@
"dependencies": {
"@keyv/redis": "2.8.5",
"change-case": "5.4.4",
"cheerio": "1.0.0-rc.12",
"cron": "3.1.7",
"discord.js": "14.15.3",
"cheerio": "1.0.0",
"cron": "3.2.1",
"discord.js": "14.16.3",
"ioredis": "5.4.1",
"keyv": "4.5.4",
"nanoid": "5.0.7",
"open-graph-scraper": "6.5.2",
"nanoid": "5.0.9",
"open-graph-scraper": "6.8.3",
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"@types/node": "20.17.9",
"@typescript-eslint/eslint-plugin": "7.18.1-alpha.3",
"@typescript-eslint/parser": "7.18.1-alpha.3",
"dotenv": "16.4.7",
"eslint": "8.57.1",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-only-error": "1.0.2",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-sonarjs": "1.0.3",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sonarjs": "1.0.4",
"eslint-plugin-unused-imports": "3.2.0",
"npm-run-all2": "6.2.0",
"prettier": "3.3.2",
"tsup": "8.1.0",
"type-fest": "4.20.0",
"typescript": "5.4.5",
"npm-run-all2": "6.2.6",
"prettier": "3.4.2",
"tsup": "8.3.5",
"type-fest": "4.30.0",
"typescript": "5.7.2",
"vitest": "1.6.0"
},
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.15.0",
"engines": {
"node": "22.3.0"
"node": "22.12.0"
}
}
Loading

0 comments on commit 55f08ff

Please sign in to comment.