roll posthog

This commit is contained in:
Enrico Ros
2026-04-06 13:59:41 -07:00
parent fcb3903b5f
commit eab3eee19f
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -44,7 +44,7 @@
"next": "~15.1.12",
"nprogress": "^0.2.0",
"pdfjs-dist": "5.4.54",
"posthog-js": "^1.364.6",
"posthog-js": "^1.364.7",
"posthog-node": "^5.28.11",
"prismjs": "^1.30.0",
"puppeteer-core": "^24.39.1",
@@ -3389,9 +3389,9 @@
}
},
"node_modules/@posthog/types": {
"version": "1.364.6",
"resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.364.6.tgz",
"integrity": "sha512-bgw5FBgxiS+aBql0UxZApNgdIdhxjRuKAs/qWUHoRSNnE8tOLVewB/Hb5mzBQCbyQVSVDAkmHEZAa7ePgtqfhw==",
"version": "1.364.7",
"resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.364.7.tgz",
"integrity": "sha512-Rg6q4wSu8krrn8f3Nv44kGXjor4qh5iG0typt2sB7/SYQFRSbXYE2C46+qDMcBYGxmRMsWBitBcZ9x94DQCnfA==",
"license": "MIT"
},
"node_modules/@posthog/webpack-plugin": {
@@ -10829,9 +10829,9 @@
}
},
"node_modules/posthog-js": {
"version": "1.364.6",
"resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.364.6.tgz",
"integrity": "sha512-igc1nGc7J3njFZyQBMMGbFgjz6zx/0wxumHNW/MizJgslLFvSmoH8nfNIi1JM6bX1QhuUa7KCTaTtzZADzG9lA==",
"version": "1.364.7",
"resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.364.7.tgz",
"integrity": "sha512-mjYUjim0PSNUjxbGR8MGl7hnbbJMCU+Dy4gRexMRGMRlZT9tskGzsgS4Q6Cvx+63lpkQg5kJrC4bHCuILnQ4/A==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@opentelemetry/api": "^1.9.0",
@@ -10840,7 +10840,7 @@
"@opentelemetry/resources": "^2.2.0",
"@opentelemetry/sdk-logs": "^0.208.0",
"@posthog/core": "1.24.6",
"@posthog/types": "1.364.6",
"@posthog/types": "1.364.7",
"core-js": "^3.38.1",
"dompurify": "^3.3.2",
"fflate": "^0.4.8",
+1 -1
View File
@@ -58,7 +58,7 @@
"next": "~15.1.12",
"nprogress": "^0.2.0",
"pdfjs-dist": "5.4.54",
"posthog-js": "^1.364.6",
"posthog-js": "^1.364.7",
"posthog-node": "^5.28.11",
"prismjs": "^1.30.0",
"puppeteer-core": "^24.39.1",