diff --git a/package-lock.json b/package-lock.json index 1bd7ff3b..0d0f11c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "docusaurus-plugin-openapi-docs": "^4.3.5", "docusaurus-theme-openapi-docs": "^4.3.5", "imagemagick": "0.1.3", - "posthog-js": "^1.268.5", + "posthog-js": "^1.312.0", "prism-svelte": "0.5.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -5144,10 +5144,13 @@ } }, "node_modules/@posthog/core": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.2.1.tgz", - "integrity": "sha512-zNw96BipqM5/Tf161Q8/K5zpwGY3ezfb2wz+Yc3fIT5OQHW8eEzkQldPgtFKMUkqImc73ukEa2IdUpS6vEGH7w==", - "license": "MIT" + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.9.0.tgz", + "integrity": "sha512-j7KSWxJTUtNyKynLt/p0hfip/3I46dWU2dk+pt7dKRoz2l5CYueHuHK4EO7Wlgno5yo1HO4sc4s30MXMTICHJw==", + "license": "MIT", + "dependencies": { + "cross-spawn": "^7.0.6" + } }, "node_modules/@redocly/ajv": { "version": "8.11.3", @@ -20567,28 +20570,16 @@ } }, "node_modules/posthog-js": { - "version": "1.268.5", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.268.5.tgz", - "integrity": "sha512-IRhFBeCKkl4bapbxmLvWedKUOG7Fh9jJab718qm7ce8j66LWaPiX7mEi/iuoYLYRU3wD6mWFFiWmeXh6prczRg==", + "version": "1.312.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.312.0.tgz", + "integrity": "sha512-rdXprhuRzhutU8powMJpIfC0uRtI3OyuYktmLhZRMsD4DQaO3fnudKNq4zxtNmqMPFCSTfmlBH8ByLNOppm2tg==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@posthog/core": "1.2.1", + "@posthog/core": "1.9.0", "core-js": "^3.38.1", "fflate": "^0.4.8", "preact": "^10.19.3", "web-vitals": "^4.2.4" - }, - "peerDependencies": { - "@rrweb/types": "2.0.0-alpha.17", - "rrweb-snapshot": "2.0.0-alpha.17" - }, - "peerDependenciesMeta": { - "@rrweb/types": { - "optional": true - }, - "rrweb-snapshot": { - "optional": true - } } }, "node_modules/postman-code-generators": { diff --git a/package.json b/package.json index c97e8858..72a8d248 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "docusaurus-plugin-openapi-docs": "^4.3.5", "docusaurus-theme-openapi-docs": "^4.3.5", "imagemagick": "0.1.3", - "posthog-js": "^1.268.5", + "posthog-js": "^1.312.0", "prism-svelte": "0.5.0", "react": "^18.2.0", "react-dom": "^18.2.0",