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 Jan 18, 2025
1 parent 2ec18e3 commit cb3e1dd
Show file tree
Hide file tree
Showing 10 changed files with 104 additions and 104 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine AS base
FROM node:22-alpine AS base

FROM base AS builder

Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@biomejs/biome": "1.9.4",
"@types/aws-lambda": "^8.10.134",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.0",
"@types/node": "^22.0.0",
"@types/winston": "^2.4.4",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/command/domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.0",
"@types/node": "^22.0.0",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/command/interface-adaptor-if/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.0",
"@types/node": "^22.0.0",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/command/interface-adaptor-impl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.0",
"@types/node": "^22.0.0",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/command/processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.0",
"@types/node": "^22.0.0",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/infrastructure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.0",
"@types/node": "^22.0.0",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/query/interface-adaptor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.0",
"@types/node": "^22.0.0",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rmu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@biomejs/biome": "1.9.4",
"@types/aws-lambda": "^8.10.134",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.0",
"@types/node": "^22.0.0",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
Expand Down
Loading

0 comments on commit cb3e1dd

Please sign in to comment.