From 044c0a023b5707453d53aa4d4586d443a24d137c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:41:54 +0000 Subject: [PATCH] build(deps): Bump posthog-js from 1.137.0 to 1.138.1 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.137.0 to 1.138.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.137.0...v1.138.1) --- 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 bc18f9c6d..61555b746 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "mustache": "^4.2.0", "node-html-parser": "^6.1.13", "player.js": "^0.1.0", - "posthog-js": "^1.137.0", + "posthog-js": "^1.138.1", "showdown": "^2.1.0", "three": "^0.165.0", "web-vitals": "^4.0.1" @@ -40642,9 +40642,9 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, "node_modules/posthog-js": { - "version": "1.137.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.137.0.tgz", - "integrity": "sha512-9ZJ222ygqkMwkLaeXIJeKilE2iNtHcZ/91NVQDShOu1/Swglq5vDvmH5mT2He8WksR1Sk0rjWxwbAHHxhMSFdQ==", + "version": "1.138.1", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.138.1.tgz", + "integrity": "sha512-hLahTznM0/iSM3vl6QGcmdG/zgCcW2DaQqPf7OtXCoqxNdYCWTNp6/sqepd6CxtDmJfm1S5Cbu1tD9TSksOYcA==", "dependencies": { "fflate": "^0.4.8", "preact": "^10.19.3" diff --git a/package.json b/package.json index fa71ac403..4664b6a8b 100644 --- a/package.json +++ b/package.json @@ -203,7 +203,7 @@ "mustache": "^4.2.0", "node-html-parser": "^6.1.13", "player.js": "^0.1.0", - "posthog-js": "^1.137.0", + "posthog-js": "^1.138.1", "showdown": "^2.1.0", "three": "^0.165.0", "web-vitals": "^4.0.1"