From 751f2c7eca91a11d9404a036ca8ce15436e17d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 04:31:06 +0000 Subject: [PATCH] build(deps): bump posthog-js from 1.190.2 to 1.193.1 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.190.2 to 1.193.1. - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/compare/v1.190.2...v1.193.1) --- updated-dependencies: - dependency-name: posthog-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d2e6b1b..0497da3d 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.190.2", + "posthog-js": "^1.193.1", "video.js": "7.21.5", "vue": "^3.5.13", "vue-loader": "^17.4.2", @@ -25609,9 +25609,9 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.190.2", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.190.2.tgz", - "integrity": "sha512-H9PirkFZDirh/aPmxcmFv1CBozCjGPRqUR6lulgaq2sP9Jtt8Z/yT42MZuGUcZNrUVdjQ7aNgBJq7nplB8cASg==", + "version": "1.193.1", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.193.1.tgz", + "integrity": "sha512-I783S90qrRs/10YPvHYxQo4zdfTvgiyHzrMghBMyRGeeTXiDnHQh6tM8Xux2a5qOAO/Yp5HXgvvDwa96abQxSg==", "license": "MIT", "dependencies": { "core-js": "^3.38.1", diff --git a/package.json b/package.json index 05afd21d..6f00071a 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.190.2", + "posthog-js": "^1.193.1", "video.js": "7.21.5", "vue": "^3.5.13", "vue-loader": "^17.4.2",