Skip to content

Commit 4ef04e7

Browse files
Merge pull request #260 from Kanchan-Microsoft/main
chore: fixed security vulnerabilities
2 parents 1f8083f + c802a94 commit 4ef04e7

5 files changed

Lines changed: 3149 additions & 3255 deletions

File tree

src/ContentProcessorAPI/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ dependencies = [
1717
"pygments>=2.19.1",
1818
"pymongo>=4.11.1",
1919
"python-dotenv>=1.0.1",
20-
"uvicorn[standard]>=0.34.0",
20+
"uvicorn[standard]>=0.34.0",
21+
"h11==0.16.0",
2122
]
2223

2324
[dependency-groups]

src/ContentProcessorAPI/requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,8 @@ filelock==3.17.0 \
174174
--hash=sha256:533dc2f7ba78dc2f0f531fc6c4940addf7b70a481e269a5a3b93be94ffbe8338 \
175175
--hash=sha256:ee4e77401ef576ebb38cd7f13b9b28893194acc20a8e68e18730ba9c0e54660e
176176
# via virtualenv
177-
h11==0.14.0 \
178-
--hash=sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d \
179-
--hash=sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761
177+
h11==0.16.0 \
178+
--hash=sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86
180179
# via
181180
# httpcore
182181
# uvicorn

src/ContentProcessorWeb/package-lock.json

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

src/ContentProcessorWeb/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"react-tiff": "^0.0.14",
6666
"sass": "^1.89.2",
6767
"sass-loader": "^16.0.5",
68-
"typescript": "^5.8.3",
69-
"typescript-eslint": "^8.35.1"
68+
"typescript": "^4.9.5",
69+
"typescript-eslint": "^8.43.0"
7070
},
7171
"compilerOptions": {
7272
"typeRoots": [
@@ -79,9 +79,10 @@
7979
"src/**/*.tsx",
8080
"src/**/*.d.ts"
8181
],
82-
"resolutions": {
82+
"resolutions": {
8383
"postcss": "^8.5.1",
8484
"nth-check": "^2.1.1",
85-
"string_decoder": "^1.3.0"
85+
"string_decoder": "^1.3.0",
86+
"typescript": "^4.9.5"
8687
}
8788
}

0 commit comments

Comments
 (0)