Skip to content

Commit

Permalink
Bump @types/node from 20.12.4 to 20.12.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.12.4 to 20.12.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tuler committed Apr 6, 2024
1 parent 3ed947d commit 4dbd92a
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@deroll/tsconfig": "workspace:*",
"@types/node": "^20.12.4",
"@types/node": "^20.12.5",
"eslint": "^8.57.0",
"eslint-config-deroll": "workspace:*",
"tsup": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@deroll/tsconfig": "workspace:*",
"@types/node": "^20.12.4",
"@types/node": "^20.12.5",
"eslint": "^8.57.0",
"eslint-config-deroll": "workspace:*",
"tsup": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@deroll/tsconfig": "workspace:*",
"@types/node": "^20.12.4",
"@types/node": "^20.12.5",
"eslint": "^8.57.0",
"eslint-config-deroll": "workspace:*",
"npm-run-all": "^4",
Expand Down
56 changes: 28 additions & 28 deletions pnpm-lock.yaml

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

0 comments on commit 4dbd92a

Please sign in to comment.