Bump @babel/traverse from 7.23.0 to 7.23.6

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.23.0 to 7.23.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.6/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: 60852d60ea9227d845e871bde96a815cfd2fb1bf
  1. .github/
  2. .husky/
  3. LICENSES/
  4. packages/
  5. test/
  6. web/
  7. .asf.yaml
  8. .editorconfig
  9. .eslintignore
  10. .eslintrc.js
  11. .gitattributes
  12. .gitignore
  13. .lintstagedrc
  14. .mocharc.js
  15. .ratignore
  16. .travis.yml
  17. babel.config.js
  18. CODE_OF_CONDUCT.md
  19. DISCLAIMER-WIP
  20. lerna.json
  21. LICENSE
  22. Makefile
  23. NOTICE
  24. package-lock.json
  25. package.json
  26. README.md
  27. repolinter.json
  28. SECURITY.md
  29. tsconfig.base.json
  30. tsconfig.json
  31. tsconfig.test.json
  32. typedoc.json
README.md

Apache Annotator (incubating) Build Status

Apache Annotator (incubating) provides libraries to enable annotation related software, with an initial focus on identification of textual fragments in browser environments.

Installation, usage, API documentation

See documentation on the website: https://annotator.apache.org/docs/

How to build

Building Annatator libraries requires Node.JS (>= 18). All other dependencies are automatically installed as part of the build.

  • npm run build -- builds the project
  • npm test -- runs the tests
  • npm run start -- starts the demo application

Getting Involved

License

This project is available as open source under the terms of the Apache 2.0 License. For accurate information, please check individual files.

Disclaimer

Apache Annotator is currently undergoing incubation at The Apache Software Foundation.

See the accompanying DISCLAIMER file for details.