Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 6ca2d16 commit 93a32b4
Show file tree
Hide file tree
Showing 4 changed files with 2,112 additions and 5,944 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
4 changes: 2 additions & 2 deletions integration/rabbitmq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@nestjs/testing": "^10.4.4",
"@types/express": "5.0.0",
"@types/jest": "^27.0.3",
"@types/node": "^20.16.10",
"@types/node": "^22.0.0",
"@types/supertest": "6.0.2",
"amqplib": "0.10.4",
"jest": "^27.4.3",
Expand All @@ -53,6 +53,6 @@
"testEnvironment": "node"
},
"volta": {
"node": "20.18.0"
"node": "22.12.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/jest": "^27.0.3",
"@types/lodash": "^4.17.10",
"@types/mime": "3.0.4",
"@types/node": "^20.16.10",
"@types/node": "^22.0.0",
"@types/supertest": "^6.0.2",
"@types/express": "5.0.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
Expand Down Expand Up @@ -81,6 +81,6 @@
}
},
"volta": {
"node": "20.18.0"
"node": "22.12.0"
}
}
Loading

0 comments on commit 93a32b4

Please sign in to comment.