From 456531b56963c9679ac70f257e4daa6b0dd5b7c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 16:51:26 +0000 Subject: [PATCH] chore(deps): update dependency posthog-js to v1.374.4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef8d934..a60de90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1655,18 +1655,18 @@ ] }, "node_modules/@posthog/core": { - "version": "1.29.6", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.29.6.tgz", - "integrity": "sha512-qLA/4xTzxG1FabliYjsOy5pTC9XZWA225MHnpCmqGBoDVGL4sKKgLixMK2dpsHZbSo6AHpBLUfqkvTsh2YxZcQ==", + "version": "1.29.7", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.29.7.tgz", + "integrity": "sha512-WcBD9/YQVGI9r/5+/IGeaPgsmTIg0YfyzaTei5TNlhmAeFOccnhs269rhtQJcAXngZFpvWSj+RTxX2ONdgxBDQ==", "license": "MIT", "dependencies": { - "@posthog/types": "1.374.3" + "@posthog/types": "1.374.4" } }, "node_modules/@posthog/types": { - "version": "1.374.3", - "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.374.3.tgz", - "integrity": "sha512-AewLXVP/JR0iUTcY3wkYeDomNDAEWagX6g+39U61HyYcnWOjxzEVPsMGV2VdVjaAP2lRtkIOc00EzoIc9fIZ+Q==", + "version": "1.374.4", + "resolved": "https://registry.npmjs.org/@posthog/types/-/types-1.374.4.tgz", + "integrity": "sha512-OHBo+gReFwPJtt/yLY6xxa1EYMp7Ti07O1C1KE9ZXXyyuLNqekRaHZxJ/SKUfEvt1LhFV/9sioz8O0xfsSffsQ==", "license": "MIT" }, "node_modules/@protobufjs/aspromise": { @@ -5472,9 +5472,9 @@ } }, "node_modules/posthog-js": { - "version": "1.374.3", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.374.3.tgz", - "integrity": "sha512-xJ1Cr6jUs1EMbytD9g+Kej+B44sudcyiLP31l2mfkc8UL+YxAq3lNZ12lw4FVtTkwD4+blArvyd0u4sX+dU7Jg==", + "version": "1.374.4", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.374.4.tgz", + "integrity": "sha512-6RtCHzeUKsfkd21QFXnOUbBhorVqemZ57xuJwxEpb0fTj4wrX+tlItm7seY0LsX5LXLRHPxA02uwL/DaGfWXKg==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@opentelemetry/api": "^1.9.0", @@ -5482,8 +5482,8 @@ "@opentelemetry/exporter-logs-otlp-http": "^0.208.0", "@opentelemetry/resources": "^2.2.0", "@opentelemetry/sdk-logs": "^0.208.0", - "@posthog/core": "1.29.6", - "@posthog/types": "1.374.3", + "@posthog/core": "1.29.7", + "@posthog/types": "1.374.4", "core-js": "^3.38.1", "dompurify": "^3.3.2", "fflate": "^0.4.8",