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 Jul 7, 2024
1 parent 49a209a commit 2c60a39
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.3.0
22.4.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.4.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.4.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 @@ -22,30 +22,30 @@
"discord.js": "14.15.3",
"keyv": "4.5.4",
"nanoid": "5.0.7",
"open-graph-scraper": "6.5.2",
"open-graph-scraper": "6.6.2",
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"@types/node": "20.14.10",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-only-error": "1.0.2",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sonarjs": "1.0.3",
"eslint-plugin-unused-imports": "3.2.0",
"npm-run-all2": "6.2.0",
"npm-run-all2": "6.2.2",
"prettier": "3.3.2",
"tsup": "8.1.0",
"type-fest": "4.20.0",
"typescript": "5.4.5",
"type-fest": "4.21.0",
"typescript": "5.5.3",
"vitest": "1.6.0"
},
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.5.0",
"engines": {
"node": "22.3.0"
"node": "22.4.0"
}
}
Loading

0 comments on commit 2c60a39

Please sign in to comment.