Bump posthog-node from 5.10.3 to 5.10.4 in the prod-patch-updates group

Bumps the prod-patch-updates group with 1 update: [posthog-node](https://github.com/PostHog/posthog-js/tree/HEAD/packages/node).


Updates `posthog-node` from 5.10.3 to 5.10.4
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/commits/posthog-node@5.10.4/packages/node)

---
updated-dependencies:
- dependency-name: posthog-node
  dependency-version: 5.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-28 01:31:57 +00:00
committed by GitHub
parent 7d6d5a7787
commit ee533df38f
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -78,7 +78,7 @@
"npm": "^11.6.2",
"oslo": "1.2.1",
"pg": "^8.16.2",
"posthog-node": "^5.10.3",
"posthog-node": "^5.10.4",
"qrcode.react": "4.2.0",
"react": "19.2.0",
"react-dom": "19.2.0",
@@ -4831,9 +4831,9 @@
}
},
"node_modules/@posthog/core": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.3.1.tgz",
"integrity": "sha512-sGKVHituJ8L/bJxVV4KamMFp+IBWAZyCiYunFawJZ4cc59PCtLnKFIMEV6kn7A4eZQcQ6EKV5Via4sF3Z7qMLQ==",
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.4.0.tgz",
"integrity": "sha512-jmW8/I//YOHAfjzokqas+Qtc2T57Ux8d2uIJu7FLcMGxywckHsl6od59CD18jtUzKToQdjQhV6Y3429qj+KeNw==",
"license": "MIT"
},
"node_modules/@radix-ui/colors": {
@@ -18789,12 +18789,12 @@
}
},
"node_modules/posthog-node": {
"version": "5.10.3",
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.10.3.tgz",
"integrity": "sha512-pe0P/4MfTSBgM4PWRTeg2iKDSSX6nxnlxAyW+v2+acpCSU50KM2YE5UFJ1Vkq/PtwcJgrt2Ydj66IzuRn2uwFQ==",
"version": "5.10.4",
"resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.10.4.tgz",
"integrity": "sha512-sy020/Q4mt18eCkVo/cGEJD+wgdxeg5DTgNUaA85awBCbuEP43BOdCTOOw/K2Tvgw2oZfag3PFyhkVuQ6nJfBg==",
"license": "MIT",
"dependencies": {
"@posthog/core": "1.3.1"
"@posthog/core": "1.4.0"
},
"engines": {
"node": ">=20"