diff --git a/package-lock.json b/package-lock.json index 33837e3..4d33210 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1958,9 +1958,9 @@ } }, "dayjs": { - "version": "1.8.36", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.36.tgz", - "integrity": "sha512-3VmRXEtw7RZKAf+4Tv1Ym9AGeo8r8+CjDi26x+7SYQil1UqtqdaokhzoEJohqlzt0m5kacJSDhJQkG/LWhpRBw==" + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.1.tgz", + "integrity": "sha512-01NCTBg8cuMJG1OQc6PR7T66+AFYiPwgDvdJmvJBn29NGzIG+DIFxPLNjHzwz3cpFIvG+NcwIjP9hSaPVoOaDg==" }, "debug": { "version": "3.1.0", @@ -7521,9 +7521,9 @@ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" }, "twilio": { - "version": "3.49.3", - "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.49.3.tgz", - "integrity": "sha512-jdstMeMx+mlm8EggoPOxIE3vVPe4doaM2dKB64ib+wJgYtYGKmFztFb0jTVIx4/980/eI3KVGjkzKiZ9c6CJhQ==", + "version": "3.49.4", + "resolved": "https://registry.npmjs.org/twilio/-/twilio-3.49.4.tgz", + "integrity": "sha512-sC18gso9tgnIe8P99mv6KzHxrkUUCoxfNGbQfOmtakLLwuoehUMz4WTKbA3ubcCtqtjPSTGqV9GRCDJ4gloKQQ==", "requires": { "@types/express": "^4.17.7", "@types/qs": "6.9.4", diff --git a/package.json b/package.json index 8a979e0..db1cff5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "puppeteer-extra-plugin-stealth": "^2.6.1", "pushbullet": "^2.4.0", "pushover-notifications": "^1.2.2", - "twilio": "^3.49.3", + "twilio": "^3.49.4", "twitter": "^1.7.1", "winston": "^3.3.3" },