Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18.17.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 15, 2023
1 parent c54f1dd commit ac389f7
Show file tree
Hide file tree
Showing 18 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion packages/uniconfig-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/node": "18.16.18"
"@types/node": "18.17.16"
},
"files": [
"README.md",
Expand Down
2 changes: 1 addition & 1 deletion packages/uniconfig-plugin-ajv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/node": "18.16.18"
"@types/node": "18.17.16"
},
"files": [
"README.md",
Expand Down
2 changes: 1 addition & 1 deletion packages/uniconfig-plugin-api-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/node": "18.16.18"
"@types/node": "18.17.16"
},
"files": [
"README.md",
Expand Down
2 changes: 1 addition & 1 deletion packages/uniconfig-plugin-api-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/node": "18.16.18"
"@types/node": "18.17.16"
},
"files": [
"README.md",
Expand Down
2 changes: 1 addition & 1 deletion packages/uniconfig-plugin-argv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"yargs": "^17.5.1"
},
"devDependencies": {
"@types/node": "18.16.18"
"@types/node": "18.17.16"
},
"files": [
"README.md",
Expand Down
2 changes: 1 addition & 1 deletion packages/uniconfig-plugin-datatree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/node": "18.16.18"
"@types/node": "18.17.16"
}
}
2 changes: 1 addition & 1 deletion packages/uniconfig-plugin-dot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
],
"devDependencies": {
"@types/dot": "^1.1.5",
"@types/node": "18.16.18"
"@types/node": "18.17.16"
}
}
2 changes: 1 addition & 1 deletion packages/uniconfig-plugin-dotenv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
],
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/node": "18.16.18"
"@types/node": "18.17.16"
}
}
2 changes: 1 addition & 1 deletion packages/uniconfig-plugin-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/node": "18.16.18"
"@types/node": "18.17.16"
},
"files": [
"README.md",
Expand Down
2 changes: 1 addition & 1 deletion packages/uniconfig-plugin-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/node": "18.16.18"
"@types/node": "18.17.16"
},
"files": [
"README.md",
Expand Down
2 changes: 1 addition & 1 deletion packages/uniconfig-plugin-ip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
],
"devDependencies": {
"@types/ip": "^1.1.0",
"@types/node": "18.16.18"
"@types/node": "18.17.16"
}
}
2 changes: 1 addition & 1 deletion packages/uniconfig-plugin-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"devDependencies": {
"@qiwi/uniconfig-plugin-api-file": "workspace:*",
"@qiwi/uniconfig-plugin-datatree": "workspace:*",
"@types/node": "18.16.18"
"@types/node": "18.17.16"
}
}
2 changes: 1 addition & 1 deletion packages/uniconfig-plugin-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/node": "18.16.18"
"@types/node": "18.17.16"
},
"files": [
"README.md",
Expand Down
2 changes: 1 addition & 1 deletion packages/uniconfig-plugin-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"target"
],
"devDependencies": {
"@types/node": "18.16.18",
"@types/node": "18.17.16",
"@types/read-pkg": "^5.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/uniconfig-plugin-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
],
"devDependencies": {
"@types/app-root-path": "^1.2.4",
"@types/node": "18.16.18"
"@types/node": "18.17.16"
}
}
2 changes: 1 addition & 1 deletion packages/uniconfig-plugin-yaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@qiwi/uniconfig-plugin-api-file": "workspace:*",
"@qiwi/uniconfig-plugin-datatree": "workspace:*",
"@types/js-yaml": "^4.0.5",
"@types/node": "18.16.18"
"@types/node": "18.17.16"
}
}
2 changes: 1 addition & 1 deletion packages/uniconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/node": "18.16.18"
"@types/node": "18.17.16"
},
"files": [
"README.md",
Expand Down
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ __metadata:
resolution: "@qiwi/uniconfig-core@workspace:packages/uniconfig-core"
dependencies:
"@types/lodash": "npm:^4.14.182"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
browser-or-node: "npm:^2.0.0"
lodash: "npm:^4.17.21"
tslib: "npm:^2.4.0"
Expand Down Expand Up @@ -1086,7 +1086,7 @@ __metadata:
resolution: "@qiwi/uniconfig-plugin-ajv@workspace:packages/uniconfig-plugin-ajv"
dependencies:
"@qiwi/uniconfig-core": "workspace:*"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
ajv: "npm:^8.11.0"
ajv-formats: "npm:^2.1.1"
tslib: "npm:^2.4.0"
Expand All @@ -1098,7 +1098,7 @@ __metadata:
resolution: "@qiwi/uniconfig-plugin-api-file@workspace:packages/uniconfig-plugin-api-file"
dependencies:
"@qiwi/uniconfig-core": "workspace:*"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
tslib: "npm:^2.4.0"
languageName: unknown
linkType: soft
Expand All @@ -1108,7 +1108,7 @@ __metadata:
resolution: "@qiwi/uniconfig-plugin-api-http@workspace:packages/uniconfig-plugin-api-http"
dependencies:
"@qiwi/uniconfig-core": "workspace:*"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
sync-request: "npm:^6.1.0"
then-request: "npm:^6.0.2"
tslib: "npm:^2.4.0"
Expand All @@ -1120,7 +1120,7 @@ __metadata:
resolution: "@qiwi/uniconfig-plugin-argv@workspace:packages/uniconfig-plugin-argv"
dependencies:
"@qiwi/uniconfig-core": "workspace:*"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
tslib: "npm:^2.4.0"
yargs: "npm:^17.5.1"
languageName: unknown
Expand All @@ -1132,7 +1132,7 @@ __metadata:
dependencies:
"@qiwi/uniconfig-core": "workspace:*"
"@types/lodash": "npm:^4.14.182"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
lodash: "npm:^4.17.21"
tslib: "npm:^2.4.0"
languageName: unknown
Expand All @@ -1144,7 +1144,7 @@ __metadata:
dependencies:
"@qiwi/uniconfig-core": "workspace:*"
"@types/dot": "npm:^1.1.5"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
dot: "npm:1.1.3"
tslib: "npm:^2.4.0"
languageName: unknown
Expand All @@ -1156,7 +1156,7 @@ __metadata:
dependencies:
"@qiwi/uniconfig-core": "workspace:*"
"@types/dotenv": "npm:^8.2.0"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
dotenv: "npm:^16.0.1"
tslib: "npm:^2.4.0"
languageName: unknown
Expand All @@ -1167,7 +1167,7 @@ __metadata:
resolution: "@qiwi/uniconfig-plugin-env@workspace:packages/uniconfig-plugin-env"
dependencies:
"@qiwi/uniconfig-core": "workspace:*"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
tslib: "npm:^2.4.0"
languageName: unknown
linkType: soft
Expand All @@ -1177,7 +1177,7 @@ __metadata:
resolution: "@qiwi/uniconfig-plugin-global@workspace:packages/uniconfig-plugin-global"
dependencies:
"@qiwi/uniconfig-core": "workspace:*"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
tslib: "npm:^2.4.0"
languageName: unknown
linkType: soft
Expand All @@ -1188,7 +1188,7 @@ __metadata:
dependencies:
"@qiwi/uniconfig-core": "workspace:*"
"@types/ip": "npm:^1.1.0"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
ip: "npm:^2.0.0"
tslib: "npm:^2.4.0"
languageName: unknown
Expand All @@ -1201,7 +1201,7 @@ __metadata:
"@qiwi/uniconfig-core": "workspace:*"
"@qiwi/uniconfig-plugin-api-file": "workspace:*"
"@qiwi/uniconfig-plugin-datatree": "workspace:*"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
tslib: "npm:^2.4.0"
languageName: unknown
linkType: soft
Expand All @@ -1212,7 +1212,7 @@ __metadata:
dependencies:
"@qiwi/uniconfig-core": "workspace:*"
"@qiwi/uniconfig-plugin-root": "workspace:*"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
tslib: "npm:^2.4.0"
languageName: unknown
linkType: soft
Expand All @@ -1222,7 +1222,7 @@ __metadata:
resolution: "@qiwi/uniconfig-plugin-pkg@workspace:packages/uniconfig-plugin-pkg"
dependencies:
"@qiwi/uniconfig-core": "workspace:*"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
"@types/read-pkg": "npm:^5.1.0"
read-pkg: "npm:^5.2.0"
languageName: unknown
Expand All @@ -1234,7 +1234,7 @@ __metadata:
dependencies:
"@qiwi/uniconfig-core": "workspace:*"
"@types/app-root-path": "npm:^1.2.4"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
app-root-path: "npm:^3.0.0"
tslib: "npm:^2.4.0"
languageName: unknown
Expand All @@ -1248,7 +1248,7 @@ __metadata:
"@qiwi/uniconfig-plugin-api-file": "workspace:*"
"@qiwi/uniconfig-plugin-datatree": "workspace:*"
"@types/js-yaml": "npm:^4.0.5"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
js-yaml: "npm:^4.1.0"
tslib: "npm:^2.4.0"
languageName: unknown
Expand All @@ -1275,7 +1275,7 @@ __metadata:
"@qiwi/uniconfig-plugin-root": "workspace:*"
"@qiwi/uniconfig-plugin-yaml": "workspace:*"
"@types/lodash": "npm:^4.14.182"
"@types/node": "npm:18.16.18"
"@types/node": "npm:18.17.16"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -1518,10 +1518,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.16.18":
version: 18.16.18
resolution: "@types/node@npm:18.16.18"
checksum: 4692b4c927bf63efbc3aed6e18c1a264eb8b5673fa7cc0649a38f394ab34d4d4d0e7a2b98f4235bc8dc7615e88080a1b443a06eac9324f67e426398ed857b4a1
"@types/node@npm:18.17.16":
version: 18.17.16
resolution: "@types/node@npm:18.17.16"
checksum: bd6cc4f1dd07f4b6c8a12e9541f0552be3d333d3be3f64d5097d01b4154b6e44dee42a9287897f003ea98adfc8c9c49906a4bce02570f929f4bbf9bd31b2d0b6
languageName: node
linkType: hard

Expand Down

0 comments on commit ac389f7

Please sign in to comment.