From 2caad96f9474a898f945c2db2ff78f9e3ea85876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:25:39 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /packages/server/shared directory: [fastify](https://github.com/fastify/fastify). Bumps the npm_and_yarn group with 1 update in the /packages/server/worker directory: [axios](https://github.com/axios/axios). Updates `fastify` from 4.29.1 to 5.7.3 - [Release notes](https://github.com/fastify/fastify/releases) - [Commits](https://github.com/fastify/fastify/compare/v4.29.1...v5.7.3) Updates `axios` from 1.12.0 to 1.13.5 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.12.0...v1.13.5) --- updated-dependencies: - dependency-name: fastify dependency-version: 5.7.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/server/shared/package.json | 2 +- packages/server/worker/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/server/shared/package.json b/packages/server/shared/package.json index 2c9e39a638..b7b13332d9 100644 --- a/packages/server/shared/package.json +++ b/packages/server/shared/package.json @@ -6,7 +6,7 @@ "pino": "8.21.0", "pino-loki": "2.1.3", "@openops/shared": "*", - "fastify": "4.29.1", + "fastify": "5.7.3", "async-mutex": "0.4.0", "@sinclair/typebox": "0.32.35", "@openops/blocks-framework": "0.7.34", diff --git a/packages/server/worker/package.json b/packages/server/worker/package.json index 14b9c3b4f7..0be0dfd457 100644 --- a/packages/server/worker/package.json +++ b/packages/server/worker/package.json @@ -12,7 +12,7 @@ "axios-retry": "4.5.0", "write-file-atomic": "5.0.1", "nanoid": "3.3.8", - "axios": "1.12.0" + "axios": "1.13.5" }, "type": "commonjs", "main": "./src/index.js",