From f68af1e872e74598cd109a01b1cf8f194ba1e1a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:42:23 +0000 Subject: [PATCH] build(deps): bump posthog-js from 1.194.4 to 1.194.5 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.194.4 to 1.194.5. - [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.194.4...v1.194.5) --- updated-dependencies: - dependency-name: posthog-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08f1e292..a2dd9dd8 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.4", + "posthog-js": "^1.194.5", "video.js": "7.21.5", "vue": "^3.5.13", "vue-loader": "^17.4.2", @@ -25610,10 +25610,9 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.194.4", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.194.4.tgz", - "integrity": "sha512-w42HfzQktNj51jb4lPf45qykPG0RSpl2WZmr1kAaPTVF9LKUwRJHA854GN0R0bx1hap2fnao/yQBktFLlg4vxQ==", - "license": "MIT", + "version": "1.194.5", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.194.5.tgz", + "integrity": "sha512-bYa20TkwzkDsr2y3iCiJNto/bthkYkmHZopIOXzFEw7KeB581Y1WueaOry5MFHEwnpZuomqEmcMQGBAoWvv8VA==", "dependencies": { "core-js": "^3.38.1", "fflate": "^0.4.8", diff --git a/package.json b/package.json index f2a4cdd4..ca84e5e9 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.4", + "posthog-js": "^1.194.5", "video.js": "7.21.5", "vue": "^3.5.13", "vue-loader": "^17.4.2",