Skip to content

Commit

Permalink
chore(): pin node vv16.20.2
Browse files Browse the repository at this point in the history
| datasource   | package     | from     | to        |
| ------------ | ----------- | -------- | --------- |
| node-version | node        | v16.16.0 | v16.20.2  |
| npm          | @types/node | 16.11.48 | 16.18.116 |
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 2f01f35 commit ad8c1fb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.16.0
16.20.2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"license": "MIT",
"engines": {
"node": ">=v16.16.0"
"node": ">=16.20.2"
},
"scripts": {
"clean:jest": "jest --clearCache",
Expand Down Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/node": "^16.11.48",
"@types/node": "^16.18.116",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/lib-nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"src/**/*"
],
"engines": {
"node": ">=v16.16.0"
"node": ">=16.20.2"
},
"scripts": {
"build": "rimraf dist && webpack --config webpack.config.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@types/common-tags": "^1.8.1",
"@types/express": "^4.17.13",
"@types/jest": "^28.1.8",
"@types/node": "^16.11.48",
"@types/node": "^16.18.116",
"granite": "workspace:*",
"rimraf": "^3.0.2",
"ts-loader": "^9.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/svc-consents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"src/**/*"
],
"engines": {
"node": ">=v16.16.0"
"node": ">=16.20.2"
},
"scripts": {
"build": "rimraf dist && webpack --config webpack.config.js",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@types/helmet": "^4.0.0",
"@types/jest": "28.1.8",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^16.11.48",
"@types/node": "^16.18.116",
"@types/pg": "^8.6.5",
"@types/prettier": "^2.6.3",
"@types/supertest": "^2.0.12",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1708,10 +1708,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^16.11.48":
version: 16.11.48
resolution: "@types/node@npm:16.11.48"
checksum: 10cd539cb2cf5a8f51f3c2bd761c093b752e534b1f2dc0d7193debd7986145b68db2a5fd48498af641e8641fb8d24b7c4851ea3e30fb8f56cc13ac719cad1e1f
"@types/node@npm:^16.18.116":
version: 16.18.116
resolution: "@types/node@npm:16.18.116"
checksum: 579570c96e61ebd38245101411f060879186335d4925756ea8e2e5e814b6d88e985b147551ed12ba294c5f9c22a96b64a0f4f73305ca56a2d5429bd3c1519b50
languageName: node
linkType: hard

Expand Down Expand Up @@ -4965,7 +4965,7 @@ __metadata:
dependencies:
"@commitlint/cli": ^17.0.3
"@commitlint/config-conventional": ^17.0.3
"@types/node": ^16.11.48
"@types/node": ^16.18.116
"@typescript-eslint/eslint-plugin": ^5.30.6
"@typescript-eslint/parser": ^5.30.6
eslint: ^8.19.0
Expand Down Expand Up @@ -6416,7 +6416,7 @@ __metadata:
"@types/common-tags": ^1.8.1
"@types/express": ^4.17.13
"@types/jest": ^28.1.8
"@types/node": ^16.11.48
"@types/node": ^16.18.116
common-tags: ^1.8.2
express: ^4.18.1
granite: "workspace:*"
Expand Down Expand Up @@ -8913,7 +8913,7 @@ __metadata:
"@types/helmet": ^4.0.0
"@types/jest": 28.1.8
"@types/jsonwebtoken": ^8.5.8
"@types/node": ^16.11.48
"@types/node": ^16.18.116
"@types/pg": ^8.6.5
"@types/prettier": ^2.6.3
"@types/supertest": ^2.0.12
Expand Down

0 comments on commit ad8c1fb

Please # to comment.