Skip to content

Commit

Permalink
fix(deps): update dependencies (renov): all minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent 95152aa commit 0a55e81
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Adding Issue Label
runs-on: ubuntu-latest
steps:
- uses: Renato66/auto-label@v2.3.0
- uses: Renato66/auto-label@v2.4.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-comments: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
ports:
- 27017:27017
redis:
image: redis:6.0
image: redis:6.2
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
node-version: [22.x]
services:
redis:
image: redis:6.0
image: redis:6.2
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
echo "::add-mask::$secret"
- name: Execute remote ssh commands
uses: appleboy/ssh-action@v1.0.3
uses: appleboy/ssh-action@v1.2.0
env:
INPUT_RECAPTCHA_SECRET_KEY: ${{ secrets.API_DEMO_RECAPTCHA_SECRET_KEY }}
INPUT_MAIL_USERNAME: ${{ secrets.API_DEMO_MAIL_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.7.0
22.11.0
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Install Dependencies
FROM node:20.10.0 AS builder
FROM node:20.18.1 AS builder

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- REDIS_PORT=6379

caddy:
image: caddy/caddy:2.2.1-alpine
image: caddy/caddy:2.8.4-alpine
container_name: caddy-service
restart: unless-stopped
ports:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-tsdoc": "^0.4.0",
"get-graphql-schema": "^2.1.2",
"globals": "^15.12.0",
"graphql-markdown": "^7.3.0",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black==24.3.0
black==24.10.0
pydocstyle==6.3.0
pylint==2.15.10
pylint==2.17.7
pymongo==4.3.3
getpass4==0.0.14.1
python-dotenv==0.21.1

0 comments on commit 0a55e81

Please sign in to comment.