Skip to content

Commit 32a980a

Browse files
fix: update lodash version in package.json and types-requests version in requirements.txt
1 parent a9f181d commit 32a980a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/App/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"d3-color": "$d3-color",
7171
"nth-check": "$nth-check",
7272
"flatted": "^3.4.2",
73-
"lodash": ">=4.18.0",
73+
"lodash": "4.18.0",
7474
"node-forge": "^1.4.0",
7575
"react-scripts": {
7676
"picomatch": "^4.0.4"

src/api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pydantic[email]==2.11.10
88
# Azure SDK Core
99
azure-core==1.38.0
1010
requests==2.33.0
11-
types-requests==2.32.4.20260107
11+
types-requests==2.33.0.20260107
1212
aiohttp==3.13.4
1313

1414
# Azure Services

0 commit comments

Comments
 (0)