From 0df5a325e0333e4c665200776e67604db5daa9e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:01:53 +0100 Subject: [PATCH] chore(deps): bump posthog-js from 1.205.1 to 1.207.0 (#1624) Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.205.1 to 1.207.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.205.1...v1.207.0) --- updated-dependencies: - dependency-name: posthog-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex August Schlote --- 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 32bffb181..0e792b9b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "mustache": "^4.2.0", "pdf-lib": "^1.17.1", "pdfkit": "^0.16.0", - "posthog-js": "^1.205.1", + "posthog-js": "^1.207.0", "posthog-node": "^4.4.0", "rate-limit-redis": "^4.2.0", "react": "^18.3.1", @@ -15603,10 +15603,9 @@ } }, "node_modules/posthog-js": { - "version": "1.205.1", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.205.1.tgz", - "integrity": "sha512-eFzQsula3zbBeg4XV1MOiYsjrfMx/DHHFIQEvyswv4rx+4ZYOFmA5SHhiATKrzr4uOUN+jdSjl+EHZjURGVVMA==", - "license": "MIT", + "version": "1.207.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.207.0.tgz", + "integrity": "sha512-Sx+xamhg1/iKGAtUNh3uAUtAAza4j/yBhxcfUxfqR++WrZdw0V6nmh7LSfVNl7+QVl2qmiPSoZA7z+5ojaWDDQ==", "dependencies": { "core-js": "^3.38.1", "fflate": "^0.4.8", diff --git a/package.json b/package.json index e80005952..c7c1c4477 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "mustache": "^4.2.0", "pdf-lib": "^1.17.1", "pdfkit": "^0.16.0", - "posthog-js": "^1.205.1", + "posthog-js": "^1.207.0", "posthog-node": "^4.4.0", "rate-limit-redis": "^4.2.0", "react": "^18.3.1",