diff --git a/package-lock.json b/package-lock.json index 62c7c7b7..48df34dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "libsodium-wrappers": "0.8.2", "mongoose": "9.3.1", "opusscript": "0.1.1", - "posthog-node": "5.28.3", + "posthog-node": "5.28.4", "tweetnacl": "1.0.3", "utf-8-validate": "6.0.6" }, @@ -468,9 +468,9 @@ } }, "node_modules/@posthog/core": { - "version": "1.23.4", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.23.4.tgz", - "integrity": "sha512-gSM1gnIuw5UOBUOTz0IhCTH8jOHoFr5rzSDb5m7fn9ofLHvz3boZT1L1f+bcuk+mvzNJfrJ3ByVQGKmUQnKQ8g==", + "version": "1.24.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.24.0.tgz", + "integrity": "sha512-Wkp9mgNfgdf6+G4C1VMKakm2RXKQFf4bb5/CPQRAjpqv9l6BY36zZrD1+X5Y2XIAzZqbMKRxsDu3V1r6uKu7/A==", "dependencies": { "cross-spawn": "^7.0.6" } @@ -5530,11 +5530,11 @@ } }, "node_modules/posthog-node": { - "version": "5.28.3", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.28.3.tgz", - "integrity": "sha512-kcnEgBW4o3oSqr+oHy54+w0o5Ww91bp6I3iEe7jvr6Nd7mAyWLbAMIILnSbDJpn2129WXhMCCbVP//VlfBtCNA==", + "version": "5.28.4", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.28.4.tgz", + "integrity": "sha512-j8JBDNuSwUWR0TBZNuCwNRHQ+OReVz1UwDYMDol+iqFTbYrIKZnyC05oyGtSBRGntrYBiaIWFbH9N3kZuxfVdg==", "dependencies": { - "@posthog/core": "1.23.4" + "@posthog/core": "1.24.0" }, "engines": { "node": "^20.20.0 || >=22.22.0" @@ -7600,9 +7600,9 @@ } }, "@posthog/core": { - "version": "1.23.4", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.23.4.tgz", - "integrity": "sha512-gSM1gnIuw5UOBUOTz0IhCTH8jOHoFr5rzSDb5m7fn9ofLHvz3boZT1L1f+bcuk+mvzNJfrJ3ByVQGKmUQnKQ8g==", + "version": "1.24.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.24.0.tgz", + "integrity": "sha512-Wkp9mgNfgdf6+G4C1VMKakm2RXKQFf4bb5/CPQRAjpqv9l6BY36zZrD1+X5Y2XIAzZqbMKRxsDu3V1r6uKu7/A==", "requires": { "cross-spawn": "^7.0.6" } @@ -11325,11 +11325,11 @@ "integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==" }, "posthog-node": { - "version": "5.28.3", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.28.3.tgz", - "integrity": "sha512-kcnEgBW4o3oSqr+oHy54+w0o5Ww91bp6I3iEe7jvr6Nd7mAyWLbAMIILnSbDJpn2129WXhMCCbVP//VlfBtCNA==", + "version": "5.28.4", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.28.4.tgz", + "integrity": "sha512-j8JBDNuSwUWR0TBZNuCwNRHQ+OReVz1UwDYMDol+iqFTbYrIKZnyC05oyGtSBRGntrYBiaIWFbH9N3kZuxfVdg==", "requires": { - "@posthog/core": "1.23.4" + "@posthog/core": "1.24.0" } }, "prelude-ls": { diff --git a/package.json b/package.json index fa22a47c..e1c903c9 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "libsodium-wrappers": "0.8.2", "mongoose": "9.3.1", "opusscript": "0.1.1", - "posthog-node": "5.28.3", + "posthog-node": "5.28.4", "tweetnacl": "1.0.3", "utf-8-validate": "6.0.6" },