diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fca1f66..a14334a 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.6", "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.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.28.0.tgz", + "integrity": "sha512-753giUMWuk602UtS101tDZuNcwiKkr+3UEhLgfOwHAk2W32n53knOxAjyWT0JwMq5/+0uSQ2y4uaZXQAxwvBSw==", "license": "MIT", "dependencies": { - "@posthog/types": "1.372.5" + "@posthog/types": "1.372.6" } }, "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.6", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.372.6.tgz", + "integrity": "sha512-sqI36LBvuo8xcYsXIlVa0q3IXJJjqtatM2LrXlyOM7kgHrldBwS4ldzaTXrTdpe/TiIl1b4ZHxtSHMzPig+DnQ==", "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.6", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.372.6.tgz", + "integrity": "sha512-+Fy9fwWni5WDKQXiUBIzFvdmnZSR6OBxGC/4wj09JvvK5JE4dhI9ZlKO1+b887PowjeAx0sx1Tf+S1eAjDvzqg==", "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.0", + "@posthog/types": "1.372.6", "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..35855a0 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.6", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.0"