https://github.com/twbs/bootstrap
Revision e2895670a4e48da854643792656dd85230e5861f authored by dependabot[bot] on 31 October 2023, 19:09:29 UTC, committed by GitHub on 31 October 2023, 19:09:29 UTC
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.17 to 7.23.2.
- [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/@babel/core@7.23.2/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d33bf4d
Raw File
Tip revision: e2895670a4e48da854643792656dd85230e5861f authored by dependabot[bot] on 31 October 2023, 19:09:29 UTC
Build(deps-dev): Bump @babel/core from 7.22.17 to 7.23.2 (#39306)
Tip revision: e289567
.editorconfig
# editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
back to top