Bump scss-tokenizer, gulp-sass and node-sass

Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) to 0.4.3 and updates ancestor dependencies [scss-tokenizer](https://github.com/sasstools/scss-tokenizer), [gulp-sass](https://github.com/dlmanning/gulp-sass) and [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together.


Updates `scss-tokenizer` from 0.2.3 to 0.4.3
- [Release notes](https://github.com/sasstools/scss-tokenizer/releases)
- [Commits](https://github.com/sasstools/scss-tokenizer/compare/v0.2.3...v0.4.3)

Updates `gulp-sass` from 4.0.1 to 5.1.0
- [Release notes](https://github.com/dlmanning/gulp-sass/releases)
- [Changelog](https://github.com/dlmanning/gulp-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dlmanning/gulp-sass/compare/v4.0.1...v5.1.0)

Updates `node-sass` from 4.9.2 to 7.0.3
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v4.9.2...v7.0.3)

---
updated-dependencies:
- dependency-name: scss-tokenizer
  dependency-type: indirect
- dependency-name: gulp-sass
  dependency-type: direct:production
- dependency-name: node-sass
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files changed
tree: 987a514ea44edc7264db810800f6523ed609264a
  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.