From 61984534aa3444cae962f5bf9d8c8dd05a1753df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 07:02:52 +0000 Subject: [PATCH] Bump the default group with 2 updates Bumps the default group with 2 updates: [config](https://github.com/node-config/node-config) and [uuid](https://github.com/uuidjs/uuid). Updates `config` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/node-config/node-config/releases) - [Changelog](https://github.com/node-config/node-config/blob/main/History.md) - [Commits](https://github.com/node-config/node-config/compare/v5.0.0...v5.0.1) Updates `uuid` from 14.0.1 to 14.0.2 - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v14.0.1...v14.0.2) --- updated-dependencies: - dependency-name: config dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: uuid dependency-version: 14.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc3fd21..1a19df9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1892,9 +1892,9 @@ "license": "MIT" }, "node_modules/config": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/config/-/config-5.0.0.tgz", - "integrity": "sha512-LaZ/Z113nYJ4YNrH13dWdHvgIehYACiJZPxFVK8ykqO+6CaMAiJ7NkyrxTPAimMJoIKn7qPrvTFzIBPgm4/SLA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/config/-/config-5.0.1.tgz", + "integrity": "sha512-vnJGpQA9FjKSTafO9TiNZr1+NiZAIuZXScp034tH+R6VH3Ufe7r+Z730j/f6/KQ2+kNIly6auTYloIaNhpK8lg==", "license": "MIT", "dependencies": { "json5": "^2.2.3" @@ -6239,9 +6239,9 @@ } }, "node_modules/uuid": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz", - "integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.2.tgz", + "integrity": "sha512-xZe/16rV4aa+HGSOCiY2YeLT1OybRLrrkL/Rqaq7p7GMVXjFh+6wN4oMYgjFmnSnhY8t6Xpdl2l9qmnHYuMHwQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan"