From 9830a8bc6e23d5dd63c2ab1b967067d901bc64e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 11:12:24 +0000 Subject: [PATCH] Update all non-major dependencies (#31107) * Update all non-major dependencies * Remove @types/rrweb dependency Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> --- package.json | 3 +-- yarn.lock | 23 +++++++++-------------- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 13a30b8ca2..98a72d7649 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "opus-recorder": "^8.0.3", "pako": "^2.0.3", "png-chunks-extract": "^1.0.0", - "posthog-js": "1.275.1", + "posthog-js": "1.280.1", "qrcode": "1.5.4", "re-resizable": "6.11.2", "react": "^19.0.0", @@ -186,7 +186,6 @@ "@peculiar/webcrypto": "^1.4.3", "@playwright/test": "^1.50.1", "@principalstudio/html-webpack-inject-preload": "^1.2.7", - "@rrweb/types": "^2.0.0-alpha.18", "@sentry/webpack-plugin": "^4.0.0", "@storybook/react-vite": "^9.1.10", "@stylistic/eslint-plugin": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 58cce70fc8..022f9baa33 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2565,10 +2565,10 @@ resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.28.tgz#d45e01c4a56f143ee69c54dd6b12eade9e270a73" integrity sha512-8LduaNlMZGwdZ6qWrKlfa+2M4gahzFkprZiAt2TF8uS0qQgBizKXpXURqvTJ4WtmupWxaLqjRb2UCTe72mu+Aw== -"@posthog/core@1.2.4": - version "1.2.4" - resolved "https://registry.yarnpkg.com/@posthog/core/-/core-1.2.4.tgz#4fc7af7e48902e0b0ef970e010afe72c478865aa" - integrity sha512-o2TkycuV98PtAkcqE8B1DJv5LBvHEDTWirK5TlkQMeF2MJg0BYliY95CeRZFILNgZJCbI3k/fhahSMRQlpXOMg== +"@posthog/core@1.3.1": + version "1.3.1" + resolved "https://registry.yarnpkg.com/@posthog/core/-/core-1.3.1.tgz#d7331fa13c8ef407d97060c98f6733e86007f4cd" + integrity sha512-sGKVHituJ8L/bJxVV4KamMFp+IBWAZyCiYunFawJZ4cc59PCtLnKFIMEV6kn7A4eZQcQ6EKV5Via4sF3Z7qMLQ== "@principalstudio/html-webpack-inject-preload@^1.2.7": version "1.2.7" @@ -2921,11 +2921,6 @@ estree-walker "^2.0.2" picomatch "^4.0.2" -"@rrweb/types@^2.0.0-alpha.18": - version "2.0.0-alpha.18" - resolved "https://registry.yarnpkg.com/@rrweb/types/-/types-2.0.0-alpha.18.tgz#e1d9af844cebbf30a2be8808f6cf64f5df3e7f50" - integrity sha512-iMH3amHthJZ9x3gGmBPmdfim7wLGygC2GciIkw2A6SO8giSn8PHYtRT8OKNH4V+k3SZ6RSnYHcTQxBA7pSWZ3Q== - "@rtsao/scc@^1.1.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8" @@ -11230,12 +11225,12 @@ postcss@^8.5.6: picocolors "^1.1.1" source-map-js "^1.2.1" -posthog-js@1.275.1: - version "1.275.1" - resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.275.1.tgz#5ce7f1b0b1b90eb6631c31d8d8d08665a4d3045e" - integrity sha512-ILglAzeUQl7h7rB3axr5rn5j2wBp53XedzJoUha5IC594BsrScdOD9NjLpkDAqV/Q5IsRKXbYOkr+HKaxgb4FA== +posthog-js@1.280.1: + version "1.280.1" + resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.280.1.tgz#7590007164cf39a2ae6b2b837a8fc0dc139ed3c3" + integrity sha512-ZfXaExn42aZBQg88pBzGo71sy4hmei3ubBPb7DBbsfYC3ipZ6F6xmNr3ScNdOyF8cBTZbG24SlIvntp83jTlUA== dependencies: - "@posthog/core" "1.2.4" + "@posthog/core" "1.3.1" core-js "^3.38.1" fflate "^0.4.8" preact "^10.19.3"