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

rfellows 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 c9c6342d8ec NIFI-15925: Address npm audit findings in nifi-frontend 
(#11234)
c9c6342d8ec is described below

commit c9c6342d8eccb1def859389b33070dad577f41e8
Author: Matt Gilman <[email protected]>
AuthorDate: Mon May 11 15:02:19 2026 -0400

    NIFI-15925: Address npm audit findings in nifi-frontend (#11234)
    
    Bumped transitive dependencies in 
nifi-frontend/src/main/frontend/package-lock.json:
      - axios 1.15.0 -> 1.16.0
      - express-rate-limit 8.3.1 -> 8.5.1
      - hono 4.12.14 -> 4.12.18
      - ip-address 10.1.0 -> 10.2.0
      - postcss 8.5.8 -> 8.5.14
      - fast-uri 3.1.0 -> 3.1.2
      - @babel/plugin-transform-modules-systemjs 7.29.0 -> 7.29.4
      - uuid (mermaid) 11.1.0 -> 11.1.1
    
    No package.json changes required; all updates are transitive.
---
 nifi-frontend/src/main/frontend/package-lock.json | 52 +++++++++++------------
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/nifi-frontend/src/main/frontend/package-lock.json 
b/nifi-frontend/src/main/frontend/package-lock.json
index 9d365d10732..5432fb3cb72 100644
--- a/nifi-frontend/src/main/frontend/package-lock.json
+++ b/nifi-frontend/src/main/frontend/package-lock.json
@@ -2256,9 +2256,9 @@
             }
         },
         "node_modules/@babel/plugin-transform-modules-systemjs": {
-            "version": "7.29.0",
-            "resolved": 
"https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.0.tgz";,
-            "integrity": 
"sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==",
+            "version": "7.29.4",
+            "resolved": 
"https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.4.tgz";,
+            "integrity": 
"sha512-N7QmZ0xRZfjHOfZeQLJjwgX2zS9pdGHSVl/cjSGlo4dXMqvurfxXDMKY4RqEKzPozV78VMcd0lxyG13mlbKc4w==",
             "dev": true,
             "license": "MIT",
             "dependencies": {
@@ -12214,13 +12214,13 @@
             }
         },
         "node_modules/axios": {
-            "version": "1.15.0",
-            "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz";,
-            "integrity": 
"sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
+            "version": "1.16.0",
+            "resolved": "https://registry.npmjs.org/axios/-/axios-1.16.0.tgz";,
+            "integrity": 
"sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==",
             "dev": true,
             "license": "MIT",
             "dependencies": {
-                "follow-redirects": "^1.15.11",
+                "follow-redirects": "^1.16.0",
                 "form-data": "^4.0.5",
                 "proxy-from-env": "^2.1.0"
             }
@@ -15638,13 +15638,13 @@
             }
         },
         "node_modules/express-rate-limit": {
-            "version": "8.3.1",
-            "resolved": 
"https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.3.1.tgz";,
-            "integrity": 
"sha512-D1dKN+cmyPWuvB+G2SREQDzPY1agpBIcTa9sJxOPMCNeH3gwzhqJRDWCXW3gg0y//+LQ/8j52JbMROWyrKdMdw==",
+            "version": "8.5.1",
+            "resolved": 
"https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.5.1.tgz";,
+            "integrity": 
"sha512-5O6KYmyJEpuPJV5hNTXKbAHWRqrzyu+OI3vUnSd2kXFubIVpG7ezpgxQy76Zo5GQZtrQBg86hF+CM/NX+cioiQ==",
             "dev": true,
             "license": "MIT",
             "dependencies": {
-                "ip-address": "10.1.0"
+                "ip-address": "^10.2.0"
             },
             "engines": {
                 "node": ">= 16"
@@ -15715,9 +15715,9 @@
             "license": "MIT"
         },
         "node_modules/fast-uri": {
-            "version": "3.1.0",
-            "resolved": 
"https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz";,
-            "integrity": 
"sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==",
+            "version": "3.1.2",
+            "resolved": 
"https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz";,
+            "integrity": 
"sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
             "dev": true,
             "funding": [
                 {
@@ -16857,9 +16857,9 @@
             }
         },
         "node_modules/hono": {
-            "version": "4.12.14",
-            "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.14.tgz";,
-            "integrity": 
"sha512-am5zfg3yu6sqn5yjKBNqhnTX7Cv+m00ox+7jbaKkrLMRJ4rAdldd1xPd/JzbBWspqaQv6RSTrgFN95EsfhC+7w==",
+            "version": "4.12.18",
+            "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.18.tgz";,
+            "integrity": 
"sha512-RWzP96k/yv0PQfyXnWjs6zot20TqfpfsNXhOnev8d1InAxubW93L11/oNUc3tQqn2G0bSdAOBpX+2uDFHV7kdQ==",
             "dev": true,
             "license": "MIT",
             "engines": {
@@ -17424,9 +17424,9 @@
             }
         },
         "node_modules/ip-address": {
-            "version": "10.1.0",
-            "resolved": 
"https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz";,
-            "integrity": 
"sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
+            "version": "10.2.0",
+            "resolved": 
"https://registry.npmjs.org/ip-address/-/ip-address-10.2.0.tgz";,
+            "integrity": 
"sha512-/+S6j4E9AHvW9SWMSEY9Xfy66O5PWvVEJ08O0y5JGyEKQpojb0K0GKpz/v5HJ/G0vi3D2sjGK78119oXZeE0qA==",
             "dev": true,
             "license": "MIT",
             "engines": {
@@ -19291,9 +19291,9 @@
             }
         },
         "node_modules/mermaid/node_modules/uuid": {
-            "version": "11.1.0",
-            "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz";,
-            "integrity": 
"sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
+            "version": "11.1.1",
+            "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz";,
+            "integrity": 
"sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==",
             "funding": [
                 "https://github.com/sponsors/broofa";,
                 "https://github.com/sponsors/ctavan";
@@ -21211,9 +21211,9 @@
             }
         },
         "node_modules/postcss": {
-            "version": "8.5.8",
-            "resolved": 
"https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz";,
-            "integrity": 
"sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==",
+            "version": "8.5.14",
+            "resolved": 
"https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz";,
+            "integrity": 
"sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
             "dev": true,
             "funding": [
                 {

Reply via email to