From 5e23a18bc9b190c24405f1369a67f0d91f8192ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:49:08 +0000 Subject: [PATCH] chore(deps): bump posthog-js from 1.144.1 to 1.166.2 in /client Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.144.1 to 1.166.2. - [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.144.1...v1.166.2) --- updated-dependencies: - dependency-name: posthog-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 3faf092..ad9d4c6 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -34,7 +34,7 @@ "clsx": "^2.1.1", "cmdk": "^1.0.0", "lucide-react": "^0.403.0", - "posthog-js": "^1.144.1", + "posthog-js": "^1.166.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-masonry-css": "^1.0.16", @@ -9838,9 +9838,9 @@ "license": "MIT" }, "node_modules/posthog-js": { - "version": "1.144.1", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.144.1.tgz", - "integrity": "sha512-CdhKH+gTFJgVEDVdeuhD2Mm4yMRr6qhVSPNDUQ7naJfj/HMhcZjF/ImobluD4YGd85dLq9nqImEIcf4Twd9h6g==", + "version": "1.166.2", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.166.2.tgz", + "integrity": "sha512-nulNJqmP25R1FvceDo4mPSohx10iI+OemcEzGFUy318q3O7n/yNz3JnmPx02kgLpioIqJBCPf/AZfjKnYj2vqA==", "dependencies": { "fflate": "^0.4.8", "preact": "^10.19.3", diff --git a/client/package.json b/client/package.json index 48b8e43..470d941 100644 --- a/client/package.json +++ b/client/package.json @@ -41,7 +41,7 @@ "clsx": "^2.1.1", "cmdk": "^1.0.0", "lucide-react": "^0.403.0", - "posthog-js": "^1.144.1", + "posthog-js": "^1.166.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-masonry-css": "^1.0.16",