diff --git a/site/package-lock.json b/site/package-lock.json index 600aec3..20641c6 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -16,7 +16,7 @@ "astro-icon": "^1.0.0", "js-yaml": "^4.1.0", "pagefind": "^1.5.2", - "posthog-js": "^1.372.6", + "posthog-js": "^1.378.1", "tailwindcss": "^4.2.4", "yaml": "^2.9.0" }, @@ -1606,18 +1606,18 @@ ] }, "node_modules/@posthog/core": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.28.0.tgz", - "integrity": "sha512-753giUMWuk602UtS101tDZuNcwiKkr+3UEhLgfOwHAk2W32n53knOxAjyWT0JwMq5/+0uSQ2y4uaZXQAxwvBSw==", + "version": "1.30.2", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.30.2.tgz", + "integrity": "sha512-d7RTpfi+/q5+SZ+4f1WhanfEtNBz9onMmUxn3BO0GDT8N5ZT4DEP3LqFisqeP+xkJTaFPWCOVA/nGyKmUX9y9g==", "license": "MIT", "dependencies": { - "@posthog/types": "1.372.6" + "@posthog/types": "1.378.1" } }, "node_modules/@posthog/types": { - "version": "1.372.6", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.372.6.tgz", - "integrity": "sha512-sqI36LBvuo8xcYsXIlVa0q3IXJJjqtatM2LrXlyOM7kgHrldBwS4ldzaTXrTdpe/TiIl1b4ZHxtSHMzPig+DnQ==", + "version": "1.378.1", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.378.1.tgz", + "integrity": "sha512-bKOXVWySe5oKFjV6X9VW9jngIm14d4BvnT7l/Eb7e6DrT5uD+XclvbRdhC5f1/l5KwoIU+qswBobHRPlix2D1w==", "license": "MIT" }, "node_modules/@protobufjs/aspromise": { @@ -5380,9 +5380,9 @@ } }, "node_modules/posthog-js": { - "version": "1.372.6", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.372.6.tgz", - "integrity": "sha512-+Fy9fwWni5WDKQXiUBIzFvdmnZSR6OBxGC/4wj09JvvK5JE4dhI9ZlKO1+b887PowjeAx0sx1Tf+S1eAjDvzqg==", + "version": "1.378.1", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.378.1.tgz", + "integrity": "sha512-pr9hu7J9eKCWlDxGfn5jbqcaTvaS+quRVxMKo7XRiKHPtFpXoIStOctkRTMumz8LucgD4l5NVbtsaZDi6OrrLQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@opentelemetry/api": "^1.9.0", @@ -5390,8 +5390,8 @@ "@opentelemetry/exporter-logs-otlp-http": "^0.208.0", "@opentelemetry/resources": "^2.2.0", "@opentelemetry/sdk-logs": "^0.208.0", - "@posthog/core": "1.28.0", - "@posthog/types": "1.372.6", + "@posthog/core": "1.30.2", + "@posthog/types": "1.378.1", "core-js": "^3.38.1", "dompurify": "^3.3.2", "fflate": "^0.4.8", diff --git a/site/package.json b/site/package.json index 782a3f5..79e35e3 100644 --- a/site/package.json +++ b/site/package.json @@ -18,7 +18,7 @@ "astro-icon": "^1.0.0", "js-yaml": "^4.1.0", "pagefind": "^1.5.2", - "posthog-js": "^1.372.6", + "posthog-js": "^1.378.1", "tailwindcss": "^4.2.4", "yaml": "^2.9.0" },