From a05c03fa6c46ee76e7d6cde0ed06b36e959f07a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:35:54 +0000 Subject: [PATCH] chore(deps): bump posthog-js from 1.87.2 to 1.87.3 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.87.2 to 1.87.3. - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/compare/v1.87.2...v1.87.3) --- updated-dependencies: - dependency-name: posthog-js dependency-type: direct:production update-type: version-update:semver-patch ... 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 e8757421f..831754446 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "lodash": "^4.17.21", "marked": "^9.1.2", "mustache": "^4.2.0", - "posthog-js": "^1.87.2", + "posthog-js": "^1.87.3", "posthog-node": "^3.1.3", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -22998,9 +22998,9 @@ "dev": true }, "node_modules/posthog-js": { - "version": "1.87.2", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.87.2.tgz", - "integrity": "sha512-pdxEylfxwEDwwz7g5dunPucvAN51RAOWWQmkcqHsLNHlV5o5bTaTwcAXaWB1IUn3xKPuKYE2lqbdB3vC4H4rFQ==", + "version": "1.87.3", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.87.3.tgz", + "integrity": "sha512-aHs7owrIgptnsTZjlPAJG0HRBLIHlThsCGhET0PaYKdcmg2g90pqIRv1Y9hiemEtATXDAHUmwbcCzx4AopaW7g==", "dependencies": { "fflate": "^0.4.1" } diff --git a/package.json b/package.json index dfa87b25d..c2ccf36b0 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "lodash": "^4.17.21", "marked": "^9.1.2", "mustache": "^4.2.0", - "posthog-js": "^1.87.2", + "posthog-js": "^1.87.3", "posthog-node": "^3.1.3", "react": "^18.2.0", "react-dom": "^18.2.0",