aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-12-02 23:48:38 -0600
committerParker <contact@pkrm.dev>2024-12-02 23:48:38 -0600
commit2ef7bbaf23af0c3c44d5228750bf7921d44907e2 (patch)
treeb0d9923f2b29522f6eecf71181fdf3cd06f617ba
parent8ceb2bbafb77d1cb00f8785133093cc8d9bc74ad (diff)
parent70408ccb02c0ccecf7f03fef96f3b682f4d1247a (diff)
Merge branch 'main' of https://github.com/packetparker/linklogger
-rw-r--r--app/yarn.lock6
-rw-r--r--requirements.txt2
2 files changed, 4 insertions, 4 deletions
diff --git a/app/yarn.lock b/app/yarn.lock
index 877a784..c4b12e8 100644
--- a/app/yarn.lock
+++ b/app/yarn.lock
@@ -335,9 +335,9 @@
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
"@eslint/plugin-kit@^0.2.0":
- version "0.2.2"
- resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.2.tgz#5eff371953bc13e3f4d88150e2c53959f64f74f6"
- integrity sha512-CXtq5nR4Su+2I47WPOlWud98Y5Lv8Kyxp2ukhgFx/eW6Blm18VXJO5WuQylPugRo8nbluoi6GvvxBLqHcvqUUw==
+ version "0.2.3"
+ resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.2.3.tgz#812980a6a41ecf3a8341719f92a6d1e784a2e0e8"
+ integrity sha512-2b/g5hRmpbb1o4GnTZax9N9m0FXzz9OV42ZzI4rDDMDuHUqigAiQCEWChBWCY4ztAGVRjoWT19v0yMmc5/L5kA==
dependencies:
levn "^0.4.1"
diff --git a/requirements.txt b/requirements.txt
index 7600143..0101270 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
uvicorn==0.30.1
PyJWT==2.9.0
-python-multipart==0.0.17
+python-multipart==0.0.18
jsonschema==4.23.0
PyYAML==6.0.2
colorlog==6.8.2