From 130c757114541454b4b9821dabe1846b680cd24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 17:08:00 +0000 Subject: [PATCH] chore(deps): bump posthog-js from 1.364.5 to 1.372.6 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.364.5 to 1.372.6. - [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.364.5...posthog-js@1.372.6) --- updated-dependencies: - dependency-name: posthog-js dependency-version: 1.372.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 ++++++++++++++++------------- package.json | 2 +- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9832d497..d5f8bb60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "docusaurus-plugin-openapi-docs": "^4.3.5", "docusaurus-theme-openapi-docs": "^4.3.5", "imagemagick": "0.1.3", - "posthog-js": "^1.364.5", + "posthog-js": "^1.372.6", "prism-svelte": "0.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -5381,15 +5381,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.24.5", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.24.5.tgz", - "integrity": "sha512-umXx3kMjM+cTUTLDsdPFFU7aJa3uiH19EEoWKbE5QVME8WgVg7q1peMhK7y7n7xRmYJlA70eOrHQfWlzBQqeFQ==", - "license": "MIT" + "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.6" + } }, "node_modules/@posthog/types": { - "version": "1.364.5", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.364.5.tgz", - "integrity": "sha512-lekH0rJ5NVuX0vj9XlSrGshHaNHOBMBcn1dv4dVpI8HVnLrqmSvMidRfYPYL78d2tsCEjs7qWD7yri77GQvzSg==", + "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": { @@ -20989,9 +20992,9 @@ } }, "node_modules/posthog-js": { - "version": "1.364.5", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.364.5.tgz", - "integrity": "sha512-A3Tn6czaqygxUss5P7dseMZ+zoUrIdKSQAvAnHWvMqjnQr8hvUEKlkrdF/LDzA79mXoKZKoIGtujv3V/M3PphA==", + "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", @@ -20999,8 +21002,8 @@ "@opentelemetry/exporter-logs-otlp-http": "^0.208.0", "@opentelemetry/resources": "^2.2.0", "@opentelemetry/sdk-logs": "^0.208.0", - "@posthog/core": "1.24.5", - "@posthog/types": "1.364.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/package.json b/package.json index 6b120ad7..d25c7e89 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "docusaurus-plugin-openapi-docs": "^4.3.5", "docusaurus-theme-openapi-docs": "^4.3.5", "imagemagick": "0.1.3", - "posthog-js": "^1.364.5", + "posthog-js": "^1.372.6", "prism-svelte": "0.5.0", "react": "^18.2.0", "react-dom": "^18.2.0",