diff --git a/package-lock.json b/package-lock.json index ce260ac2..71a5e0bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "music-metadata": "11.14.0", "n-readlines": "^3.4.1", "node-sqlite3-wasm": "^0.8.59", - "posthog-node": "^5.42.0", + "posthog-node": "^5.44.0", "uuid": "^14.0.1", "wavesurfer.js": "^7.12.10" }, @@ -1482,12 +1482,12 @@ } }, "node_modules/@posthog/core": { - "version": "1.41.1", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.41.1.tgz", - "integrity": "sha512-lKjPdeawDSvRhHnP14RwTSI5CofuyluhG3ISHRa+Kj6PyfSrEUyIkoVOpYWicFGgWikeaJCZzFQpo7ngHt9BcA==", + "version": "1.42.1", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.42.1.tgz", + "integrity": "sha512-cZojBmvf92gZAn0MGf/J2S+3t2sZqb9E2/6mjY4jJsImwz7PuYqdNj870Wx2iwwlf++wfhRuH4K4bpDy9GIoCA==", "license": "MIT", "dependencies": { - "@posthog/types": "^1.394.0" + "@posthog/types": "^1.395.0" } }, "node_modules/@posthog/types": { @@ -6342,12 +6342,12 @@ } }, "node_modules/posthog-node": { - "version": "5.42.0", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.42.0.tgz", - "integrity": "sha512-0lMYZQbRQOexGl7U1Ol+ntWogUnjLbkQeKZmFTwtn0Cgxhnk1DGdHYHVcsUvRcWlWjnAOZZ4SMPMq7aHOHWflQ==", + "version": "5.44.0", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.44.0.tgz", + "integrity": "sha512-dTKnUffCFfA4lSD8dD7sQ7SnGb0g8S42jEbhyGJxNim6SPHd95OBvhWSf9uDc/1X26XLZRGEln01IRPjLey+yQ==", "license": "MIT", "dependencies": { - "@posthog/core": "^1.41.0" + "@posthog/core": "^1.42.1" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index b2eed268..4c35a083 100644 --- a/package.json +++ b/package.json @@ -190,7 +190,7 @@ "music-metadata": "11.14.0", "n-readlines": "^3.4.1", "node-sqlite3-wasm": "^0.8.59", - "posthog-node": "^5.42.0", + "posthog-node": "^5.44.0", "uuid": "^14.0.1", "wavesurfer.js": "^7.12.10" },