posthog-node 4.11.1 → 4.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # 4.11.2 - 2025-04-07
2
+
3
+ 1. chore: bump axios to 1.8.2 (fixes [CVE-2025-27152](https://github.com/advisories/GHSA-jr5f-v2jv-69x6))
4
+
5
+
1
6
  # 4.11.1 - 2025-03-28
2
7
 
3
8
  ## Fixed
package/lib/index.cjs.js CHANGED
@@ -24,7 +24,7 @@ function _interopNamespace(e) {
24
24
  return Object.freeze(n);
25
25
  }
26
26
 
27
- var version = "4.11.1";
27
+ var version = "4.11.2";
28
28
 
29
29
  var PostHogPersistedProperty;
30
30
  (function (PostHogPersistedProperty) {
package/lib/index.esm.js CHANGED
@@ -2,7 +2,7 @@ import { createReadStream } from 'node:fs';
2
2
  import { createInterface } from 'node:readline';
3
3
  import { posix, dirname, sep } from 'node:path';
4
4
 
5
- var version = "4.11.1";
5
+ var version = "4.11.2";
6
6
 
7
7
  var PostHogPersistedProperty;
8
8
  (function (PostHogPersistedProperty) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "posthog-node",
3
- "version": "4.11.1",
3
+ "version": "4.11.2",
4
4
  "description": "PostHog Node.js integration",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "module": "lib/index.esm.js",
24
24
  "types": "lib/index.d.ts",
25
25
  "dependencies": {
26
- "axios": "^1.7.4"
26
+ "axios": "^1.8.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^18.0.0",