diff --git a/package-lock.json b/package-lock.json index c816048a0..385730f3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 27ec65dc6..ff408b250 100644 --- a/package.json +++ b/package.json @@ -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",