From ffa96c68b9b793976c79a8bcde5959db75c684f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:00:35 +0000 Subject: [PATCH] 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/commits) --- updated-dependencies: - dependency-name: convict dependency-version: 6.2.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cd8aebb..e97ff1e 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "@koa/cors": "^4.0.0", "@koa/router": "^15.3.1", "content-type": "^1.0.5", - "convict": "^6.2.4", + "convict": "^6.2.5", "dotenv": "^17.3.1", "helmet": "^8.1.0", "jsonwebtoken": "^9.0.3", diff --git a/yarn.lock b/yarn.lock index ef9c62f..ac3704a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2753,10 +2753,10 @@ convert-source-map@^2.0.0: resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a" integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== -convict@^6.2.4: - version "6.2.4" - resolved "https://registry.yarnpkg.com/convict/-/convict-6.2.4.tgz#be290672bf6397eec808d3b11fc5f71785b02a4b" - integrity sha512-qN60BAwdMVdofckX7AlohVJ2x9UvjTNoKVXCL2LxFk1l7757EJqf1nySdMkPQer0bt8kQ5lQiyZ9/2NvrFBuwQ== +convict@^6.2.5: + version "6.2.5" + resolved "https://registry.yarnpkg.com/convict/-/convict-6.2.5.tgz#ae061e00fd55e31706f582283e671edae0cde2ef" + integrity sha512-JtXpxqDqJ8P0UwEHwhxLzCIXQy97vlYBZR222Sbzb1q1Erex9ASrztJ29SyhWFQjod1AeFBaPzEEC8YvtZMIYg== dependencies: lodash.clonedeep "^4.5.0" yargs-parser "^20.2.7"