Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @types/node from 20.8.1 to 20.8.4 #250

Merged
merged 1 commit into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8"
},
"devDependencies": {
"@types/node": "20.8.1",
"@types/node": "20.8.4",
"ts-node": "10.9.1",
"typescript": "5.2.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.3",
"@types/node": "20.8.1",
"@types/node": "20.8.4",
"tempy": "3.1.0",
"ts-node": "10.9.1",
"typescript": "5.2.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.8.1",
"@types/node": "20.8.4",
"typescript": "5.2.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.8.1",
"@types/node": "20.8.4",
"typescript": "5.2.2"
},
"publishConfig": {
Expand Down
25 changes: 17 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ __metadata:
resolution: "@mokr/core@workspace:packages/core"
dependencies:
"@types/hosted-git-info": 3.0.3
"@types/node": 20.8.1
"@types/node": 20.8.4
chalk: 5.3.0
deepmerge: 4.3.1
hosted-git-info: 7.0.1
Expand All @@ -152,7 +152,7 @@ __metadata:
resolution: "@mokr/plugins@workspace:packages/plugins"
dependencies:
"@mokr/core": "workspace:*"
"@types/node": 20.8.1
"@types/node": 20.8.4
typescript: 5.2.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -182,7 +182,7 @@ __metadata:
dependencies:
"@mokr/core": "workspace:*"
"@mokr/plugins": "workspace:*"
"@types/node": 20.8.1
"@types/node": 20.8.4
typescript: 5.2.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -918,10 +918,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:20.8.1":
version: 20.8.1
resolution: "@types/node@npm:20.8.1"
checksum: 2ae18915c44899766c5725d41a53f7519db7e16bdc70e558b906017b402ea03e641e5e2fb4a1204825f415570d2312dcaeb4c4e8667763a96ec1e227ba18bb87
"@types/node@npm:20.8.4":
version: 20.8.4
resolution: "@types/node@npm:20.8.4"
dependencies:
undici-types: ~5.25.1
checksum: 2106b9ef9750297cac68249428d7067c4d22c26908854165b70a164e34e900f4c34bb9bf3887c9391206b500d3e87171d03b1846e25788925236a0354390d278
languageName: node
linkType: hard

Expand Down Expand Up @@ -4289,7 +4291,7 @@ __metadata:
"@mokr/core": "workspace:*"
"@mokr/plugins": "workspace:*"
"@mokr/templates": "workspace:*"
"@types/node": 20.8.1
"@types/node": 20.8.4
bandersnatch: 1.12.8
ts-node: 10.9.1
typescript: 5.2.2
Expand Down Expand Up @@ -6318,6 +6320,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.25.1":
version: 5.25.3
resolution: "undici-types@npm:5.25.3"
checksum: ec9d2cc36520cbd9fbe3b3b6c682a87fe5be214699e1f57d1e3d9a2cb5be422e62735f06e0067dc325fd3dd7404c697e4d479f9147dc8a804e049e29f357f2ff
languageName: node
linkType: hard

"unicode-emoji-modifier-base@npm:^1.0.0":
version: 1.0.0
resolution: "unicode-emoji-modifier-base@npm:1.0.0"
Expand Down
Loading