From 3e5d98a5c124974228c8da34f9bc742dd12c03be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 14:54:25 +0200 Subject: [PATCH] fix(deps): update all non-major dependencies (#3212) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/typescript/http-client-pool/package.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/typescript/http-client-pool/package.json b/examples/typescript/http-client-pool/package.json index a0467ae89..9ac265af5 100644 --- a/examples/typescript/http-client-pool/package.json +++ b/examples/typescript/http-client-pool/package.json @@ -21,7 +21,7 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^1.16.0", + "axios": "^1.16.1", "node-fetch": "^3.3.2", "poolifier": "^5.3.2" }, diff --git a/package.json b/package.json index 972f748e8..012f00c07 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "rollup-plugin-delete": "^3.0.2", "rollup-plugin-dts": "^6.4.1", "sinon": "^22.0.0", - "tinybench": "^6.0.1", + "tinybench": "^6.0.2", "tslib": "^2.8.1", "typedoc": "^0.28.19", "typescript": "~6.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6054b3b2d..0471abba8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,8 +84,8 @@ importers: specifier: ^22.0.0 version: 22.0.0 tinybench: - specifier: ^6.0.1 - version: 6.0.1 + specifier: ^6.0.2 + version: 6.0.2 tslib: specifier: ^2.8.1 version: 2.8.1 @@ -2565,8 +2565,8 @@ packages: tinybench@2.9.0: resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} - tinybench@6.0.1: - resolution: {integrity: sha512-cMdWsxmysdg8mNWf1pujiWl3TW0cU6m8QuNw55QlnP3I6N96Grb0wnu5N0syHIu3LbiVZCNqlfWzWDq84HZphA==} + tinybench@6.0.2: + resolution: {integrity: sha512-FlHoQpcFvCzeXK5kVPvV7IVgW/hs/B36QWTz876iSdeJguBDfdTSRQmYmaHX+fQNt4hp+gEFB2XXw+8hT4/y8A==} engines: {node: '>=20.0.0'} tinyexec@1.1.2: @@ -5473,7 +5473,7 @@ snapshots: tinybench@2.9.0: {} - tinybench@6.0.1: {} + tinybench@6.0.2: {} tinyexec@1.1.2: {} -- 2.43.0