Skip to content

Commit

Permalink
Bump the parsing-minor-updates group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the parsing-minor-updates group with 2 updates in the /internal/staticanalysis/parsing directory: [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) and [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse).


Updates `@babel/parser` from 7.24.0 to 7.25.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.25.6/packages/babel-parser)

Updates `@babel/traverse` from 7.24.0 to 7.25.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.25.6/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: parsing-minor-updates
- dependency-name: "@babel/traverse"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: parsing-minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 60ea1dc commit f0e6064
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 110 deletions.
180 changes: 72 additions & 108 deletions internal/staticanalysis/parsing/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions internal/staticanalysis/parsing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"type": "module",
"dependencies": {
"@babel/parser": "^7.24.0",
"@babel/traverse": "^7.24.0"
"@babel/parser": "^7.25.6",
"@babel/traverse": "^7.25.6"
}
}

0 comments on commit f0e6064

Please sign in to comment.