From 43c8e70ff60d8d8262e0316496a1abd0ca2669a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 08:37:34 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .circleci/config.yml | 2 +- package.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ed59135..9dcb213 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - node: circleci/node@7.1.1 + node: circleci/node@7.2.0 commands: install-volta: diff --git a/package.json b/package.json index b96fd04..d274215 100644 --- a/package.json +++ b/package.json @@ -39,21 +39,21 @@ "@apollo/server-integration-testsuite": "5.0.0", "@apollo/utils.withrequired": "3.0.0", "@changesets/changelog-github": "0.5.1", - "@changesets/cli": "2.29.6", + "@changesets/cli": "2.29.7", "@types/hapi__hapi": "21.0.0", "@types/jest": "29.5.14", "@types/joi": "^17.2.2", "@types/node": "16.18.126", "@types/node-fetch": "^2.6.13", - "@typescript-eslint/eslint-plugin": "8.43.0", - "@typescript-eslint/parser": "8.43.0", + "@typescript-eslint/eslint-plugin": "8.44.1", + "@typescript-eslint/parser": "8.44.1", "cspell": "9.2.1", "eslint": "^9.35.0", "jest": "29.7.0", "jest-junit": "16.0.0", "node-fetch": "2.7.0", "prettier": "3.6.2", - "ts-jest": "29.4.1", + "ts-jest": "29.4.4", "ts-node": "10.9.2", "typescript": "5.9.2" }, @@ -62,13 +62,13 @@ "@hapi/hapi": "^20.2.2 || ^21.0.0" }, "overrides": { - "@typescript-eslint/eslint-plugin": "8.43.0", - "@typescript-eslint/parser": "8.43.0", - "@typescript-eslint/utils": "8.43.0", - "@typescript-eslint/type-utils": "8.43.0" + "@typescript-eslint/eslint-plugin": "8.44.1", + "@typescript-eslint/parser": "8.44.1", + "@typescript-eslint/utils": "8.44.1", + "@typescript-eslint/type-utils": "8.44.1" }, "volta": { - "npm": "11.6.0", + "npm": "11.6.1", "node": "18.20.8" } }