Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to v20.17.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 311ad3d commit 7a4666d
Show file tree
Hide file tree
Showing 11 changed files with 106 additions and 106 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@types/node": "20.16.14",
"@types/node": "20.17.10",
"husky": "9.1.7",
"shipjs": "0.26.4",
"turbo": "2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.11",
"@12deg/tsconfig": "0.1.11",
"@types/node": "20.16.14",
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@vitest/coverage-istanbul": "2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@dzangolab/fastify-config": "0.75.5",
"@dzangolab/fastify-graphql": "0.75.5",
"@dzangolab/fastify-slonik": "0.75.5",
"@types/node": "20.16.14",
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@vitest/coverage-istanbul": "2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@12deg/tsconfig": "0.1.11",
"@dzangolab/fastify-config": "0.75.5",
"@dzangolab/fastify-slonik": "0.75.5",
"@types/node": "20.16.14",
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@vitest/coverage-istanbul": "2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/mailer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@12deg/tsconfig": "0.1.11",
"@dzangolab/fastify-config": "0.75.5",
"@types/mjml": "4.7.4",
"@types/node": "20.16.14",
"@types/node": "20.17.10",
"@types/nodemailer": "6.4.17",
"@types/nodemailer-html-to-text": "3.1.3",
"@typescript-eslint/eslint-plugin": "8.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@dzangolab/fastify-config": "0.70.0",
"@dzangolab/fastify-slonik": "0.70.0",
"@types/node": "20.16.14",
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitest/coverage-istanbul": "2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/multi-tenant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@dzangolab/fastify-user": "0.75.5",
"@types/humps": "2.0.6",
"@types/lodash.merge": "4.6.9",
"@types/node": "20.16.14",
"@types/node": "20.17.10",
"@types/pg": "8.11.10",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@dzangolab/fastify-config": "0.75.5",
"@dzangolab/fastify-graphql": "0.75.5",
"@dzangolab/fastify-slonik": "0.75.5",
"@types/node": "20.16.14",
"@types/node": "20.17.10",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@vitest/coverage-istanbul": "2.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/slonik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@dzangolab/fastify-config": "0.75.5",
"@slonik/driver": "46.1.0",
"@types/humps": "2.0.6",
"@types/node": "20.16.14",
"@types/node": "20.17.10",
"@types/pg": "8.11.10",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@fastify/cors": "8.5.0",
"@fastify/formbody": "7.4.0",
"@types/humps": "2.0.6",
"@types/node": "20.16.14",
"@types/node": "20.17.10",
"@types/validator": "13.12.2",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
Expand Down
Loading

0 comments on commit 7a4666d

Please sign in to comment.