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 abbf89adc17 NIFI-16331 Bump svgo from 4.0.2 to 4.1.0 in 
/nifi-frontend/src/main/frontend (#11654)
abbf89adc17 is described below

commit abbf89adc171a585d736f66c58d058031db743bb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 9 23:06:23 2026 -0500

    NIFI-16331 Bump svgo from 4.0.2 to 4.1.0 in 
/nifi-frontend/src/main/frontend (#11654)
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-frontend/src/main/frontend/package-lock.json | 42 ++++-------------------
 1 file changed, 6 insertions(+), 36 deletions(-)

diff --git a/nifi-frontend/src/main/frontend/package-lock.json 
b/nifi-frontend/src/main/frontend/package-lock.json
index fd878d8a56f..430e68bca7f 100644
--- a/nifi-frontend/src/main/frontend/package-lock.json
+++ b/nifi-frontend/src/main/frontend/package-lock.json
@@ -24743,19 +24743,19 @@
             }
         },
         "node_modules/svgo": {
-            "version": "4.0.2",
-            "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.0.2.tgz";,
-            "integrity": 
"sha512-ekx94z1rRc5LDi6oSUaeRnYhd0UOJxdtQCL2rF8xpWxD3TPAsISWOrxezqGovqS38GRZOdpDfvQe3ts6F7nsng==",
+            "version": "4.1.0",
+            "resolved": "https://registry.npmjs.org/svgo/-/svgo-4.1.0.tgz";,
+            "integrity": 
"sha512-bkxnTg1kSU0guhIBmibA6UUhrQmPVA1XsQLN+ylCd+UWzbnLkySOcXpyk1mrl05f+pcaCx2eHb+sp6BgMZWX+Q==",
             "dev": true,
             "license": "MIT",
             "dependencies": {
                 "commander": "^11.1.0",
-                "css-select": "^5.1.0",
+                "css-select": "^6.0.0",
                 "css-tree": "^3.0.1",
-                "css-what": "^6.1.0",
+                "css-what": "^7.0.0",
                 "csso": "^5.0.5",
                 "picocolors": "^1.1.1",
-                "sax": "^1.5.0"
+                "sax": "1.6.1"
             },
             "bin": {
                 "svgo": "bin/svgo.js"
@@ -24768,36 +24768,6 @@
                 "url": "https://opencollective.com/svgo";
             }
         },
-        "node_modules/svgo/node_modules/css-select": {
-            "version": "5.2.2",
-            "resolved": 
"https://registry.npmjs.org/css-select/-/css-select-5.2.2.tgz";,
-            "integrity": 
"sha512-TizTzUddG/xYLA3NXodFM0fSbNizXjOKhqiQQwvhlspadZokn1KDy0NZFS0wuEubIYAV5/c1/lAr0TaaFXEXzw==",
-            "dev": true,
-            "license": "BSD-2-Clause",
-            "dependencies": {
-                "boolbase": "^1.0.0",
-                "css-what": "^6.1.0",
-                "domhandler": "^5.0.2",
-                "domutils": "^3.0.1",
-                "nth-check": "^2.0.1"
-            },
-            "funding": {
-                "url": "https://github.com/sponsors/fb55";
-            }
-        },
-        "node_modules/svgo/node_modules/css-what": {
-            "version": "6.2.2",
-            "resolved": 
"https://registry.npmjs.org/css-what/-/css-what-6.2.2.tgz";,
-            "integrity": 
"sha512-u/O3vwbptzhMs3L1fQE82ZSLHQQfto5gyZzwteVIEyeaY5Fc7R4dapF/BvRoSYFeqfBk4m0V1Vafq5Pjv25wvA==",
-            "dev": true,
-            "license": "BSD-2-Clause",
-            "engines": {
-                "node": ">= 6"
-            },
-            "funding": {
-                "url": "https://github.com/sponsors/fb55";
-            }
-        },
         "node_modules/sync-child-process": {
             "version": "1.0.2",
             "resolved": 
"https://registry.npmjs.org/sync-child-process/-/sync-child-process-1.0.2.tgz";,

Reply via email to