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": {