Skip to content

Commit

Permalink
Bump the parsing-minor-updates group (ossf#973)
Browse files Browse the repository at this point in the history
Bumps the parsing-minor-updates group in /internal/staticanalysis/parsing with 2 updates: [@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.23.3 to 7.23.4
- [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.4/packages/babel-parser)

Updates `@babel/traverse` from 7.23.3 to 7.23.4
- [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.4/packages/babel-traverse)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2023
1 parent 6bfaee7 commit af70e47
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 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.23.3",
"@babel/traverse": "^7.23.3"
"@babel/parser": "^7.23.4",
"@babel/traverse": "^7.23.4"
}
}

0 comments on commit af70e47

Please sign in to comment.