sample-appointment-reminders-node
sample-appointment-reminders-node copied to clipboard
Send automatic reminders about scheduled events using Node.js and Twilio SMS
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
Bumps [debug](https://github.com/visionmedia/debug) from 4.1.0 to 4.3.2. Release notes Sourced from debug's releases. 4.3.2 Patch release 4.3.2 Caches enabled statuses on a per-logger basis to speed up .enabled checks (#799) Thank...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [chai](https://github.com/chaijs/chai) from 3.5.0 to 4.3.4. Release notes Sourced from chai's releases. v4.3.4 This fixes broken inspect behavior with bigints (#1321) (#1383) thanks @vapier 4.3.3 / 2021-03-03 This reintroduces Assertion...
Bumps [pug](https://github.com/pugjs/pug) from 2.0.3 to 3.0.1. Release notes Sourced from pug's releases. [email protected] Bug Fixes Update with to resolve core-js deprecation notice (#3259) [email protected] Bug Fixes Sanitise the pretty option...
Bumps [pug-code-gen](https://github.com/pugjs/pug) from 2.0.1 to 2.0.3. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Remote code execution via the pretty option. Impact If...
Bumps [pug](https://github.com/pugjs/pug) from 2.0.3 to 3.0.2. Release notes Sourced from pug's releases. [email protected] Bug Fixes Sanitise the pretty option (#3314) If a malicious attacker could control the pretty option, it...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution in lodash Versions of lodash prior to 4.17.19...
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.13 to 0.5.33. Release notes Sourced from moment-timezone's releases. Release 0.5.33 Updated data to IANA TZDB 2021a Release 0.5.32 Updated data to IANA TZDB 2020d Release 0.5.31...
When trying out this demo I noticed that I wasn't receiving any appointment notifications. It appears that the strict equals on L27 of notifications.js will never evaluate to be true...