Skip to content

Commit d6908fa

Browse files
fix(deps): update dependencies (renov): all minor updates
1 parent 039b0f1 commit d6908fa

File tree

9 files changed

+1662
-1834
lines changed

9 files changed

+1662
-1834
lines changed

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Adding Issue Label
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: Renato66/auto-label@v2.3.0
21+
- uses: Renato66/auto-label@v2.4.0
2222
with:
2323
repo-token: ${{ secrets.GITHUB_TOKEN }}
2424
ignore-comments: true

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
ports:
196196
- 27017:27017
197197
redis:
198-
image: redis:6.0
198+
image: redis:6.2
199199
options: >-
200200
--health-cmd "redis-cli ping"
201201
--health-interval 10s

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version: [22.x]
3535
services:
3636
redis:
37-
image: redis:6.0
37+
image: redis:6.2
3838
options: >-
3939
--health-cmd "redis-cli ping"
4040
--health-interval 10s
@@ -112,7 +112,7 @@ jobs:
112112
echo "::add-mask::$secret"
113113
114114
- name: Execute remote ssh commands
115-
uses: appleboy/ssh-action@v1.0.3
115+
uses: appleboy/ssh-action@v1.2.0
116116
env:
117117
INPUT_RECAPTCHA_SECRET_KEY: ${{ secrets.API_DEMO_RECAPTCHA_SECRET_KEY }}
118118
INPUT_MAIL_USERNAME: ${{ secrets.API_DEMO_MAIL_USERNAME }}

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.7.0
1+
22.12.0

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Install Dependencies
2-
FROM node:20.10.0 AS builder
2+
FROM node:20.18.1 AS builder
33

44
WORKDIR /usr/src/app
55

docker-compose.dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
- REDIS_PORT=6379
5151

5252
caddy:
53-
image: caddy/caddy:2.2.1-alpine
53+
image: caddy/caddy:2.8.4-alpine
5454
container_name: caddy-service
5555
restart: unless-stopped
5656
ports:

package-lock.json

Lines changed: 1652 additions & 1824 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"eslint": "^9.10.0",
141141
"eslint-config-prettier": "^9.1.0",
142142
"eslint-plugin-import": "^2.31.0",
143-
"eslint-plugin-tsdoc": "^0.3.0",
143+
"eslint-plugin-tsdoc": "^0.4.0",
144144
"get-graphql-schema": "^2.1.2",
145145
"globals": "^15.12.0",
146146
"graphql-markdown": "^7.3.0",

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
black==24.3.0
1+
black==24.10.0
22
pydocstyle==6.3.0
3-
pylint==2.15.10
3+
pylint==2.17.7
44
pymongo==4.3.3
55
getpass4==0.0.14.1
66
python-dotenv==0.21.1

0 commit comments

Comments
 (0)