diff --git a/package-lock.json b/package-lock.json index 9706150..bc29758 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "slackonos", - "version": "2.0.1", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "slackonos", - "version": "2.0.1", + "version": "2.2.0", "license": "ISC", "dependencies": { "@jsfeb26/urllib-sync": "^1.1.4", @@ -20,7 +20,7 @@ "mp3-duration": "^1.1.0", "nconf": "^0.13.0", "openai": "^6.9.1", - "posthog-node": "^5.15.0", + "posthog-node": "^5.17.3", "selfsigned": "^5.2.0", "sonos": "^1.14.2", "soundcraft-ui-connection": "^4.0.0", @@ -34,7 +34,7 @@ "sinon": "^21.0.0" }, "engines": { - "node": ">=7.5" + "node": ">=17.0.0" } }, "node_modules/@colors/colors": { @@ -410,9 +410,9 @@ } }, "node_modules/@posthog/core": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.6.0.tgz", - "integrity": "sha512-Tbh8UACwbb7jFdDC7wwXHtfNzO+4wKh3VbyMHmp2UBe6w1jliJixexTJNfkqdGZm+ht3M10mcKvGGPnoZ2zLBg==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@posthog/core/-/core-1.8.0.tgz", + "integrity": "sha512-SfmG1EdbR+2zpQccgBUxM/snCROB9WGkY7VH1r9iaoTNqoaN9IkmIEA/07cZLY4DxVP8jt6Vdfe3s84xksac1g==", "license": "MIT", "dependencies": { "cross-spawn": "^7.0.6" @@ -2270,12 +2270,12 @@ } }, "node_modules/posthog-node": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.15.0.tgz", - "integrity": "sha512-Q70DGmUoy/Lavrq+qn2shIj/EQSeyaz6huIZQlLE6y8Xa6xtZw+Jg1lyr2nC1sEEFPCU1X7zkNvP6mjbYwqjYA==", + "version": "5.17.3", + "resolved": "https://registry.npmjs.org/posthog-node/-/posthog-node-5.17.3.tgz", + "integrity": "sha512-sV7olZNd4RTmqUyfk0FARqy8WRVsqCkgQtuO+P1GkP5oURcqx0VvGqktnByw2zFV63qX5Fa3vdoH4xheahYzKQ==", "license": "MIT", "dependencies": { - "@posthog/core": "1.6.0" + "@posthog/core": "1.8.0" }, "engines": { "node": ">=20" diff --git a/package.json b/package.json index e5b1d53..4ef074d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "mp3-duration": "^1.1.0", "nconf": "^0.13.0", "openai": "^6.9.1", - "posthog-node": "^5.15.0", + "posthog-node": "^5.17.3", "sonos": "^1.14.2", "soundcraft-ui-connection": "^4.0.0", "urlencode": "^2.0.0",