From fa64eba1cf76b2ddf6d4c90e7ae4936d6d2b67cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 07:02:35 +0000 Subject: [PATCH] Bump config from 4.2.1 to 4.3.0 in the default group Bumps the default group with 1 update: [config](https://github.com/node-config/node-config). Updates `config` from 4.2.1 to 4.3.0 - [Release notes](https://github.com/node-config/node-config/releases) - [Changelog](https://github.com/node-config/node-config/blob/master/History.md) - [Commits](https://github.com/node-config/node-config/compare/v4.2.1...v4.3.0) --- updated-dependencies: - dependency-name: config dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: default ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9e2e89..1a9bf91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1879,9 +1879,9 @@ "license": "MIT" }, "node_modules/config": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/config/-/config-4.2.1.tgz", - "integrity": "sha512-i6zeN/G0RG0x45Xd0mEYDojE/x/ISSeaFWIbCTVvTI1YctI5nE1ywQlZuTR4O/QEa05yQqVgPLxUthY0UbnpsA==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/config/-/config-4.3.0.tgz", + "integrity": "sha512-nY/JbYPBxOCTC+Kj9dUf21t49VxwsL6GXRsAxlTY9N6MBTx/6TBQgT2t5PsAY+XUCMCNudARJPevUZeN3NhyHQ==", "license": "MIT", "dependencies": { "json5": "^2.2.3"