Skip to content

Commit

Permalink
chore(deps-dev): bump @types/node from 20.10.5 to 20.10.6 (#288)
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.5 to 20.10.6.
- [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 Jan 1, 2024
1 parent 0bc5bbb commit 5ab1549
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.10.5",
"@types/node": "20.10.6",
"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.10.5",
"@types/node": "20.10.6",
"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.10.5",
"@types/node": "20.10.6",
"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.10.5",
"@types/node": "20.10.6",
"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.10.5"
"@types/node": "npm:20.10.6"
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.10.5"
"@types/node": "npm:20.10.6"
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.10.5"
"@types/node": "npm:20.10.6"
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.10.5":
version: 20.10.5
resolution: "@types/node@npm:20.10.5"
"@types/node@npm:20.10.6":
version: 20.10.6
resolution: "@types/node@npm:20.10.6"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 4a378428d2c9f692b19801a5a3d20dc4c0ad5d4a3d103350f8b401af439941a9aa5efeadc8eb9db13c66c620318bc7f336abfc8934f82fd32c4a689d85068c6f
checksum: 08471220d3cbbb6669835c4b78541edf5eface8f2c2e36c550cfa4ff73da73071c90e200a06359fac25d6564127597c23e178128058fb676824ec23d5178a017
languageName: node
linkType: hard

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

0 comments on commit 5ab1549

Please sign in to comment.