diff --git a/package-lock.json b/package-lock.json index 8b919c70a..d06403c8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "lodash-es": "^4.18.1", "marked": "^18.0.5", "pinia": "^3.0.4", - "posthog-js": "^1.390.2", + "posthog-js": "^1.391.2", "video.js": "^8.23.7", "vue": "^3.5.38", "vue-router": "^5.1.0", @@ -2437,18 +2437,18 @@ } }, "node_modules/@posthog/core": { - "version": "1.35.1", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.35.1.tgz", - "integrity": "sha512-2a9JgJgR+Ow8lrUQHVZYXH9EgXskYDlpbgNW6UvtsVxp8pEEFD8PxjZMnzq73Dx3NhAwNUrnVpb8KeZzHAtoSA==", + "version": "1.35.3", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.35.3.tgz", + "integrity": "sha512-EsGPbSLl39Jgo2KZ+kI9UAxFnh5nddaN5bNm2rXvUwF+vGmam9eN1EXeNbxhRU7ulEeIiGdm7XjoU7pzavkgIQ==", "license": "MIT", "dependencies": { - "@posthog/types": "^1.389.0" + "@posthog/types": "^1.390.2" } }, "node_modules/@posthog/types": { - "version": "1.390.0", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.390.0.tgz", - "integrity": "sha512-zMjK6nrUWhAlL8ECrM4WldvgawqdoAE5B0ys7eA0lCoWuyzfFoSyh6zYtEuBSDRyN7fQLSfNCK+mQH4ngOl7Zw==", + "version": "1.390.2", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.390.2.tgz", + "integrity": "sha512-WcfKz2GNn2vfDX8vXmJYbKxegPxVWHuDQ/pHdAn0HoZDXDFnEp/+x3qBQA+fEvtbPjjtjgAt2wIgJMlM7asx7g==", "license": "MIT" }, "node_modules/@puppeteer/browsers": { @@ -12246,25 +12246,25 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.390.2", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.390.2.tgz", - "integrity": "sha512-z1zh0mMokecCILXxabmo5Xag6uCVYEDhP2JnMYLNxwmKN7d7u1S94XYmhUTF3iyAo2JOg6c7n86mGaTXliz4MA==", + "version": "1.391.2", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.391.2.tgz", + "integrity": "sha512-q0DZN6ljchSnAFJIXf+sQFTPlsLjTlRa+TvrL+QRb6413BGtib/MNiQy1bnwLKt8KR+f6xJYvkqdLyty9s4Aww==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@posthog/core": "^1.35.1", - "@posthog/types": "^1.390.0", + "@posthog/core": "^1.35.3", + "@posthog/types": "^1.390.2", "core-js": "^3.38.1", "dompurify": "^3.3.2", "fflate": "^0.4.8", - "preact": "^10.28.2", + "preact": "^10.29.2", "query-selector-shadow-dom": "^1.0.1", - "web-vitals": "^5.1.0" + "web-vitals": "^5.3.0" } }, "node_modules/preact": { - "version": "10.29.1", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.29.1.tgz", - "integrity": "sha512-gQCLc/vWroE8lIpleXtdJhTFDogTdZG9AjMUpVkDf2iTCNwYNWA+u16dL41TqUDJO4gm2IgrcMv3uTpjd4Pwmg==", + "version": "10.29.2", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.29.2.tgz", + "integrity": "sha512-7tNmwg/7mzzAoB/8kSg6Hl37JraAZw3Z3A0JSY7VXlZwo82Xn0G7wKbNNs2qoF4ZEEsQGTwDAroNdqKs1ofJxQ==", "license": "MIT", "funding": { "type": "opencollective", @@ -14861,9 +14861,9 @@ } }, "node_modules/web-vitals": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.2.0.tgz", - "integrity": "sha512-i2z98bEmaCqSDiHEDu+gHl/dmR4Q+TxFmG3/13KkMO+o8UxQzCqWaDRCiLgEa41nlO4VpXSI0ASa1xWmO9sBlA==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.3.0.tgz", + "integrity": "sha512-q6LWsLatGYZp5VGBIOvbTj6JBV2nOmC8KvWztXBmwJcfFAzhwKwbOxhUH306XY3CcaZDUlSmSuNPBsCn0bFu+g==", "license": "Apache-2.0" }, "node_modules/web-worker": { diff --git a/package.json b/package.json index bb477f58e..5d5613516 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "lodash-es": "^4.18.1", "marked": "^18.0.5", "pinia": "^3.0.4", - "posthog-js": "^1.390.2", + "posthog-js": "^1.391.2", "video.js": "^8.23.7", "vue": "^3.5.38", "vue-router": "^5.1.0",