botkit-cms icon indicating copy to clipboard operation
botkit-cms copied to clipboard

An open tool for designing, building and managing interactive dialog systems

Results 42 botkit-cms issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.4 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...

dependencies

When I run npm install after clone the git repository, I get the next error message on the log file that was created: 7839 verbose stack Error: [email protected] postinstall: `node...

Hi, I have botkit and botkit-cms on the same server, both of them are running and everything fine. I added the following to .env file (on botkit) and configured the...

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Release notes Sourced from eslint-utils's releases. v1.4.3 🐛 Bug fixes 8f9e481ecc1204c7a1331b697f97903f90c75154 fixed false positive of ReferenceTracker. v1.4.2 🐛 Bug fixes e4cb01498df6096b66edb0c78965ee6f47d3ac77 fixed a regression...

dependencies

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. Changelog Sourced from js-yaml's changelog. [3.13.1] - 2019-04-05 Security Fix possible code execution in (already unsafe) .load(), #480. [3.13.0] - 2019-03-20 Security Security fix:...

dependencies

Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.mergewith&package-manager=npm_and_yarn&previous-version=4.6.1&new-version=4.6.2)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [express-basic-auth](https://github.com/LionC/express-basic-auth) from 1.1.6 to 1.1.7. Commits f593b20 1.1.7 00bb29f :lock::sparkles: Add time safe compare function (#21) See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=express-basic-auth&package-manager=npm_and_yarn&previous-version=1.1.6&new-version=1.1.7)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any...

dependencies

I have a use case to share persistent storage across multiple instances of botkit-cms which excludes file system. What would be the best approach to have persistent storage shared across...