Skip to content

Commit c2c6210

Browse files
raphael-intuglesujayintugle
authored andcommitted
security patch
1 parent 5a8cc9b commit c2c6210

4 files changed

Lines changed: 516 additions & 363 deletions

File tree

docsite/package-lock.json

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

docsite/package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,25 @@
3131
"typescript": "~5.6.2"
3232
},
3333
"overrides": {
34-
"svgo": "^3.3.3",
34+
"svgo": "^3.3.4",
3535
"serialize-javascript": "^7.0.5",
3636
"node-forge": "^1.4.0",
37-
"brace-expansion": "^1.1.13",
37+
"brace-expansion": "^1.1.18",
3838
"path-to-regexp": "^0.1.13",
3939
"picomatch": "^4.0.0",
4040
"minimatch": "^3.1.4",
4141
"ajv": "^8.18.0",
4242
"qs": "^6.14.2",
4343
"webpack": "^5.104.1",
44-
"uuid": "^11.1.1"
44+
"uuid": "^11.1.1",
45+
"websocket-driver": "^0.7.5",
46+
"js-yaml": "^3.15.1",
47+
"shell-quote": "^1.9.0",
48+
"fast-uri": "^3.1.5",
49+
"nanoid": "^3.3.18",
50+
"postcss": "^8.5.23",
51+
"webpack-dev-server": "^5.2.6",
52+
"body-parser": "^1.20.6"
4553
},
4654
"browserslist": {
4755
"production": [

pyproject.toml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61.0"]
2+
requires = ["setuptools>=83.0.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -29,12 +29,12 @@ dependencies = [
2929
"langchain-openai>=1.0.0",
3030
"langgraph>=1.1.3,<2.0.0",
3131
"langgraph-checkpoint>=4.0.0",
32-
"nltk>=3.9.4",
32+
"nltk>=3.10.0",
3333
"numpy<=2.3.0",
3434
"asyncpg>=0.30.0",
3535
"fastapi[standard]>=0.138.0",
3636
"matplotlib>=3.10.5",
37-
"mcp[cli]>=1.12.4",
37+
"mcp[cli]>=1.28.1",
3838
"networkx>=3.4.2",
3939
"pandas>=2.2.2",
4040
"pyaml>=25.7.0",
@@ -51,23 +51,25 @@ dependencies = [
5151
"langchain[anthropic,google-genai,openai]>=1.3.10,<2.0.0",
5252
"qdrant-client>=1.15.1",
5353
"rich>=14.1.0",
54-
"aiohttp>=3.14.1",
54+
"aiohttp>=3.14.3",
5555
"aiofiles>=23.2.1",
5656
"tavily-python>=0.1.11",
57-
"pillow>=12.1.1",
58-
"cryptography>=49.0.0",
57+
"pillow>=12.3.0",
58+
"cryptography>=50.0.0",
5959
"filelock>=3.25.0",
6060
"PyJWT>=2.13.0",
6161
"orjson>=3.11.7",
6262
"tornado>=6.5.7",
6363
"protobuf>=6.33.0",
64-
"pyasn1>=0.6.3",
64+
"pyasn1>=0.6.4",
6565
"marshmallow>=3.26.2",
6666
"pygments>=2.20.0",
6767
"pyopenssl>=26.0.0",
6868
"langsmith>=0.9.0",
6969
"fonttools>=4.62.1",
7070
"requests>=2.33.0",
71+
"gitpython>=3.1.58",
72+
"h2>=4.4.1",
7173
]
7274

7375
[project.optional-dependencies]

0 commit comments

Comments
 (0)