diff --git a/package-lock.json b/package-lock.json index fbd8cab..606fe32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "mp3-duration": "^1.1.0", "nconf": "^0.13.0", "openai": "^6.16.0", - "posthog-node": "^5.24.1", + "posthog-node": "^5.24.2", "selfsigned": "^5.5.0", "sonos": "^1.14.2", "soundcraft-ui-connection": "^4.1.1", @@ -460,9 +460,9 @@ } }, "node_modules/@posthog/core": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.13.0.tgz", - "integrity": "sha512-knjncrk7qRmssFRbGzBl1Tunt21GRpe0Wv+uVelyL0Rh7PdQUsgguulzXFTps8hA6wPwTU4kq85qnbAJ3eH6Wg==", + "version": "1.14.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.14.0.tgz", + "integrity": "sha512-havjGYHwL8Gy6LXIR911h+M/sYlJLQbepxP/cc1M7Cp3v8F92bzpqkbuvUIUyb7/izkxfGwc9wMqKAo0QxMTrg==", "license": "MIT", "dependencies": { "cross-spawn": "^7.0.6" @@ -2455,12 +2455,12 @@ } }, "node_modules/posthog-node": { - "version": "5.24.1", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.24.1.tgz", - "integrity": "sha512-1+wsosb5fjuor9zpp3h2uq0xKYY7rDz8gpw/10Scz8Ob/uVNrsHSwGy76D9rgt4cfyaEgpJwyYv+hPi2+YjWtw==", + "version": "5.24.2", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.24.2.tgz", + "integrity": "sha512-cywIUYtSIC9BilgLlZd1R2xNk6omKL6tywG/SCPmUJKeG2jhjvJHSrHXYx4x3uQsUjn8aB9UVI8km+W326Zm8g==", "license": "MIT", "dependencies": { - "@posthog/core": "1.13.0" + "@posthog/core": "1.14.0" }, "engines": { "node": "^20.20.0 || >=22.22.0" diff --git a/package.json b/package.json index bb10fa3..ed72f5f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "mp3-duration": "^1.1.0", "nconf": "^0.13.0", "openai": "^6.16.0", - "posthog-node": "^5.24.1", + "posthog-node": "^5.24.2", "selfsigned": "^5.5.0", "sonos": "^1.14.2", "soundcraft-ui-connection": "^4.1.1",