Skip to content

Commit

Permalink
Bump the dev-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 3 updates: [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser), [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@babel/parser` from 7.25.8 to 7.25.9
- [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.9/packages/babel-parser)

Updates `@babel/traverse` from 7.25.7 to 7.25.9
- [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.9/packages/babel-traverse)

Updates `@types/node` from 22.7.7 to 22.7.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@babel/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@babel/traverse"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent cf519ff commit ce2263e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
},
"homepage": "https://github.com/sgohlke/stryker-log-ignorer#readme",
"devDependencies": {
"@babel/parser": "7.25.8",
"@babel/traverse": "7.25.7",
"@babel/parser": "7.25.9",
"@babel/traverse": "7.25.9",
"@types/babel__core": "7.20.5",
"@types/node": "22.7.7",
"@types/node": "22.7.8",
"@vitest/coverage-v8": "2.1.3",
"eslint-plugin-deprecation": "3.0.0",
"eslint-plugin-import": "2.31.0",
Expand Down

0 comments on commit ce2263e

Please sign in to comment.