Skip to content

Commit

Permalink
build(deps-dev): Bump @types/node from 20.6.2 to 20.6.3
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.6.2 to 20.6.3.
- [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 Sep 20, 2023
1 parent b642d35 commit 3030434
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 @@ -38,7 +38,7 @@
"devDependencies": {
"@types/bindings": "^1.5.2",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.2",
"@types/node": "^20.6.3",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"eslint": "^8.49.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.2",
"@types/node": "^20.6.2",
"@types/node": "^20.6.3",
"clang-format": "^1.8.0",
"prebuild": "^12.0.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.2",
"@types/istanbul-lib-hook": "^2.0.1",
"@types/istanbul-lib-instrument": "^1.7.4",
"@types/node": "^20.6.2",
"@types/node": "^20.6.3",
"@types/proper-lockfile": "^4.1.2",
"@types/source-map-support": "^0.5.7",
"typescript": "^5.2.2"
Expand Down

0 comments on commit 3030434

Please sign in to comment.