From f1e111f76c50b0138428fb5d5c060b1897831acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 07:02:38 +0000 Subject: [PATCH] Bump config from 4.2.0 to 4.2.1 in the default group Bumps the default group with 1 update: [config](https://github.com/node-config/node-config). Updates `config` from 4.2.0 to 4.2.1 - [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.0...v4.2.1) --- updated-dependencies: - dependency-name: config dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-patch 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 34b7fd7..a9e2e89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1879,9 +1879,9 @@ "license": "MIT" }, "node_modules/config": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/config/-/config-4.2.0.tgz", - "integrity": "sha512-mk+ugmNm+BWc2YRlwmuJkORUvUyEP6w9cDUKU2sljFLYI4StXjqGDqQTA2wITi8sYaRdC/PGOuktqy7+Y4PApw==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/config/-/config-4.2.1.tgz", + "integrity": "sha512-i6zeN/G0RG0x45Xd0mEYDojE/x/ISSeaFWIbCTVvTI1YctI5nE1ywQlZuTR4O/QEa05yQqVgPLxUthY0UbnpsA==", "license": "MIT", "dependencies": { "json5": "^2.2.3"