chore(deps)(deps-dev): bump @babel/traverse in /gitnexus (#3284)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 8.0.4 to 8.0.5.
- [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/v8.0.5/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-version: 8.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-09-14 10:57:47 +01:00 committed by GitHub
parent dcf6bbc11d
commit 29f4ce0592
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -179,18 +179,18 @@
}
},
"node_modules/@babel/traverse": {
"version": "8.0.4",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-8.0.4.tgz",
"integrity": "sha512-bZnmqzGG8UZneG1lLxBoWIH0G6Gr1D846Yu4/3XnY6FhCndMR49u26nTY08u/dAxWmLWF9vGQOuC+84FfIUoeg==",
"version": "8.0.5",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-8.0.5.tgz",
"integrity": "sha512-XFfnuvapSc/vJOcUO7kwORSvpBIvraofKEZ2dhT0PjiF21BRCD7YbAFC8UEeDJNeLoQz82/gVqzgX5hCzkCbdg==",
"dev": true,
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^8.0.0",
"@babel/generator": "^8.0.0",
"@babel/generator": "^8.0.5",
"@babel/helper-globals": "^8.0.0",
"@babel/parser": "^8.0.4",
"@babel/parser": "^8.0.5",
"@babel/template": "^8.0.0",
"@babel/types": "^8.0.4",
"@babel/types": "^8.0.5",
"obug": "^2.1.1"
},
"engines": {