diff --git a/package-lock.json b/package-lock.json index b5fac9a..5c0fe4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "mp3-duration": "^1.1.0", "nconf": "^0.13.0", "openai": "^6.15.0", - "posthog-node": "^5.18.0", + "posthog-node": "^5.19.0", "selfsigned": "^5.4.0", "sonos": "^1.14.2", "soundcraft-ui-connection": "^4.0.0", @@ -823,8 +823,7 @@ "version": "3.7.2", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/bluebird-co": { "version": "2.2.0", @@ -2455,9 +2454,9 @@ } }, "node_modules/posthog-node": { - "version": "5.18.1", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.18.1.tgz", - "integrity": "sha512-Hi7cRqAlvuEitdiurXJFdMip+BxcwYoX66at5RErMVP91V+Ph9BspGiawC3mJx/4znjwUjF29kAhf8oZQ2uJ5Q==", + "version": "5.19.0", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.19.0.tgz", + "integrity": "sha512-5Nx+/b1JbAy6TaCENuO+mLFfZIXyYavae+D6FABd52gzkGryRkRTsKi+WLlILI5shSCAMWs5gxzGAZ3nOC0gFA==", "license": "MIT", "dependencies": { "@posthog/core": "1.9.0" @@ -3245,7 +3244,6 @@ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", "license": "MIT", - "peer": true, "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index 0b41050..5efc459 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "mp3-duration": "^1.1.0", "nconf": "^0.13.0", "openai": "^6.15.0", - "posthog-node": "^5.18.0", + "posthog-node": "^5.19.0", "selfsigned": "^5.4.0", "sonos": "^1.14.2", "soundcraft-ui-connection": "^4.0.0",