fix(deps): update dependency posthog-node to v4.17.1 (#3532)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-12 21:13:57 -07:00 committed by GitHub
parent 6db30afc74
commit b8e8343933
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
package-lock.json generated
View file

@ -17437,11 +17437,12 @@
}
},
"node_modules/posthog-node": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-4.7.0.tgz",
"integrity": "sha512-RgdUKSW8MfMOkjUa8cYVqWndNjPePNuuxlGbrZC6z1WRBsVc6TdGl8caidmC10RW8mu/BOfmrGbP4cRTo2jARg==",
"version": "4.17.1",
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-4.17.1.tgz",
"integrity": "sha512-cVlQPOwOPjakUnrueKRCQe1m2Ku+XzKaOos7Tn/zDZkkZFeBT/byP7tbNf7LiwhaBRWFBRowZZb/MsTtSRaorg==",
"license": "MIT",
"dependencies": {
"axios": "^1.7.4"
"axios": "^1.8.2"
},
"engines": {
"node": ">=15.0.0"