Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v18.16.19 (#1674)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
renovate[bot] and shortcuts authored Jul 11, 2023
1 parent b687962 commit bf13e7c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@algolia/requester-node-http": "5.0.0-alpha.73"
},
"devDependencies": {
"@types/node": "18.16.18",
"@types/node": "18.16.19",
"rollup": "2.79.1",
"typescript": "5.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/js-yaml": "4.0.5",
"@types/micromatch": "4.0.2",
"@types/mustache": "4.2.2",
"@types/node": "18.16.18",
"@types/node": "18.16.19",
"@types/semver": "7.5.0",
"@types/spinnies": "0.5.0",
"chalk": "4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion templates/javascript/clients/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"{{{npmNamespace}}}/requester-node-http": "{{utilsPackageVersion}}"
},
"devDependencies": {
"@types/node": "18.16.18",
"@types/node": "18.16.19",
"rollup": "2.79.1",
"typescript": "5.0.4"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2628,10 +2628,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.16.18":
version: 18.16.18
resolution: "@types/node@npm:18.16.18"
checksum: d32d8a0a04cd3f5ecb361bcb42f3a07623881ac90d680e06bf626defb3c663a94860d11690babe607cfe67265eceeb8a59ba5fe40c0e49f5a1b01e0088640469
"@types/node@npm:18.16.19":
version: 18.16.19
resolution: "@types/node@npm:18.16.19"
checksum: 63c31f09616508aa7135380a4c79470a897b75f9ff3a70eb069e534dfabdec3f32fb0f9df5939127f1086614d980ddea0fa5e8cc29a49103c4f74cd687618aaf
languageName: node
linkType: hard

Expand Down Expand Up @@ -8282,7 +8282,7 @@ __metadata:
"@types/js-yaml": 4.0.5
"@types/micromatch": 4.0.2
"@types/mustache": 4.2.2
"@types/node": 18.16.18
"@types/node": 18.16.19
"@types/semver": 7.5.0
"@types/spinnies": 0.5.0
chalk: 4.1.2
Expand Down

0 comments on commit bf13e7c

Please sign in to comment.