Bump lodash, bhttp and gulp

Bumps [lodash](https://github.com/lodash/lodash) to 4.17.21 and updates ancestor dependencies [lodash](https://github.com/lodash/lodash), [bhttp](https://github.com/joepie91/node-bhttp) and [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together.


Updates `lodash` from 4.17.11 to 4.17.21
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21)

Updates `bhttp` from 1.2.4 to 1.2.8
- [Release notes](https://github.com/joepie91/node-bhttp/releases)
- [Changelog](https://github.com/joepie91/node-bhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/joepie91/node-bhttp/commits)

Updates `gulp` from 3.9.1 to 4.0.2
- [Release notes](https://github.com/gulpjs/gulp/releases)
- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/gulp/compare/v3.9.1...v4.0.2)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
- dependency-name: bhttp
  dependency-type: indirect
- dependency-name: gulp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files changed
tree: 623fba11aec16fed7e63cf021973cc85894597f3
  1. _data/
  2. _images/
  3. _includes/
  4. _layouts/
  5. _posts/
  6. assets/
  7. blog/
  8. community/
  9. css-apache/
  10. css-extra/
  11. data/
  12. docs/
  13. fonts/
  14. img/
  15. js/
  16. scss/
  17. version/
  18. .gitignore
  19. _config.yml
  20. CONTRIBUTING.md
  21. downloads.md
  22. downloads_apache.html
  23. druid-powered.md
  24. druid.md
  25. faq.md
  26. Gemfile
  27. google7061d72c536b2e8d.html
  28. gulpfile.js
  29. index.html
  30. libraries.md
  31. licensing.md
  32. package-lock.json
  33. package.json
  34. README.md
  35. release.sh
  36. robots.txt
  37. technology.md
  38. thanks.md
  39. use-cases.md
README.md

Druid Project Website

https://druid.apache.org/

Building

Setup (you only need to do this once):

npm install
bundle install

Every time you want to run the site:

gulp
npm start

Notes

Ideally we would not be checking in the css directory and just build it as part of the deploy process.

Contributing

See CONTRIBUTING.md.