Skip to content

Commit

Permalink
chore: Bump @types/node from 20.10.7 to 20.11.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.10.7 to 20.11.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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and doug-wade committed Jan 16, 2024
1 parent 8733d8c commit 9f7174d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@types/browser-sync": "^2.27.1",
"@types/mkdirp": "^2.0.0",
"@types/node": "^20.10.7",
"@types/node": "^20.11.3",
"jest": "^29.7.0",
"ts-node": "^10.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@typescript-eslint/utils": "^6.11.0"
},
"devDependencies": {
"@types/node": "^20.10.7",
"@types/node": "^20.11.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/rule-tester": "^6.18.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2822,7 +2822,7 @@ __metadata:
"@types/browser-sync": "npm:^2.27.1"
"@types/glob": "npm:^8.0.1"
"@types/mkdirp": "npm:^2.0.0"
"@types/node": "npm:^20.10.7"
"@types/node": "npm:^20.11.3"
browser-sync: "npm:^3.0.2"
chalk: "npm:^5.2.0"
commander: "npm:^11.0.0"
Expand Down Expand Up @@ -2908,7 +2908,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@tybalt/eslint-plugin@workspace:packages/eslint-plugin"
dependencies:
"@types/node": "npm:^20.10.7"
"@types/node": "npm:^20.11.3"
"@typescript-eslint/eslint-plugin": "npm:^6.7.4"
"@typescript-eslint/parser": "npm:^6.17.0"
"@typescript-eslint/rule-tester": "npm:^6.18.0"
Expand Down Expand Up @@ -3232,12 +3232,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.10.7":
version: 20.10.7
resolution: "@types/node@npm:20.10.7"
"@types/node@npm:^20.11.3":
version: 20.11.3
resolution: "@types/node@npm:20.11.3"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 4a1ba3fb7fc0a262c6b2d5ec763cec7abf5b5d6b2d277798ddbf05227f5778f9a806987821fd4d3eacd6f37c946ac61a9c64fb79ae4b84daaec12354158835a3
checksum: dff64333435bbda87e200e24e2103f40692d0a01849db685ecb31db7c589f2556843a03dd351ddaee9981020263939c026557b36df49154efd910c610deefe78
languageName: node
linkType: hard

Expand Down

0 comments on commit 9f7174d

Please sign in to comment.