diff --git a/package-lock.json b/package-lock.json index 5fe8b8b22d..81a5060b26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "mermaid": "^11.10.1", "nuxt-lazy-hydrate": "^1.0.0", "path-browserify": "^1.0.1", - "posthog-js": "^1.261.0", + "posthog-js": "^1.268.9", "rapidoc": "^9.3.8", "sharp": "^0.34.3", "shiki": "^3.12.1", @@ -4796,9 +4796,9 @@ "license": "MIT" }, "node_modules/@posthog/core": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.0.2.tgz", - "integrity": "sha512-hWk3rUtJl2crQK0WNmwg13n82hnTwB99BT99/XI5gZSvIlYZ1TPmMZE8H2dhJJ98J/rm9vYJ/UXNzw3RV5HTpQ==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.2.2.tgz", + "integrity": "sha512-f16Ozx6LIigRG+HsJdt+7kgSxZTHeX5f1JlCGKI1lXcvlZgfsCR338FuMI2QRYXGl+jg/vYFzGOTQBxl90lnBg==", "license": "MIT" }, "node_modules/@rive-app/canvas": { @@ -17477,12 +17477,12 @@ } }, "node_modules/posthog-js": { - "version": "1.261.8", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.261.8.tgz", - "integrity": "sha512-HohKQ5Fuvei/3ZLIdayq6lDpeXsG891t2y2izpHu6q/1SoCS+HlYjViz3WCu9KlE7AfjfpwvN1kjnFNNPWeOig==", + "version": "1.268.9", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.268.9.tgz", + "integrity": "sha512-ejK5/i0TUQ8I1SzaIn7xWNf5TzOjWquawpgjKit8DyucD3Z1yf7LTMtgCYZN8oRx9VjiPcP34fSk8YsWQmmkTQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@posthog/core": "1.0.2", + "@posthog/core": "1.2.2", "core-js": "^3.38.1", "fflate": "^0.4.8", "preact": "^10.19.3", diff --git a/package.json b/package.json index ca90056e20..8e09fd82da 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "mermaid": "^11.10.1", "nuxt-lazy-hydrate": "^1.0.0", "path-browserify": "^1.0.1", - "posthog-js": "^1.261.0", + "posthog-js": "^1.268.9", "rapidoc": "^9.3.8", "sharp": "^0.34.3", "shiki": "^3.12.1",