From 4349d7e72d86f437a673b77c2586a8e248a3606e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 04:48:39 +0000 Subject: [PATCH] build(deps): bump posthog-js from 1.237.1 to 1.239.0 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.237.1 to 1.239.0. - [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.237.1...v1.239.0) --- updated-dependencies: - dependency-name: posthog-js dependency-version: 1.239.0 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 2d0f590a5..79c747f5c 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.237.1", + "posthog-js": "^1.239.0", "video.js": "7.21.5", "vue": "^3.5.13", "vue-loader": "^17.4.2", @@ -25673,9 +25673,9 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.237.1", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.237.1.tgz", - "integrity": "sha512-HS1pYIioP0aEE41RSQU+DeYNes/Ws2wyCiD/jiCqhEZVdwWvVF60OLD8GwueecIVoqq6/ZDMXJp/E6Rd69nO2A==", + "version": "1.239.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.239.0.tgz", + "integrity": "sha512-d8WTXGHmVO1FQV7wvEIan/MlN+gzdR42GHVOSoP3jWH2eiyCHCK4tX48uLZfvaEabDfuJCExdlmelWuYPAjJFw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "core-js": "^3.38.1", diff --git a/package.json b/package.json index e269fef4b..2a942d0d4 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.237.1", + "posthog-js": "^1.239.0", "video.js": "7.21.5", "vue": "^3.5.13", "vue-loader": "^17.4.2",