Skip to content

Commit

Permalink
chore(deps-dev): bump node and @types/node
Browse files Browse the repository at this point in the history
Bumps [node](https://github.com/aredridel/node-bin-gen) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). These dependencies needed to be updated together.

Updates `node` from 20.12.2 to 20.13.0
- [Commits](https://github.com/aredridel/node-bin-gen/commits)

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

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 8, 2024
1 parent a259f44 commit 6f9c1af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/generator/dependencies/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@playwright/test": "1.44.0",
"@prettier/plugin-xml": "3.4.1",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/node": "20.12.10",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"autoprefixer": "10.4.19",
Expand All @@ -25,7 +25,7 @@
"jest": "29.7.0",
"lint-staged": "15.2.2",
"mkdirp": "3.0.1",
"node": "20.12.2",
"node": "20.13.0",
"npm": "10.7.0",
"npm-run-all": "4.1.5",
"onchange": "7.1.0",
Expand Down

0 comments on commit 6f9c1af

Please sign in to comment.