From 3e0a8e73700aa2a3be43a59865f5cd78dee19d03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 10:10:49 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .circleci/config.yml | 2 +- package.json | 42 +++++++++++++++++++++--------------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 60e3398..0ddfd39 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - node: circleci/node@7.1.0 + node: circleci/node@7.1.1 commands: install-volta: diff --git a/package.json b/package.json index ccbb1ce..4346de7 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ } }, "volta": { - "node": "20.9.0", - "npm": "10.2.4" + "node": "20.19.4", + "npm": "10.9.3" }, "scripts": { "delete-build": "rimraf build", @@ -50,39 +50,39 @@ "fastify": "^5.3.0" }, "devDependencies": { - "@apollo/server": "4.9.5", - "@apollo/server-integration-testsuite": "4.9.5", + "@apollo/server": "4.12.2", + "@apollo/server-integration-testsuite": "4.12.2", "@apollo/utils.withrequired": "3.0.0", "@jest/types": "29.6.3", - "@oly_op/cspell-dict": "1.0.115", - "@oly_op/eslint-config": "6.1.0", - "@oly_op/prettier-config": "1.3.2", + "@oly_op/cspell-dict": "1.1.16", + "@oly_op/eslint-config": "6.7.23", + "@oly_op/prettier-config": "1.9.8", "@swc/core": "1.3.82", - "@types/jest": "29.5.8", - "@types/node": "20.17.47", - "@typescript-eslint/eslint-plugin": "6.11.0", + "@types/jest": "29.5.14", + "@types/node": "20.19.11", + "@typescript-eslint/eslint-plugin": "6.21.0", "cross-env": "7.0.3", "cspell": "7.3.9", - "eslint": "8.54.0", + "eslint": "8.57.1", "eslint-config-airbnb": "19.0.4", "eslint-config-airbnb-typescript": "17.1.0", - "eslint-plugin-import": "2.29.0", + "eslint-plugin-import": "2.32.0", "eslint-plugin-json": "3.1.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-prefer-arrow": "1.2.3", - "eslint-plugin-promise": "6.1.1", + "eslint-plugin-promise": "6.6.0", "eslint-plugin-unicorn": "48.0.1", - "fastify": "5.3.2", - "graphql": "16.8.1", + "fastify": "5.5.0", + "graphql": "16.11.0", "jest": "29.7.0", "jest-config": "29.7.0", "jest-junit": "16.0.0", - "prettier": "3.1.0", - "rimraf": "5.0.5", - "ts-jest": "29.1.1", - "ts-node": "10.9.1", - "tsx": "4.19.4", - "typescript": "5.4.5" + "prettier": "3.6.2", + "rimraf": "5.0.10", + "ts-jest": "29.4.1", + "ts-node": "10.9.2", + "tsx": "4.20.4", + "typescript": "5.9.2" }, "dependencies": { "fastify-plugin": "^5.0.1"