Skip to content

Commit

Permalink
chore(): pin node.js 18.16
Browse files Browse the repository at this point in the history
| datasource  | package     | from     | to       |
| ----------- | ----------- | -------- | -------- |
| github-tags | nodejs/node | v18.16.0 | v18.16.1 |
| npm         | @types/node | 18.16.15 | 18.16.19 |
| github-tags | nodejs/node | v16.0.0  | v18.16.1 |
  • Loading branch information
renovate[bot] authored Jul 1, 2023
1 parent 139a319 commit 398717e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.16
18.16
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "This is a monorepo for various libraries.",
"packageManager": "yarn@3.5.1",
"engines": {
"node": ">=v16",
"node": ">=v18.16.1",
"yarn": ">=3.5.1"
},
"scripts": {
Expand All @@ -26,7 +26,7 @@
"@commitlint/config-conventional": "17.6.5",
"@types/express": "4.17.17",
"@types/jest": "29.5.2",
"@types/node": "18.16.15",
"@types/node": "18.16.19",
"@types/prettier": "2.7.3",
"@types/validator": "13.7.17",
"@typescript-eslint/eslint-plugin": "5.59.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/ewl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/common-tags": "1.8.1",
"@types/express": "4.17.17",
"@types/jest": "29.5.2",
"@types/node": "18.16.15",
"@types/node": "18.16.19",
"@types/triple-beam": "1.3.2",
"@types/uuid": "9.0.1",
"@types/validator": "13.7.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-boom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@grpc/grpc-js": "1.8.14",
"@types/jest": "29.5.2",
"@types/node": "18.16.15",
"@types/node": "18.16.19",
"jest": "29.5.0",
"kalos": "workspace:*",
"protobufjs": "7.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-ts-health-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@grpc/proto-loader": "0.7.7",
"@types/google-protobuf": "3.15.6",
"@types/jest": "29.5.2",
"@types/node": "18.16.15",
"@types/node": "18.16.19",
"grpc-boom": "link:../grpc-boom/src",
"jest": "29.5.0",
"kalos": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/heart-ping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/jest": "29.5.2",
"@types/node": "18.16.15",
"@types/node": "18.16.19",
"jest": "29.5.0",
"kalos": "workspace:*",
"rimraf": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/nest-typed-config-extended/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/jest": "29.5.2",
"@types/node": "18.16.15",
"@types/node": "18.16.19",
"jest": "29.5.0",
"kalos": "workspace:*",
"rimraf": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/node-ts-uuid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/jest": "29.5.2",
"@types/node": "18.16.15",
"@types/node": "18.16.19",
"jest": "29.5.0",
"kalos": "workspace:*",
"rimraf": "5.0.1",
Expand Down

0 comments on commit 398717e

Please sign in to comment.