[HOTFIX] Refresh zeppelin-react lockfile for npm audit

### What is this PR for?

Refresh the zeppelin-react lockfile with compatible updates suggested by `npm audit fix`.
The daily audit remediation workflow generated this change after the required high-severity audit began failing.

### What type of PR is it?

Hot Fix

### What is the Jira issue?

N/A - automated dependency maintenance.

### How should this be tested?

- `npm ci --ignore-scripts --no-audit` in `zeppelin-web-angular`
- `npm ci --ignore-scripts --no-audit` in `zeppelin-web-angular/projects/zeppelin-react`
- `npm audit --audit-level=high`
- `npm run lint`
- `npm test`
- `npm run build`

All commands passed before this PR was created.


Closes #5452 from github-actions[bot]/automation/npm-audit-fix-zeppelin-react.

Signed-off-by: YONGJAE LEE <dev.yongjaelee@gmail.com>
diff --git a/zeppelin-web-angular/projects/zeppelin-react/package-lock.json b/zeppelin-web-angular/projects/zeppelin-react/package-lock.json
index 8293a59..0cc5553 100644
--- a/zeppelin-web-angular/projects/zeppelin-react/package-lock.json
+++ b/zeppelin-web-angular/projects/zeppelin-react/package-lock.json
@@ -5008,9 +5008,9 @@
       "license": "MIT"
     },
     "node_modules/fast-uri": {
-      "version": "3.1.5",
-      "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz",
-      "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==",
+      "version": "3.1.7",
+      "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.7.tgz",
+      "integrity": "sha512-dOvZVzjdZdz7phd9v6jCbwxrBW3fK6n8Rc0CtdmM4bumzMnxywBYhuph6J819RRw/ku+rLbelwfMunktuzVVHg==",
       "dev": true,
       "funding": [
         {
@@ -8023,9 +8023,9 @@
       }
     },
     "node_modules/qs": {
-      "version": "6.15.3",
-      "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.3.tgz",
-      "integrity": "sha512-O9gl3zCl5h5blw1KGUzQKhA5oUXSl8rwUIM5o0S3nCXMliSvy5Dzx7/DJcI+SwgICv+IneSZwhBh1oSyEHA71A==",
+      "version": "6.16.0",
+      "resolved": "https://registry.npmjs.org/qs/-/qs-6.16.0.tgz",
+      "integrity": "sha512-h6fhOIaRrID2CbEY2fqs+7t+UXZo+MLAnU5gRIq85uFtdiUPCdsApMlHhXogKVM4HM2DVbIjGNTTYH2OcmP1vA==",
       "dev": true,
       "license": "BSD-3-Clause",
       "dependencies": {