Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 20.12.2 to 20.12.5 (#324)
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.2 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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent a0297b7 commit 89bee60
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"bandersnatch": "1.12.14"
},
"devDependencies": {
"@types/node": "20.12.2",
"@types/node": "20.12.5",
"ts-node": "10.9.2",
"typescript": "5.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/hosted-git-info": "3.0.5",
"@types/node": "20.12.2",
"@types/node": "20.12.5",
"tempy": "3.1.0",
"ts-node": "10.9.2",
"typescript": "5.4.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@mokr/core": "workspace:*"
},
"devDependencies": {
"@types/node": "20.12.2",
"@types/node": "20.12.5",
"typescript": "5.4.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@mokr/plugins": "workspace:*"
},
"devDependencies": {
"@types/node": "20.12.2",
"@types/node": "20.12.5",
"typescript": "5.4.3"
},
"publishConfig": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ __metadata:
resolution: "@mokr/core@workspace:packages/core"
dependencies:
"@types/hosted-git-info": "npm:3.0.5"
"@types/node": "npm:20.12.2"
"@types/node": "npm:20.12.5"
chalk: "npm:5.3.0"
deepmerge: "npm:4.3.1"
hosted-git-info: "npm:7.0.1"
Expand All @@ -180,7 +180,7 @@ __metadata:
resolution: "@mokr/plugins@workspace:packages/plugins"
dependencies:
"@mokr/core": "workspace:*"
"@types/node": "npm:20.12.2"
"@types/node": "npm:20.12.5"
typescript: "npm:5.4.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -210,7 +210,7 @@ __metadata:
dependencies:
"@mokr/core": "workspace:*"
"@mokr/plugins": "workspace:*"
"@types/node": "npm:20.12.2"
"@types/node": "npm:20.12.5"
typescript: "npm:5.4.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1001,12 +1001,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.12.2":
version: 20.12.2
resolution: "@types/node@npm:20.12.2"
"@types/node@npm:20.12.5":
version: 20.12.5
resolution: "@types/node@npm:20.12.5"
dependencies:
undici-types: "npm:~5.26.4"
checksum: f1f0ebfe475aefa183763b856e0023b81b76554196e8676a45b9fcfd1012cdd20d32adefb3c0330001c0011e074676603c34c24821a4924228250ea13a75da43
checksum: 7b647ea6679016e4e58e1aa439c46b610230ffcbe19173911fbf1d1fa329ec6fd1eeba4e3e2d8743206d3b00d5a0cad75f1c90189e1d1ec057eb48df1a1dd747
languageName: node
linkType: hard

Expand Down Expand Up @@ -4430,7 +4430,7 @@ __metadata:
"@mokr/core": "workspace:*"
"@mokr/plugins": "workspace:*"
"@mokr/templates": "workspace:*"
"@types/node": "npm:20.12.2"
"@types/node": "npm:20.12.5"
bandersnatch: "npm:1.12.14"
ts-node: "npm:10.9.2"
typescript: "npm:5.4.3"
Expand Down

0 comments on commit 89bee60

Please sign in to comment.