Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 20.11.24 to 20.11.25 (#316)
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.24 to 20.11.25.
- [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 Mar 11, 2024
1 parent 1aa2c74 commit 67d53b6
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.11.24",
"@types/node": "20.11.25",
"ts-node": "10.9.2",
"typescript": "5.4.2"
},
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.24",
"@types/node": "20.11.25",
"tempy": "3.1.0",
"ts-node": "10.9.2",
"typescript": "5.4.2"
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.24",
"@types/node": "20.11.25",
"typescript": "5.4.2"
},
"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.24",
"@types/node": "20.11.25",
"typescript": "5.4.2"
},
"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.24"
"@types/node": "npm:20.11.25"
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.24"
"@types/node": "npm:20.11.25"
typescript: "npm:5.4.2"
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.24"
"@types/node": "npm:20.11.25"
typescript: "npm:5.4.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -946,12 +946,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.11.24":
version: 20.11.24
resolution: "@types/node@npm:20.11.24"
"@types/node@npm:20.11.25":
version: 20.11.25
resolution: "@types/node@npm:20.11.25"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 7f34bfae5f9b98b9910230af4b4c52dc7fb2d1e96fdebfbc3d7576f8ab3d100076f193f9469add9e7418b455294155e7e6a028498cc5e98f9d49349875a459cf
checksum: 861265f1bbb151404bd8842b595f027a4ff067c61ecff9a37b9f7f53922c18dd532c8e795e8e7675dd8dba056645623fd2b9848d5ef72863ec3609096cd2923e
languageName: node
linkType: hard

Expand Down Expand Up @@ -4367,7 +4367,7 @@ __metadata:
"@mokr/core": "workspace:*"
"@mokr/plugins": "workspace:*"
"@mokr/templates": "workspace:*"
"@types/node": "npm:20.11.24"
"@types/node": "npm:20.11.25"
bandersnatch: "npm:1.12.14"
ts-node: "npm:10.9.2"
typescript: "npm:5.4.2"
Expand Down

0 comments on commit 67d53b6

Please sign in to comment.