From 41dec3ec48fe80fe694defb497f791359916cb15 Mon Sep 17 00:00:00 2001 From: Nimish <85357445+nimish-ks@users.noreply.github.com> Date: Fri, 1 Dec 2023 14:34:35 +0530 Subject: [PATCH] Chore: bump dependencies (#132) * chore: bump posthog deps * chore: bumped cryptography 41.0.6 to address openssl PKCS7 --- backend/requirements.txt | 2 +- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c3fe484f7..45bf662ec 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ certifi==2023.7.22 cffi==1.15.1 charset-normalizer==3.0.1 constantly==15.1.0 -cryptography==41.0.4 +cryptography==41.0.6 defusedxml==0.7.1 dj-rest-auth==3.0.0 Django==4.2.7 diff --git a/frontend/package.json b/frontend/package.json index 38d0ea506..0ec3e02c8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,7 @@ "next": "13.1.6", "next-auth": "^4.20.1", "npm": "^9.9.0", - "posthog-js": "^1.91.1", + "posthog-js": "^1.93.3", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.8.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index eb9c441ee..11e4f31f2 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -5919,10 +5919,10 @@ postcss@^8.0.9, postcss@^8.4.31: picocolors "^1.0.0" source-map-js "^1.0.2" -posthog-js@^1.91.1: - version "1.91.1" - resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.91.1.tgz#8e03f55960aa2ff7add52fb4f820474f72cb3923" - integrity sha512-Pj4mqCT8p4JdEXOwdZ1lNFU4W8a+Uv7zZs3FIBvvFnnXcMak8Fr8ns6RTTdWo3UQqZGD7iuarYcwTYI8E5UHdA== +posthog-js@^1.93.3: + version "1.93.3" + resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.93.3.tgz#6216b761d57885b1d0f31459d13c40d40d724b0d" + integrity sha512-jEOWwaQpTRbqLPrDLY6eZr7t95h+LyXqN7Yq1/K6u3V0Y1C9xHtYhpuGzYamirVnCDTbVq22RM++OBUaIpp9Wg== dependencies: fflate "^0.4.1"