diff --git a/package-lock.json b/package-lock.json index 4d991ead4..53337d093 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "next": "~15.1.8", "nprogress": "^0.2.0", "pdfjs-dist": "5.4.54", - "posthog-js": "^1.298.0", + "posthog-js": "^1.298.1", "posthog-node": "^5.14.0", "prismjs": "^1.30.0", "puppeteer-core": "^24.31.0", @@ -10207,9 +10207,9 @@ } }, "node_modules/posthog-js": { - "version": "1.298.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.298.0.tgz", - "integrity": "sha512-Zwzsf7TO8qJ6DFLuUlQSsT/5OIOcxSBZlKOSk3satkEnwKdmnBXUuxgVXRHrvq1kj7OB2PVAPgZiQ8iHHj9DRA==", + "version": "1.298.1", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.298.1.tgz", + "integrity": "sha512-MynFhC2HO6sg5moUfpkd0s6RzAqcqFX75kjIi4Xrj2Gl0/YQWYvFUgvv8FCpWPKPs2mdvNWYhs+oqJg0BVVHPw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@posthog/core": "1.6.0", diff --git a/package.json b/package.json index 67753b38a..548b222c8 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "next": "~15.1.8", "nprogress": "^0.2.0", "pdfjs-dist": "5.4.54", - "posthog-js": "^1.298.0", + "posthog-js": "^1.298.1", "posthog-node": "^5.14.0", "prismjs": "^1.30.0", "puppeteer-core": "^24.31.0",