diff --git a/package.json b/package.json index 9c3c9e2..129d326 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@inversifyjs/foundation-vitest-config": "~0.1.1", "husky": "9.1.7", "knip": "5.85.0", - "lint-staged": "16.2.7", + "lint-staged": "16.3.0", "turbo": "2.8.12" }, "keywords": [ diff --git a/packages/examples/001-live-chat/package.json b/packages/examples/001-live-chat/package.json index 649e65d..9e38779 100644 --- a/packages/examples/001-live-chat/package.json +++ b/packages/examples/001-live-chat/package.json @@ -13,7 +13,7 @@ "inversify": "^7.11.0" }, "devDependencies": { - "@types/node": "24.10.15", + "@types/node": "24.11.0", "eslint": "9.39.3", "prettier": "3.8.1", "rimraf": "6.1.3", diff --git a/packages/examples/002-catalog-grapql-api/package.json b/packages/examples/002-catalog-grapql-api/package.json index ddfbbd2..47d8da5 100644 --- a/packages/examples/002-catalog-grapql-api/package.json +++ b/packages/examples/002-catalog-grapql-api/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@as-integrations/express5": "1.1.2", "@types/express": "5.0.6", - "@types/node": "24.10.15", + "@types/node": "24.11.0", "@vitest/coverage-v8": "4.0.18", "eslint": "9.39.3", "graphql": "16.13.0",