From fe900847870ca35449d22130369fe9dc9541f7b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:05:37 +0000 Subject: [PATCH] Bump fast-uri from 3.0.3 to 3.1.4 Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.0.3 to 3.1.4. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.0.3...v3.1.4) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07a1abcb43b..2bc11c44b3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2178,13 +2178,6 @@ "node": "*" } }, - "node_modules/@chain-registry/utils/node_modules/chain-registry": { - "version": "2.0.150", - "license": "MIT", - "dependencies": { - "@chain-registry/types": "^2.0.150" - } - }, "node_modules/@cosmjs/amino": { "version": "0.33.1", "resolved": "https://registry.npmjs.org/@cosmjs/amino/-/amino-0.33.1.tgz", @@ -17384,7 +17377,19 @@ "license": "Apache-2.0" }, "node_modules/fast-uri": { - "version": "3.0.3", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz", + "integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "license": "BSD-3-Clause" }, "node_modules/fast-xml-parser": {