Skip to content

Commit

Permalink
deps(deps): 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 17.7.2 to 20.2.0
- [Commits](https://github.com/aredridel/node-bin-gen/commits)

Updates `@types/node` from 17.0.23 to 20.2.5
- [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:production
  update-type: version-update:semver-major
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 3, 2023
1 parent 859ea7a commit 65e9b7e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
31 changes: 15 additions & 16 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"express": "^4.18.2",
"i18next": "^22.5.0",
"i18next-fs-backend": "^1.1.4",
"node": "^17.7.2",
"node": "^20.2.0",
"prettier": "^2.8.8"
},
"optionalDependencies": {
Expand All @@ -51,7 +51,7 @@
"@tsconfig/node16": "^1.0.2",
"@types/express": "^4.17.17",
"@types/i18next-fs-backend": "^1.1.2",
"@types/node": "^17.0.9",
"@types/node": "^20.2.5",
"@types/node-fetch": "^2.6.4",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^5.59.8",
Expand Down

0 comments on commit 65e9b7e

Please sign in to comment.