Skip to content

Commit

Permalink
Bump @types/node from 20.8.10 to 20.11.0
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.8.10 to 20.11.0.
- [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 Jan 12, 2024
1 parent c585fdd commit bfb6dfb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@actions/core": "^1.10.1"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/node": "20.11.0",
"@typescript-eslint/parser": "^6.9.1",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.52.0",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:20.8.10":
"@types/node@npm:*":
version: 20.8.10
resolution: "@types/node@npm:20.8.10"
dependencies:
Expand All @@ -1024,6 +1024,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.11.0":
version: 20.11.0
resolution: "@types/node@npm:20.11.0"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 560aa850dfccb83326f9cba125459f6c3fb0c71ec78f22c61e4d248f1df78bd25fd6792cef573dfbdc49c882f8e38bb1a82ca87e0e28ff2513629c704c2b02af
languageName: node
linkType: hard

"@types/semver@npm:^7.3.12, @types/semver@npm:^7.5.0":
version: 7.5.4
resolution: "@types/semver@npm:7.5.4"
Expand Down Expand Up @@ -1287,7 +1296,7 @@ __metadata:
resolution: "action-template@workspace:."
dependencies:
"@actions/core": "npm:^1.10.1"
"@types/node": "npm:20.8.10"
"@types/node": "npm:20.11.0"
"@typescript-eslint/parser": "npm:^6.9.1"
"@vercel/ncc": "npm:^0.38.1"
eslint: "npm:^8.52.0"
Expand Down

0 comments on commit bfb6dfb

Please sign in to comment.