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",