From 9224d926cad153f54b53fb5611c456f8e3e401cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 19:38:36 +0000 Subject: [PATCH] Bump convict from 6.2.3 to 6.2.4 Bumps [convict](https://github.com/mozilla/node-convict) from 6.2.3 to 6.2.4. - [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.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 432f910..94bcfe9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gimme-stat", - "version": "3.4.5", + "version": "3.4.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gimme-stat", - "version": "3.4.5", + "version": "3.4.9", "license": "MIT", "dependencies": { "cli-table": "github:ladamashina/cli-table#0.3.1a", @@ -97,9 +97,10 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "node_modules/convict": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/convict/-/convict-6.2.3.tgz", - "integrity": "sha512-mTY04Qr7WrqiXifdeUYXr4/+Te4hPFWDvz6J2FVIKCLc2XBhq63VOSSYAKJ+unhZAYOAjmEdNswTOeHt7s++pQ==", + "version": "6.2.4", + "resolved": "https://registry.npmjs.org/convict/-/convict-6.2.4.tgz", + "integrity": "sha512-qN60BAwdMVdofckX7AlohVJ2x9UvjTNoKVXCL2LxFk1l7757EJqf1nySdMkPQer0bt8kQ5lQiyZ9/2NvrFBuwQ==", + "license": "Apache-2.0", "dependencies": { "lodash.clonedeep": "^4.5.0", "yargs-parser": "^20.2.7" @@ -434,6 +435,7 @@ "version": "2.29.4", "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==", + "peer": true, "engines": { "node": "*" }