Skip to content

Commit

Permalink
build(deps-dev): Bump @types/node from 20.10.4 to 20.10.5
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.4 to 20.10.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- 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 and github-actions[bot] committed Dec 18, 2023
1 parent b16e428 commit 7a9e9ed
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@types/bindings": "^1.5.5",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"eslint": "^8.55.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fuzzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/bindings": "^1.5.5",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"clang-format": "^1.8.0",
"prebuild": "^12.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/instrumentor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/babel__core": "^7.20.5",
"@types/istanbul-lib-hook": "^2.0.4",
"@types/istanbul-lib-instrument": "^1.7.7",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"@types/proper-lockfile": "^4.1.4",
"@types/source-map-support": "^0.5.10",
"typescript": "^5.3.3"
Expand Down

0 comments on commit 7a9e9ed

Please sign in to comment.