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 Nov 21, 2023
1 parent cde8ff3 commit c94b26b
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 197 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.1.0
21.2.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.1.0-alpine as base
FROM node:21.2.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:21.1.0-alpine as application
FROM node:21.2.0-alpine as application

WORKDIR /app

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,33 @@
"cheerio": "1.0.0-rc.12",
"constant-case": "3.0.4",
"cron": "3.1.6",
"discord.js": "14.13.0",
"discord.js": "14.14.1",
"keyv": "4.5.4",
"open-graph-scraper": "6.3.2",
"param-case": "3.0.4",
"zod": "3.22.4"
},
"devDependencies": {
"@types/node": "20.9.0",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@types/node": "20.9.3",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"dotenv": "16.3.1",
"eslint": "8.53.0",
"eslint": "8.54.0",
"eslint-import-resolver-typescript": "3.6.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.23.0",
"eslint-plugin-unused-imports": "3.0.0",
"npm-run-all": "4.1.5",
"prettier": "3.0.3",
"prettier": "3.1.0",
"tsup": "7.2.0",
"type-fest": "4.7.1",
"typescript": "5.2.2",
"type-fest": "4.8.1",
"typescript": "5.3.2",
"vitest": "0.34.6"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].5",
"engines": {
"node": "21.1.0"
"node": "21.2.0"
}
}
Loading

0 comments on commit c94b26b

Please sign in to comment.