From e10d7c1d8fa5647b0d93a96c96ec1c849e6756fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:22:50 +0000 Subject: [PATCH] chore(deps): bump posthog-js from 1.100.0 to 1.101.0 Bumps [posthog-js](https://github.com/PostHog/posthog-js) from 1.100.0 to 1.101.0. - [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.100.0...v1.101.0) --- updated-dependencies: - dependency-name: posthog-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++------- package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 585937ef0..32a759c7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "marked": "^11.1.1", "mustache": "^4.2.0", "pdf-lib": "^1.17.1", - "posthog-js": "^1.100.0", + "posthog-js": "^1.101.0", "posthog-node": "^3.5.0", "quicktype-core": "^23.0.81", "react": "^18.2.0", @@ -23116,11 +23116,12 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, "node_modules/posthog-js": { - "version": "1.100.0", - "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.100.0.tgz", - "integrity": "sha512-r2XZEiHQ9mBK7D1G9k57I8uYZ2kZTAJ0OCX6K/OOdCWN8jKPhw3h5F9No5weilP6eVAn+hrsy7NvPV7SCX7gMg==", + "version": "1.101.0", + "resolved": "https://registry.npmjs.org/posthog-js/-/posthog-js-1.101.0.tgz", + "integrity": "sha512-mzwYSSWr9FdEMDeVpc+diLfc85+10r/LgELGtsW/HaYk+0du/GEql6szpqG8YXMMgb2dE4dnj0JICZFIJd7K3w==", "dependencies": { - "fflate": "^0.4.1" + "fflate": "^0.4.1", + "preact": "^10.19.3" } }, "node_modules/posthog-js/node_modules/fflate": { @@ -23144,8 +23145,6 @@ "version": "10.19.3", "resolved": "https://registry.npmjs.org/preact/-/preact-10.19.3.tgz", "integrity": "sha512-nHHTeFVBTHRGxJXKkKu5hT8C/YWBkPso4/Gad6xuj5dbptt9iF9NZr9pHbPhBrnT2klheu7mHTxTZ/LjwJiEiQ==", - "dev": true, - "peer": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/preact" diff --git a/package.json b/package.json index b68fa1a24..d4331b16e 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "marked": "^11.1.1", "mustache": "^4.2.0", "pdf-lib": "^1.17.1", - "posthog-js": "^1.100.0", + "posthog-js": "^1.101.0", "posthog-node": "^3.5.0", "quicktype-core": "^23.0.81", "react": "^18.2.0",