From f694808f2559c52cc1db7b430ad4f9d11295f401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 05:17:26 +0000 Subject: [PATCH] build(deps): Bump qs from 6.15.2 to 6.16.0 in /packages/ethereum-storage Bumps [qs](https://github.com/ljharb/qs) from 6.15.2 to 6.16.0. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.15.2...v6.16.0) --- updated-dependencies: - dependency-name: qs dependency-version: 6.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/ethereum-storage/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ethereum-storage/package.json b/packages/ethereum-storage/package.json index 134ba9981..8f277cb52 100644 --- a/packages/ethereum-storage/package.json +++ b/packages/ethereum-storage/package.json @@ -46,7 +46,7 @@ "@requestnetwork/utils": "0.59.0", "ethers": "5.7.2", "form-data": "3.0.4", - "qs": "6.15.2", + "qs": "6.16.0", "shelljs": "0.8.5", "tslib": "2.8.1", "yargs": "17.6.2"