Skip to content

Commit

Permalink
fix(deps): update weekly minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 30244a5 commit 9f84843
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 68 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.2
- 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.0-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
117 changes: 58 additions & 59 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.7.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.3
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 9f84843

Please sign in to comment.