Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 20.11.2 to 20.11.5 (#293)
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.11.2 to 20.11.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 22, 2024
1 parent 5b079ff commit f33fdbf
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.13"
},
"devDependencies": {
"@types/node": "20.11.2",
"@types/node": "20.11.5",
"ts-node": "10.9.2",
"typescript": "5.3.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.11.2",
"@types/node": "20.11.5",
"tempy": "3.1.0",
"ts-node": "10.9.2",
"typescript": "5.3.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.11.2",
"@types/node": "20.11.5",
"typescript": "5.3.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.11.2",
"@types/node": "20.11.5",
"typescript": "5.3.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.11.2"
"@types/node": "npm:20.11.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.11.2"
"@types/node": "npm:20.11.5"
typescript: "npm:5.3.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.11.2"
"@types/node": "npm:20.11.5"
typescript: "npm:5.3.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -946,12 +946,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.11.2":
version: 20.11.2
resolution: "@types/node@npm:20.11.2"
"@types/node@npm:20.11.5":
version: 20.11.5
resolution: "@types/node@npm:20.11.5"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 029d603b56f7277b109a14e29e97d8e7269960cedafd8761cd0e65a0bcd9e7a554c192708becf3248a22f42681f476320af6a06c64a692a52414d1c167d9f50a
checksum: 9f31c471047d7b3e240ce7b77ff29b0d15e83be7e3feafb3d0b0d0931122b438b1eefa302a5a2e1e9849914ff3fd76aafbd8ccb372efb1331ba048da63bce6f8
languageName: node
linkType: hard

Expand Down Expand Up @@ -4345,7 +4345,7 @@ __metadata:
"@mokr/core": "workspace:*"
"@mokr/plugins": "workspace:*"
"@mokr/templates": "workspace:*"
"@types/node": "npm:20.11.2"
"@types/node": "npm:20.11.5"
bandersnatch: "npm:1.12.13"
ts-node: "npm:10.9.2"
typescript: "npm:5.3.3"
Expand Down

0 comments on commit f33fdbf

Please sign in to comment.