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

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new ecc4e65a92 NIFI-14893 Upgraded sha.js from 2.4.11 to 2.4.12 for NiFi 
Registry (#10227)
ecc4e65a92 is described below

commit ecc4e65a92e58f5614efd1f9b1e9e7c3dfdacf9a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 21 17:07:07 2025 -0500

    NIFI-14893 Upgraded sha.js from 2.4.11 to 2.4.12 for NiFi Registry (#10227)
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../src/main/package-lock.json                     | 29 ++++++++++++++--------
 1 file changed, 19 insertions(+), 10 deletions(-)

diff --git 
a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package-lock.json
 
b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package-lock.json
index 46bb3385c8..8a45a6ef4e 100644
--- 
a/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package-lock.json
+++ 
b/nifi-registry/nifi-registry-core/nifi-registry-web-ui/src/main/package-lock.json
@@ -13609,16 +13609,24 @@
             "dev": true
         },
         "node_modules/sha.js": {
-            "version": "2.4.11",
-            "resolved": 
"https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz";,
-            "integrity": 
"sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
+            "version": "2.4.12",
+            "resolved": 
"https://registry.npmjs.org/sha.js/-/sha.js-2.4.12.tgz";,
+            "integrity": 
"sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==",
             "dev": true,
+            "license": "(MIT AND BSD-3-Clause)",
             "dependencies": {
-                "inherits": "^2.0.1",
-                "safe-buffer": "^5.0.1"
+                "inherits": "^2.0.4",
+                "safe-buffer": "^5.2.1",
+                "to-buffer": "^1.2.0"
             },
             "bin": {
                 "sha.js": "bin.js"
+            },
+            "engines": {
+                "node": ">= 0.10"
+            },
+            "funding": {
+                "url": "https://github.com/sponsors/ljharb";
             }
         },
         "node_modules/shallow-clone": {
@@ -27607,13 +27615,14 @@
             "dev": true
         },
         "sha.js": {
-            "version": "2.4.11",
-            "resolved": 
"https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz";,
-            "integrity": 
"sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==",
+            "version": "2.4.12",
+            "resolved": 
"https://registry.npmjs.org/sha.js/-/sha.js-2.4.12.tgz";,
+            "integrity": 
"sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==",
             "dev": true,
             "requires": {
-                "inherits": "^2.0.1",
-                "safe-buffer": "^5.0.1"
+                "inherits": "^2.0.4",
+                "safe-buffer": "^5.2.1",
+                "to-buffer": "^1.2.0"
             }
         },
         "shallow-clone": {

Reply via email to