Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 460bff3

Browse files
authoredMar 24, 2025··
fix(deps): update weekly patch updates
1 parent 88894ac commit 460bff3

File tree

5 files changed

+2117
-640
lines changed

5 files changed

+2117
-640
lines changed
 

‎client/package-lock.json

+2,083-611
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎debugger/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ python-socketio==5.8.0
77
six==1.16.0
88
pygdbmi==0.11.0.0
99
pycparser==2.21
10-
requests==2.32.2
10+
requests==2.32.3
1111
websocket-client==1.6.2
1212
charset-normalizer==3.2
1313
idna==3.4

‎debugger2/Dockerfile.prod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from python:3.13.1-bookworm
1+
from python:3.13.2-bookworm
22

33
workdir /app
44

‎debugger2/requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ h11==0.14.0
44
iniconfig==2.0.0
55
packaging==24.2
66
pluggy==1.5.0
7-
pytest==8.3.4
8-
pytest-asyncio==0.25.0
9-
python-engineio==4.11.1
10-
python-socketio==5.12.0
7+
pytest==8.3.5
8+
pytest-asyncio==0.25.3
9+
python-engineio==4.11.2
10+
python-socketio==5.12.1
1111
simple-websocket==1.1.0
1212
uvicorn==0.34.0
1313
wsproto==1.2.0

‎server/package-lock.json

+28-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.