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 Oct 28, 2023
1 parent 16dff61 commit 3a1077e
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 219 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.8.1
20.9.0
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.1-alpine as base
FROM node:20.9.0-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.1-alpine as application
FROM node:20.9.0-alpine as application

WORKDIR /app

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,34 @@
"@keyv/redis": "2.8.0",
"cheerio": "1.0.0-rc.12",
"constant-case": "3.0.4",
"cron": "3.1.3",
"cron": "3.1.5",
"discord.js": "14.13.0",
"keyv": "4.5.4",
"open-graph-scraper": "6.3.2",
"param-case": "3.0.4",
"zod": "3.22.4"
},
"devDependencies": {
"@types/node": "20.8.7",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@types/node": "20.8.9",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"dotenv": "16.3.1",
"eslint": "8.52.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-only-error": "1.0.2",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-sonarjs": "0.21.0",
"eslint-plugin-unused-imports": "3.0.0",
"npm-run-all": "4.1.5",
"prettier": "3.0.3",
"tsup": "7.2.0",
"type-fest": "4.5.0",
"type-fest": "4.6.0",
"typescript": "5.2.2",
"vitest": "0.34.6"
},
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.10.0",
"engines": {
"node": "20.8.1"
"node": "20.9.0"
}
}
Loading

0 comments on commit 3a1077e

Please sign in to comment.