Skip to content

Commit

Permalink
chore(deps): update dependency node to v18.18.2 (#772)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent b81a855 commit 94167ea
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
18.18.2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@commitlint/cli": "^18.4.0",
"@commitlint/config-conventional": "^18.4.0",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.17.17",
"@types/node": "^18.18.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"danger": "^11.3.0",
Expand Down Expand Up @@ -69,7 +69,7 @@
"winston": "^3.11.0"
},
"engines": {
"node": ">=v18.17.1"
"node": ">=18.18.2"
},
"packageManager": "[email protected]"
}
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.11.9, @types/node@npm:^18.17.17":
"@types/node@npm:^18.11.9":
version: 18.18.8
resolution: "@types/node@npm:18.18.8"
dependencies:
Expand All @@ -1219,6 +1219,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.18.9":
version: 18.18.9
resolution: "@types/node@npm:18.18.9"
dependencies:
undici-types: ~5.26.4
checksum: 629ce20357586144031cb43d601617eef45e59460dea6b1e123f708e6885664f44d54f65e5b72b2614af5b8613f3652ced832649c0b991accbc6a85139befa51
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.3
resolution: "@types/normalize-package-data@npm:2.4.3"
Expand Down Expand Up @@ -6579,7 +6588,7 @@ __metadata:
"@commitlint/cli": ^18.4.0
"@commitlint/config-conventional": ^18.4.0
"@tsconfig/node18": ^18.2.2
"@types/node": ^18.17.17
"@types/node": ^18.18.9
"@typescript-eslint/eslint-plugin": ^5.62.0
"@typescript-eslint/parser": ^5.62.0
danger: ^11.3.0
Expand Down

0 comments on commit 94167ea

Please sign in to comment.