Skip to content

Commit

Permalink
build(deps-dev): Bump @types/node from 20.9.1 to 20.9.2
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.9.1 to 20.9.2.
- [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 Nov 20, 2023
1 parent f3a3195 commit 402e1f5
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.4",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.1",
"@types/node": "^20.9.2",
"@types/yargs": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint": "^8.53.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.4",
"@types/node": "^20.9.1",
"@types/node": "^20.9.2",
"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.4",
"@types/istanbul-lib-hook": "^2.0.4",
"@types/istanbul-lib-instrument": "^1.7.7",
"@types/node": "^20.9.1",
"@types/node": "^20.9.2",
"@types/proper-lockfile": "^4.1.4",
"@types/source-map-support": "^0.5.10",
"typescript": "^5.2.2"
Expand Down

0 comments on commit 402e1f5

Please sign in to comment.