Skip to content

Commit 0165f33

Browse files
fixed security vulnerabilites
1 parent f457e56 commit 0165f33

4 files changed

Lines changed: 50 additions & 50 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/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4194,7 +4194,7 @@ axios@^1.1.3, axios@^1.7.5:
41944194
integrity sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==
41954195
dependencies:
41964196
follow-redirects "^1.15.6"
4197-
form-data "^4.0.0"
4197+
form-data "^4.0.4"
41984198
proxy-from-env "^1.1.0"
41994199

42004200
axobject-query@^4.1.0:
@@ -6238,19 +6238,19 @@ fork-ts-checker-webpack-plugin@^6.5.0:
62386238
semver "^7.3.2"
62396239
tapable "^1.0.0"
62406240

6241-
form-data@^3.0.0:
6242-
version "3.0.2"
6243-
resolved "https://registry.npmjs.org/form-data/-/form-data-3.0.2.tgz"
6244-
integrity sha512-sJe+TQb2vIaIyO783qN6BlMYWMw3WBOHA1Ay2qxsnjuafEOQFJ2JakedOQirT6D5XPRxDvS7AHYyem9fTpb4LQ==
6241+
form-data@^3.0.4:
6242+
version "3.0.4"
6243+
resolved "https://registry.npmjs.org/form-data/-/form-data-3.0.4.tgz"
6244+
integrity sha512-BBBgZSW6jhBJWGwF6/xNm8LJSvGNLHLKaXXdl8Eq4TCg0hZeRjA2MBL7Ooi1rj5f2d6nWd8lZFhSNXeqYI7rGA==
62456245
dependencies:
62466246
asynckit "^0.4.0"
62476247
combined-stream "^1.0.8"
62486248
mime-types "^2.1.12"
62496249

6250-
form-data@^4.0.0:
6251-
version "4.0.3"
6252-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.3.tgz#608b1b3f3e28be0fccf5901fc85fb3641e5cf0ae"
6253-
integrity sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==
6250+
form-data@^4.0.4:
6251+
version "4.0.4"
6252+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#f9b4fdf0fce2de5e24e20de0c62bbfc8c7c9ffaa"
6253+
integrity sha512-N3WJQrMPFP9L3MeTjVD0PsofFhDq/s3qQUbEqpQz3qTNT8ZBB4AhCQV6FBdUflWWh/zT7eRh4zFhUn4jIGjmfA==
62546254
dependencies:
62556255
asynckit "^0.4.0"
62566256
combined-stream "^1.0.8"
@@ -7727,7 +7727,7 @@ jsdom@^16.6.0:
77277727
decimal.js "^10.2.1"
77287728
domexception "^2.0.1"
77297729
escodegen "^2.0.0"
7730-
form-data "^3.0.0"
7730+
form-data "^3.0.4"
77317731
html-encoding-sniffer "^2.0.1"
77327732
http-proxy-agent "^4.0.1"
77337733
https-proxy-agent "^5.0.0"

0 commit comments

Comments
 (0)