Skip to content

Commit

Permalink
chore(deps): update node.js to v20.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent f2c12d0 commit 41dccc6
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.16.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@chyzwar/common",
"version": "1.0.0",
"engines": {
"node": "20.x",
"node": "20.16.0",
"yarn": "4.x"
},
"main": "index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@lerna-lite/cli": "^3.3.3",
"@lerna-lite/publish": "^3.3.3",
"@lerna-lite/version": "^3.3.3",
"@types/node": "^20.12.10",
"@types/node": "^20.14.12",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^9.2.0",
"husky": "^9.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"license": "MIT",
"engines": {
"node": "20.x",
"node": "20.16.0",
"yarn": "4.x"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@chyzwar/eslint-config": "^0.2.26",
"@chyzwar/tsconfig": "^0.2.26",
"@types/node": "^20.12.10",
"@types/node": "^20.14.12",
"eslint": "^9.2.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@chyzwar/eslint-config": "^0.2.26",
"@chyzwar/tsconfig": "^0.2.26",
"@types/node": "^20.12.10",
"@types/node": "^20.14.12",
"eslint": "^9.2.0",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "chyzwar",
"license": "MIT",
"engines": {
"node": "20.x",
"node": "20.16.0",
"yarn": "4.x"
},
"repository": {
Expand Down
17 changes: 13 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ __metadata:
"@lerna-lite/cli": "npm:^3.3.3"
"@lerna-lite/publish": "npm:^3.3.3"
"@lerna-lite/version": "npm:^3.3.3"
"@types/node": "npm:^20.12.10"
"@types/node": "npm:^20.14.12"
conventional-changelog-conventionalcommits: "npm:^7.0.2"
eslint: "npm:^9.2.0"
husky: "npm:^9.0.11"
Expand Down Expand Up @@ -381,7 +381,7 @@ __metadata:
dependencies:
"@chyzwar/eslint-config": "npm:^0.2.26"
"@chyzwar/tsconfig": "npm:^0.2.26"
"@types/node": "npm:^20.12.10"
"@types/node": "npm:^20.14.12"
eslint: "npm:^9.2.0"
picocolors: "npm:^1.0.0"
typescript: "npm:^5.4.5"
Expand All @@ -399,7 +399,7 @@ __metadata:
dependencies:
"@chyzwar/eslint-config": "npm:^0.2.26"
"@chyzwar/tsconfig": "npm:^0.2.26"
"@types/node": "npm:^20.12.10"
"@types/node": "npm:^20.14.12"
eslint: "npm:^9.2.0"
typescript: "npm:^5.4.5"
peerDependencies:
Expand Down Expand Up @@ -1780,7 +1780,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.12.10":
"@types/node@npm:*":
version: 20.12.10
resolution: "@types/node@npm:20.12.10"
dependencies:
Expand All @@ -1789,6 +1789,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.14.12":
version: 20.14.12
resolution: "@types/node@npm:20.14.12"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c2/73aa61e5daf4d9413a1777bb0ae949a8cf5269954fd590bcf97f03912b088295d1bc24b57f4dc7ad2a04c5aa8a70d36ef3b7279e86b95c36f7f0dc8ab0d3671a
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.1, @types/normalize-package-data@npm:^2.4.3":
version: 2.4.4
resolution: "@types/normalize-package-data@npm:2.4.4"
Expand Down

0 comments on commit 41dccc6

Please sign in to comment.