From f9a88f28976fb3f8971f5ade55018974b412a2ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:57:53 +0000 Subject: [PATCH] build(deps): bump posthog-js from 1.136.2 to 1.142.1 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.136.2 to 1.142.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.136.2...v1.142.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 | 16 +++++++++++----- package.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c455bd8..f9a92274 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "fs": "^0.0.1-security", "next": "^14.2.3", "next-mdx-remote": "^5.0.0", - "posthog-js": "^1.136.2", + "posthog-js": "^1.142.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-scroll-parallax": "^3.4.5", @@ -5835,12 +5835,13 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, "node_modules/posthog-js": { - "version": "1.136.2", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.136.2.tgz", - "integrity": "sha512-9oTUB/JDayzV+hB4f7u+ZNUbfnkGHLxyZw+FOE59pCgmbWHcJxhpGbu2Xlyv027/iHIjQbn1mtm2wJmBI2BuqA==", + "version": "1.142.1", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.142.1.tgz", + "integrity": "sha512-yqeWTWitlb0sCaH5v6s7UJ+pPspzf/lkzPaSE5pMMXRM2i2KNsMoZEAZqbPCW8fQ8QL6lHs6d8PLjHrvbR288w==", "dependencies": { "fflate": "^0.4.8", - "preact": "^10.19.3" + "preact": "^10.19.3", + "web-vitals": "^4.0.1" } }, "node_modules/preact": { @@ -7176,6 +7177,11 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/web-vitals": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.2.1.tgz", + "integrity": "sha512-U6bAxeudnhDqcXNl50JC4hLlqox9DZnngxfISZm3DMZnonW35xtJOVUc091L+DOY+6hVZVpKXoiCP0RiT6339Q==" + }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", diff --git a/package.json b/package.json index ea6b955f..413ac316 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "fs": "^0.0.1-security", "next": "^14.2.3", "next-mdx-remote": "^5.0.0", - "posthog-js": "^1.136.2", + "posthog-js": "^1.142.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-scroll-parallax": "^3.4.5",