This is an automated email from the ASF dual-hosted git repository.

ramanathan1504 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new ac4d940  Bump convict from 6.2.4 to 6.2.5 (#499)
ac4d940 is described below

commit ac4d940b7588c0228c8d9a5deb4c93d8e8093557
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 7 05:11:47 2026 +0000

    Bump convict from 6.2.4 to 6.2.5 (#499)
    
    * 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/compare/v6.2.4...v6.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: convict
      dependency-version: 6.2.5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Generate changelog entries for #499
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Ramanathan <[email protected]>
---
 package-lock.json                        | 7 ++++---
 src/changelog/.12.x.x/update_convict.xml | 8 ++++++++
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index e0632c0..67dba52 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -620,9 +620,10 @@
       "integrity": 
"sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg=="
     },
     "node_modules/convict": {
-      "version": "6.2.4",
-      "resolved": "https://registry.npmjs.org/convict/-/convict-6.2.4.tgz";,
-      "integrity": 
"sha512-qN60BAwdMVdofckX7AlohVJ2x9UvjTNoKVXCL2LxFk1l7757EJqf1nySdMkPQer0bt8kQ5lQiyZ9/2NvrFBuwQ==",
+      "version": "6.2.5",
+      "resolved": "https://registry.npmjs.org/convict/-/convict-6.2.5.tgz";,
+      "integrity": 
"sha512-JtXpxqDqJ8P0UwEHwhxLzCIXQy97vlYBZR222Sbzb1q1Erex9ASrztJ29SyhWFQjod1AeFBaPzEEC8YvtZMIYg==",
+      "license": "Apache-2.0",
       "dependencies": {
         "lodash.clonedeep": "^4.5.0",
         "yargs-parser": "^20.2.7"
diff --git a/src/changelog/.12.x.x/update_convict.xml 
b/src/changelog/.12.x.x/update_convict.xml
new file mode 100644
index 0000000..b4c36c1
--- /dev/null
+++ b/src/changelog/.12.x.x/update_convict.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xmlns="https://logging.apache.org/xml/ns";
+       xsi:schemaLocation="https://logging.apache.org/xml/ns 
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd";
+       type="updated">
+  <issue id="499" link="https://github.com/apache/logging-parent/pull/499"/>
+  <description format="asciidoc">Update `convict` to version 
`6.2.5`</description>
+</entry>

Reply via email to