From e28d1eccd596e2b6d2e36628cd324835efedb576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:33:09 +0000 Subject: [PATCH] Bump posthog-js from 1.203.2 to 1.205.1 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.203.2 to 1.205.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.203.2...v1.205.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 | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 30c50b73..b5e75b0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@xyflow/react": "^12.3.6", "elkjs": "^0.9.3", "lucide-react": "^0.469.0", - "posthog-js": "^1.139.3", + "posthog-js": "^1.205.1", "react": "^19.0.0", "react-dom": "^19.0.0", "zudoku": "^0.23.8" @@ -11890,10 +11890,9 @@ } }, "node_modules/posthog-js": { - "version": "1.203.2", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.203.2.tgz", - "integrity": "sha512-3aLpEhM4i9sQQtobRmDttJ3rTW1+gwQ9HL7QiOeDueE2T7CguYibYS7weY1UhXMerx5lh1A7+szlOJTTibifLQ==", - "license": "MIT", + "version": "1.205.1", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.205.1.tgz", + "integrity": "sha512-eFzQsula3zbBeg4XV1MOiYsjrfMx/DHHFIQEvyswv4rx+4ZYOFmA5SHhiATKrzr4uOUN+jdSjl+EHZjURGVVMA==", "dependencies": { "core-js": "^3.38.1", "fflate": "^0.4.8", diff --git a/package.json b/package.json index 507f2188..12bb724d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@xyflow/react": "^12.3.6", "elkjs": "^0.9.3", "lucide-react": "^0.469.0", - "posthog-js": "^1.139.3", + "posthog-js": "^1.205.1", "react": "^19.0.0", "react-dom": "^19.0.0", "zudoku": "^0.23.8"