Skip to content

Commit d659f6f

Browse files
chore(deps): update all dependencies (#3)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68779e3 commit d659f6f

File tree

5 files changed

+101
-143
lines changed

5 files changed

+101
-143
lines changed

.github/workflows/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/setup-buildx-action@v2
3434

3535
- name: Login to Heroku
36-
uses: akhileshns/[email protected].13
36+
uses: akhileshns/[email protected].14
3737
with:
3838
heroku_api_key: ${{secrets.HEROKU_API_KEY}}
3939
heroku_app_name: ''

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.1.0
1+
20.2.0

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.1.0-alpine as base
1+
FROM node:20.2.0-alpine as base
22

33
WORKDIR /app
44

@@ -25,7 +25,7 @@ WORKDIR /app
2525

2626
RUN pnpm install --production --frozen-lockfile --offline
2727

28-
FROM node:20.1.0-alpine as application
28+
FROM node:20.2.0-alpine as application
2929

3030
WORKDIR /app
3131

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
"typecheck": "tsc --noEmit"
1313
},
1414
"dependencies": {
15-
"@keyv/redis": "2.5.6",
15+
"@keyv/redis": "2.5.8",
1616
"discord-api-types": "0.37.42",
1717
"discord.js": "14.11.0",
18-
"env-var": "7.3.0",
18+
"env-var": "7.3.1",
1919
"keyv": "4.5.2",
2020
"param-case": "3.0.4"
2121
},
2222
"devDependencies": {
23-
"@types/node": "20.1.7",
24-
"@typescript-eslint/eslint-plugin": "5.59.2",
25-
"@typescript-eslint/parser": "5.59.5",
23+
"@types/node": "20.2.0",
24+
"@typescript-eslint/eslint-plugin": "5.59.6",
25+
"@typescript-eslint/parser": "5.59.6",
2626
"dotenv": "16.0.3",
27-
"eslint": "8.39.0",
27+
"eslint": "8.40.0",
2828
"eslint-config-prettier": "8.8.0",
2929
"eslint-plugin-import": "2.27.5",
3030
"eslint-plugin-only-error": "1.0.2",
@@ -39,6 +39,6 @@
3939
},
4040
"packageManager": "[email protected]",
4141
"engines": {
42-
"node": "20.1.0"
42+
"node": "20.2.0"
4343
}
4444
}

0 commit comments

Comments
 (0)