build(deps): bump posthog-js from 1.372.6 to 1.378.1 in /site (#566)

Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.372.6 to 1.378.1.
- [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.6...posthog-js@1.378.1)

---
updated-dependencies:
- dependency-name: posthog-js
  dependency-version: 1.378.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-06-02 18:38:03 +02:00 committed by GitHub
parent 3a847e3d02
commit 63b80c8078
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 14 deletions

26
site/package-lock.json generated
View file

@ -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",

View file

@ -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"
},