Skip to content

Commit

Permalink
chore(deps): update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent 4cd739f commit 99edbba
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
20.9.0
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.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.17.17",
"@types/node": "^20.8.10",
"@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": ">=20.9.0"
},
"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.7
resolution: "@types/node@npm:18.18.7"
dependencies:
Expand All @@ -1219,6 +1219,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.8.10":
version: 20.8.10
resolution: "@types/node@npm:20.8.10"
dependencies:
undici-types: ~5.26.4
checksum: 7c61190e43e8074a1b571e52ff14c880bc67a0447f2fe5ed0e1a023eb8a23d5f815658edb98890f7578afe0f090433c4a635c7c87311762544e20dd78723e515
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 @@ -6562,7 +6571,7 @@ __metadata:
"@commitlint/cli": ^18.2.0
"@commitlint/config-conventional": ^18.1.0
"@tsconfig/node18": ^18.2.2
"@types/node": ^18.17.17
"@types/node": ^20.8.10
"@typescript-eslint/eslint-plugin": ^5.62.0
"@typescript-eslint/parser": ^5.62.0
danger: ^11.3.0
Expand Down

0 comments on commit 99edbba

Please sign in to comment.