From 74acbf7cdb59cf859851bc4a5c2b23bc47126e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 12:20:45 +0000 Subject: [PATCH] chore(deps): bump posthog-js from 1.372.5 to 1.372.10 in /frontend Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.372.5 to 1.372.10. - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.372.5...posthog-js@1.372.10) --- updated-dependencies: - dependency-name: posthog-js dependency-version: 1.372.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 26 +++++++++++++------------- frontend/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fca1f66..57d49cd 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,7 @@ "@dnd-kit/utilities": "^3.2.2", "framer-motion": "^12.35.1", "lucide-react": "^0.563.0", - "posthog-js": "^1.372.5", + "posthog-js": "^1.372.10", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.0" @@ -1278,18 +1278,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.27.9", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.27.9.tgz", - "integrity": "sha512-7FFWWYWvRFxQqDXYzv8klCjk0Pox1IpuPr61eeOCBsKkmt6xvvHwH0jc3ObvwDXZj2NSAWg+V9N2E2F1ul2CRQ==", + "version": "1.28.4", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.28.4.tgz", + "integrity": "sha512-wmtUYHYqA3zIAKDKvYWRNWAQsWOIBwxV08e+bWzVy0wQQzpaS/LzzRupXWRMRrLOk+1x3JKFxbqA3n0QGvpqsQ==", "license": "MIT", "dependencies": { - "@posthog/types": "1.372.5" + "@posthog/types": "1.372.10" } }, "node_modules/@posthog/types": { - "version": "1.372.5", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.372.5.tgz", - "integrity": "sha512-6sYOISiHjfr50FNlFcd8Zw/zCDJzxRCdC7aZzwTCvJABEOLWf41kcsiozi2c3q1cNXYL018X7DAGkUukrNLVIw==", + "version": "1.372.10", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.372.10.tgz", + "integrity": "sha512-KuT3vLu3LSFsNWCwasS4gqjH/ysAyIUcB/aJSmKyNhDd/85hAznHRz1eSSl0sMvtsDTYiQIq0I0ybduVbrpPew==", "license": "MIT" }, "node_modules/@protobufjs/aspromise": { @@ -3918,9 +3918,9 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.372.5", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.372.5.tgz", - "integrity": "sha512-0Wq4yRTX8rg2/SOTo3T/0tt2EIE0usBDJKxWPY6eRTGxWAajNmPWZwK4vREn2ANZGdPhUHQ+hg4kLEUdQnzs/Q==", + "version": "1.372.10", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.372.10.tgz", + "integrity": "sha512-ZQslIenDM8UpwKhmeeEnJ+t2nXr8mOIjCG+Ej3DCJnTBk9NX9Sr5RMuwHeGG8UJitwvtGOADyiY7DignOXaZwg==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@opentelemetry/api": "^1.9.0", @@ -3928,8 +3928,8 @@ "@opentelemetry/exporter-logs-otlp-http": "^0.208.0", "@opentelemetry/resources": "^2.2.0", "@opentelemetry/sdk-logs": "^0.208.0", - "@posthog/core": "1.27.9", - "@posthog/types": "1.372.5", + "@posthog/core": "1.28.4", + "@posthog/types": "1.372.10", "core-js": "^3.38.1", "dompurify": "^3.3.2", "fflate": "^0.4.8", diff --git a/frontend/package.json b/frontend/package.json index 8506e06..b4a188b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "@dnd-kit/utilities": "^3.2.2", "framer-motion": "^12.35.1", "lucide-react": "^0.563.0", - "posthog-js": "^1.372.5", + "posthog-js": "^1.372.10", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.0"