From cecbbbec13d743c8f2ce279c556fcbf04302600e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 01:42:35 +0000 Subject: [PATCH] build(deps): bump posthog-js from 1.165.0 to 1.182.0 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.165.0 to 1.182.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.165.0...v1.182.0) --- updated-dependencies: - dependency-name: posthog-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 24 +++++++++++++++--------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5d3e1fd27d..ca7cae9056 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "notion-utils": "^6.15.6", "p-map": "^7.0.2", "p-memoize": "^7.1.1", - "posthog-js": "^1.165.0", + "posthog-js": "^1.182.0", "react": "^18.3.1", "react-body-classname": "^1.3.1", "react-dom": "^18.3.1", diff --git a/yarn.lock b/yarn.lock index 047f04f775..e2151f97b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -919,6 +919,11 @@ copy-to-clipboard@^3.3.1: dependencies: toggle-selection "^1.0.6" +core-js@^3.38.1: + version "3.39.0" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.39.0.tgz#57f7647f4d2d030c32a72ea23a0555b2eaa30f83" + integrity sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g== + cross-env@^7.0.2: version "7.0.3" resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf" @@ -2754,14 +2759,15 @@ postcss@8.4.31: picocolors "^1.0.0" source-map-js "^1.0.2" -posthog-js@^1.165.0: - version "1.165.0" - resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.165.0.tgz#46c7a39a546b43c09c0d6cbab5f32859feb8c8a7" - integrity sha512-rUfRJobvOz3Q9Er+zwb32Eq2qs+ToBe/B4k4IoKzmyszI7240Rf4xVWRB0ky8LvmdZfCeYX5knS2Uv3pnn/d5A== +posthog-js@^1.182.0: + version "1.182.0" + resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.182.0.tgz#00e64f3e43f39d4b778c4092c310be2b7d64ce8f" + integrity sha512-XdA/gER/KC8l8N8juSJZdYAwkQ9AIcmDojBmtd0kEhXAVCNNK4c4B1PUYVdyUTQLomN2WKgdoAsCjSZmHb0c6g== dependencies: + core-js "^3.38.1" fflate "^0.4.8" preact "^10.19.3" - web-vitals "^4.0.1" + web-vitals "^4.2.0" preact@^10.19.3: version "10.20.1" @@ -3670,10 +3676,10 @@ web-streams-polyfill@^3.0.3: resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz#2073b91a2fdb1fbfbd401e7de0ac9f8214cecb4b" integrity sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw== -web-vitals@^4.0.1: - version "4.2.1" - resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-4.2.1.tgz#67eec387ddd0ef4c25574a01ab9dae723eee2b97" - integrity sha512-U6bAxeudnhDqcXNl50JC4hLlqox9DZnngxfISZm3DMZnonW35xtJOVUc091L+DOY+6hVZVpKXoiCP0RiT6339Q== +web-vitals@^4.2.0: + version "4.2.4" + resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-4.2.4.tgz#1d20bc8590a37769bd0902b289550936069184b7" + integrity sha512-r4DIlprAGwJ7YM11VZp4R884m0Vmgr6EAKe3P+kO0PPj3Unqyvv59rczf6UiGcb9Z8QxZVcqKNwv/g0WNdWwsw== webpack-bundle-analyzer@4.10.1: version "4.10.1"