From 156135477f520942ab06f37d3a771d615054df31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 03:41:37 +0000 Subject: [PATCH] build(deps): bump posthog-js from 1.77.2 to 1.81.2 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.77.2 to 1.81.2. - [Release notes](https://github.com/PostHog/posthog-js/releases) - [Changelog](https://github.com/PostHog/posthog-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/PostHog/posthog-js/compare/v1.77.2...v1.81.2) --- updated-dependencies: - dependency-name: posthog-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52ec37f4..e07d024b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "fs": "^0.0.1-security", "next": "^13.4.19", "next-mdx-remote": "^4.4.1", - "posthog-js": "^1.77.2", + "posthog-js": "^1.81.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scroll-parallax": "^3.4.2", @@ -5104,9 +5104,9 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, "node_modules/posthog-js": { - "version": "1.77.2", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.77.2.tgz", - "integrity": "sha512-I3l5GipPUFe6qd5/0Bgm8Ot4pF8ysWhNgeLWvk69myh58HREfXACgLSYMZBho6L9xC6OcFvQilpcH+Dj3Y2uIQ==", + "version": "1.81.2", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.81.2.tgz", + "integrity": "sha512-3QLdn7koy7n+nj23HAr/KbVYwOmQcCn0K/5zlaWazef8t4s5L8JgJSMkw96pDRuAYfYcUCr9yWLQDpDakPiIHQ==", "dependencies": { "fflate": "^0.4.1" } diff --git a/package.json b/package.json index 16c25e07..c99081b1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "fs": "^0.0.1-security", "next": "^13.4.19", "next-mdx-remote": "^4.4.1", - "posthog-js": "^1.77.2", + "posthog-js": "^1.81.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scroll-parallax": "^3.4.2",