Skip to content

Commit

Permalink
Chore: bump dependencies (#132)
Browse files Browse the repository at this point in the history
* chore: bump posthog deps

* chore: bumped cryptography 41.0.6 to address openssl PKCS7
  • Loading branch information
nimish-ks authored Dec 1, 2023
1 parent 6dad48c commit 41dec3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 41dec3e

Please sign in to comment.