Skip to content

Commit

Permalink
chore(deps): update weekly minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 60ab2a2 commit 4f2583f
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
ref: migration
- name: Install yq
uses: mikefarah/yq@v4.35.1
uses: mikefarah/yq@v4.44.3
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion client/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN npm run build

# ===== Stage 2: Setting up NGINX =====

FROM nginx:1.25.2-alpine
FROM nginx:1.27.1-alpine

# From stage 1, copy the build files into the default directory that NGINX serves files from.
# The project will serve requests inbound at port 80 in the container
Expand Down
22 changes: 12 additions & 10 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"prettier": "^3.0.0",
"typescript": "^5.0.0",
"vite": "^4.0.0",
"vite-plugin-checker": "^0.6.0",
"vite-plugin-checker": "^0.8.0",
"vite-tsconfig-paths": "^4.0.0"
},
"overrides": {
Expand Down
12 changes: 6 additions & 6 deletions debugger/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
bidict==0.22.1
bidict==0.23.1
dnspython==2.4.2
eventlet==0.33.3
greenlet==2.0.2
python-engineio==4.6.0
python-socketio==5.8.0
python-engineio==4.9.1
python-socketio==5.11.4
six==1.16.0
pygdbmi==0.11.0.0
pycparser==2.21
pycparser==2.22
requests==2.31.0
websocket-client==1.6.2
charset-normalizer==3.2
websocket-client==1.8.0
charset-normalizer==3.3.2
idna==3.4
urllib3==2.0.4
certifi==2023.7.22

0 comments on commit 4f2583f

Please sign in to comment.