diff --git a/package-lock.json b/package-lock.json index 1373ab4ee..4861cf441 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "lodash-es": "^4.18.1", "marked": "^18.0.6", "pinia": "^3.0.4", - "posthog-js": "^1.404.0", + "posthog-js": "^1.404.1", "video.js": "^8.23.9", "vue": "^3.5.40", "vue-router": "^5.2.0", @@ -12069,9 +12069,9 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.404.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.404.0.tgz", - "integrity": "sha512-8uQ6fPctCYEH6Us5nXxx79n1TkwzKx309xIYd9XquGZkFBAIZZr4znfhYQmwYKzFzdrdiHEJ7SYnSyO5q7ZGYQ==", + "version": "1.404.1", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.404.1.tgz", + "integrity": "sha512-ck/HOMKuZ6yefUk5OX+h2s9mUWBsnu0mGDUAWjIwAmQQrloZPShzOhOWuEuZQuMnCKORBFRVGsBAuzsl66cBJA==", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@posthog/core": "^1.43.1", diff --git a/package.json b/package.json index 24f5fcfdf..f52e88df5 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "lodash-es": "^4.18.1", "marked": "^18.0.6", "pinia": "^3.0.4", - "posthog-js": "^1.404.0", + "posthog-js": "^1.404.1", "video.js": "^8.23.9", "vue": "^3.5.40", "vue-router": "^5.2.0",