Skip to content

Commit

Permalink
Merge pull request #124 from ordbokapi/renovate/node-22.x
Browse files Browse the repository at this point in the history
chore(deps): update node.js to v22.11.0
  • Loading branch information
adalinesimonian authored Nov 10, 2024
2 parents d3641b6 + f9ae2cf commit 81214bd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"testEnvironment": "node"
},
"volta": {
"node": "22.9.0",
"node": "22.11.0",
"yarn": "4.5.1"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/express": "^5.0.0",
"@types/jest": "^29.5.12",
"@types/memjs": "^1.3.3",
"@types/node": "^20.14.11",
"@types/node": "^22.0.0",
"@types/request-ip": "^0.0.41",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.11",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/uib-ord-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nestjs/schematics": "^10.1.2",
"@nestjs/testing": "^10.3.10",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
"@types/node": "^22.0.0",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2233,12 +2233,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.14.11":
version: 20.17.6
resolution: "@types/node@npm:20.17.6"
"@types/node@npm:^22.0.0":
version: 22.9.0
resolution: "@types/node@npm:22.9.0"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/5918c7ff8368bbe6d06d5e739c8ae41a9db41628f28760c60cda797be7d233406f07c4d0e6fdd960a0a342ec4173c2217eb6624e06bece21c1f1dd1b92805c15
undici-types: "npm:~6.19.8"
checksum: 10c0/3f46cbe0a49bab4ba30494025e4c8a6e699b98ac922857aa1f0209ce11a1313ee46e6808b8f13fe5b8b960a9d7796b77c8d542ad4e9810e85ef897d5593b5d51
languageName: node
linkType: hard

Expand Down Expand Up @@ -7004,7 +7004,7 @@ __metadata:
"@nestjs/config": "npm:^3.2.3"
"@redis/json": "npm:^1.0.6"
"@types/luxon": "npm:^3.4.2"
"@types/node": "npm:^20.14.11"
"@types/node": "npm:^22.0.0"
"@typescript-eslint/eslint-plugin": "npm:^8.0.0"
"@typescript-eslint/parser": "npm:^8.0.0"
eslint: "npm:^9.0.0"
Expand Down Expand Up @@ -7049,7 +7049,7 @@ __metadata:
"@types/express": "npm:^5.0.0"
"@types/jest": "npm:^29.5.12"
"@types/memjs": "npm:^1.3.3"
"@types/node": "npm:^20.14.11"
"@types/node": "npm:^22.0.0"
"@types/request-ip": "npm:^0.0.41"
"@types/supertest": "npm:^6.0.2"
"@typescript-eslint/eslint-plugin": "npm:^8.0.0"
Expand Down Expand Up @@ -8771,7 +8771,7 @@ __metadata:
"@nestjs/schematics": "npm:^10.1.2"
"@nestjs/testing": "npm:^10.3.10"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.14.11"
"@types/node": "npm:^22.0.0"
"@types/supertest": "npm:^6.0.2"
"@typescript-eslint/eslint-plugin": "npm:^8.0.0"
"@typescript-eslint/parser": "npm:^8.0.0"
Expand Down Expand Up @@ -8813,7 +8813,7 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2, undici-types@npm:~6.19.8":
"undici-types@npm:~6.19.8":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
Expand Down

0 comments on commit 81214bd

Please sign in to comment.