From a2f3a1dd01b026e80d21ec244f258d82fabc3a2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 00:21:45 +0000 Subject: [PATCH] Bump posthog-js from 1.201.0 to 1.203.1 in /website in the website group Bumps the website group in /website with 1 update: [posthog-js](https://github.com/PostHog/posthog-js). Updates `posthog-js` from 1.201.0 to 1.203.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.201.0...v1.203.1) --- updated-dependencies: - dependency-name: posthog-js dependency-type: direct:production update-type: version-update:semver-minor dependency-group: website ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 9 ++++----- website/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 027a4fa99..3856d7a12 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -30,7 +30,7 @@ "marked": "^15.0.4", "node-fetch": "^3.3.2", "posthog-docusaurus": "^2.0.2", - "posthog-js": "^1.201.0", + "posthog-js": "^1.203.1", "prism-react-renderer": "^2.4.1", "raw-loader": "^4.0.2", "react": "^18.3.1", @@ -15958,10 +15958,9 @@ } }, "node_modules/posthog-js": { - "version": "1.201.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.201.0.tgz", - "integrity": "sha512-5LG4i36eYykIj5FYaQQ1vmSOriVeiswCNPUAPkpnq4ccmavu8y5L+QIxaX98ACmDAW7DkUDS05yUjYWmd84tzQ==", - "license": "MIT", + "version": "1.203.1", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.203.1.tgz", + "integrity": "sha512-r/WiSyz6VNbIKEV/30+aD5gdrYkFtmZwvqNa6h9frl8hG638v098FrXaq3EYzMcCdkQf3phaZTDIAFKegpiTjw==", "dependencies": { "core-js": "^3.38.1", "fflate": "^0.4.8", diff --git a/website/package.json b/website/package.json index c46ac60a1..15546a159 100644 --- a/website/package.json +++ b/website/package.json @@ -36,7 +36,7 @@ "marked": "^15.0.4", "node-fetch": "^3.3.2", "posthog-docusaurus": "^2.0.2", - "posthog-js": "^1.201.0", + "posthog-js": "^1.203.1", "prism-react-renderer": "^2.4.1", "raw-loader": "^4.0.2", "react": "^18.3.1",