From dd6b8163d2719849414f75f10cb00d0bf0933ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:14:50 +0000 Subject: [PATCH] chore(deps): Bump posthog-js from 1.88.3 to 1.120.2 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.88.3 to 1.120.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.88.3...v1.120.2) --- updated-dependencies: - dependency-name: posthog-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1cca688..faaf518 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "mermaid": "10.1.0", "next": "^14.1.3", "next-mdx-remote": "^4.4.1", - "posthog-js": "^1.88.3", + "posthog-js": "^1.120.2", "react": "18.3.0-canary-4b2a1115a-20240202", "react-dom": "18.2.0", "sass": "^1.62.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a53b8b7..410faa2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -80,8 +80,8 @@ dependencies: specifier: ^4.4.1 version: 4.4.1(react-dom@18.2.0)(react@18.3.0-canary-4b2a1115a-20240202) posthog-js: - specifier: ^1.88.3 - version: 1.88.3 + specifier: ^1.120.2 + version: 1.120.2 react: specifier: 18.3.0-canary-4b2a1115a-20240202 version: 18.3.0-canary-4b2a1115a-20240202 @@ -6203,10 +6203,11 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.2 - /posthog-js@1.88.3: - resolution: {integrity: sha512-6BLFTSWK8GrWfl5j9Ib+2w8YZKZfz2GqLMS7q4I93hbkknEMH5f1KaKDqPsGmGOM3SLQV0Cwd6nuCdFdqANS1w==} + /posthog-js@1.120.2: + resolution: {integrity: sha512-19LehjKgcmOzdj5OOicyzCXdxN4SVMX2IC1FvQR9gozxxxxhh6lCwWoe3y955S2KRLRP/8BjQ3zmMezV1ZCSQQ==} dependencies: fflate: 0.4.8 + preact: 10.20.1 dev: false /preact-render-to-string@5.2.3(preact@10.11.3): @@ -6222,6 +6223,10 @@ packages: resolution: {integrity: sha512-eY93IVpod/zG3uMF22Unl8h9KkrcKIRs2EGar8hwLZZDU1lkjph303V9HZBwufh2s736U6VXuhD109LYqPoffg==} dev: false + /preact@10.20.1: + resolution: {integrity: sha512-JIFjgFg9B2qnOoGiYMVBtrcFxHqn+dNXbq76bVmcaHYJFYR4lW67AOcXgAYQQTDYXDOg/kTZrKPNCdRgJ2UJmw==} + dev: false + /prebuild-install@7.1.1: resolution: {integrity: sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==} engines: {node: '>=10'}