diff --git a/package-lock.json b/package-lock.json index 3dab551b..19e066c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "marked": "^14.1.4", "md5": "^2.3.0", "moment": "^2.30.1", - "posthog-js": "^1.194.1", + "posthog-js": "^1.194.2", "video.js": "7.21.5", "vue": "^3.5.13", "vue-loader": "^17.4.2", @@ -25610,9 +25610,9 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.194.1", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.194.1.tgz", - "integrity": "sha512-d68hmU9DY4iPe3WneBlnglERhimRhXuF7Lx0Au6OTmOL+IFdFUxB3Qf5LaLqJc1QLt3NUolMq1HiXOaIULe3kQ==", + "version": "1.194.2", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.194.2.tgz", + "integrity": "sha512-UVFVvx6iJMEjHo+N/HmPDK4zjkVY8m+G13jTQmvHMtByfyn/fH6JhOz/ph+gtmvXPI03130y1qrwwgPIZ3ty8A==", "license": "MIT", "dependencies": { "core-js": "^3.38.1", diff --git a/package.json b/package.json index 9edb8076..8729ac1b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "marked": "^14.1.4", "md5": "^2.3.0", "moment": "^2.30.1", - "posthog-js": "^1.194.1", + "posthog-js": "^1.194.2", "video.js": "7.21.5", "vue": "^3.5.13", "vue-loader": "^17.4.2",