From 0ae8d1648c3cc474c7efad8639cea27f29472650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 12:01:15 +0000 Subject: [PATCH] chore(deps): bump convict from 6.2.4 to 6.2.5 Bumps [convict](https://github.com/mozilla/node-convict) from 6.2.4 to 6.2.5. - [Changelog](https://github.com/mozilla/node-convict/blob/master/CHANGELOG.md) - [Commits](https://github.com/mozilla/node-convict/compare/v6.2.4...v6.2.5) --- updated-dependencies: - dependency-name: convict dependency-version: 6.2.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99adf3d7..7a676382 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "big-number": "^2.0.0", "bip39-light": "^1.0.7", "body-parser": "^1.19.0", - "convict": "^6.2.4", + "convict": "^6.2.5", "convict-format-with-validator": "^6.2.0", "cookie-parser": "^1.4.5", "cors": "^2.8.5", @@ -20884,7 +20884,9 @@ "license": "MIT" }, "node_modules/convict": { - "version": "6.2.4", + "version": "6.2.5", + "resolved": "https://registry.npmjs.org/convict/-/convict-6.2.5.tgz", + "integrity": "sha512-JtXpxqDqJ8P0UwEHwhxLzCIXQy97vlYBZR222Sbzb1q1Erex9ASrztJ29SyhWFQjod1AeFBaPzEEC8YvtZMIYg==", "license": "Apache-2.0", "dependencies": { "lodash.clonedeep": "^4.5.0", diff --git a/package.json b/package.json index 37cce608..e9c325ca 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "big-number": "^2.0.0", "bip39-light": "^1.0.7", "body-parser": "^1.19.0", - "convict": "^6.2.4", + "convict": "^6.2.5", "convict-format-with-validator": "^6.2.0", "cookie-parser": "^1.4.5", "cors": "^2.8.5",