From 7791a020d92e83f7d019c71a6ce1dc1c140e5342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:43:29 +0200 Subject: [PATCH] chore(deps): bump posthog-js from 1.174.0 to 1.174.2 (#1321) Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.174.0 to 1.174.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.174.0...v1.174.2) --- updated-dependencies: - dependency-name: posthog-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 0e48495c2..864b2ca78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "mustache": "^4.2.0", "pdf-lib": "^1.17.1", "pdfkit": "^0.15.0", - "posthog-js": "^1.174.0", + "posthog-js": "^1.174.2", "posthog-node": "^4.2.1", "rate-limit-redis": "^4.2.0", "react": "^18.3.1", @@ -16882,9 +16882,9 @@ } }, "node_modules/posthog-js": { - "version": "1.174.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.174.0.tgz", - "integrity": "sha512-60qCn8bloCxVc3oBQ/JP77J40J7UD+cRGUfYXJdsqjUH82s2wmCx4MicuNrcn9Hd2dHM25nXmOAMLO5iwSq9gg==", + "version": "1.174.2", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.174.2.tgz", + "integrity": "sha512-UgS7eRcDVvVz2XSJ09NMX8zBcdpFnPayfiWDNF3xEbJTsIu1GipkkYNrVlsWlq8U1PIrviNm6i0Dyq8daaxssw==", "dependencies": { "core-js": "^3.38.1", "fflate": "^0.4.8", diff --git a/package.json b/package.json index 26d6a33b6..9c149aeed 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "mustache": "^4.2.0", "pdf-lib": "^1.17.1", "pdfkit": "^0.15.0", - "posthog-js": "^1.174.0", + "posthog-js": "^1.174.2", "posthog-node": "^4.2.1", "rate-limit-redis": "^4.2.0", "react": "^18.3.1",