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

github-merge-queue[bot] pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git

commit 50454c2bf568dd4b0dc160da970676fd1f8dedb8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 7 22:42:58 2026 -0700

    fix(deps, frontend): bump @ngx-formly/core from 6.3.12 to 7.1.0 in 
/frontend (#6235)
    
    Bumps [@ngx-formly/core](https://github.com/ngx-formly/ngx-formly) from
    6.3.12 to 7.1.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/ngx-formly/ngx-formly/releases";>@​ngx-formly/core's
    releases</a>.</em></p>
    <blockquote>
    <h2>v7.1.0</h2>
    <h3>Highlights</h3>
    <ul>
    <li>
    <p><strong>JSON Schema Conditional Logic
    (<code>if/then/else</code>)</strong>
    The JSON Schema service matches standard compliance by supporting
    <code>if</code>, <code>then</code>, and <code>else</code> keywords. This
    enables defining complex conditional logic directly within schemas for
    dynamic field configurations.</p>
    </li>
    <li>
    <p><strong>CSP-Safe Expression Evaluation</strong>
    Added support for CSP-safe expression evaluation, allowing usages in
    strict security environments without <code>eval()</code>.</p>
    <p>To enable CSP-safe expression evaluation, use the
    <code>withFormlyFieldExpression</code> configuration helper:</p>
    <pre lang="typescript"><code>import { provideFormlyConfig,
    withFormlyFieldExpression } from '@ngx-formly/core';
    <p>providers: [<br />
    provideFormlyConfig(<br />
    withFormlyFieldExpression()<br />
    ),<br />
    ],<br />
    </code></pre></p>
    </li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li><strong>core:</strong> export FormlyFieldConfigPresetProvider via
    public_api (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4161";>#4161</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/3976e0931d27f7267d92edecbed2292f93b9c4c8";>3976e09</a>)</li>
    <li><strong>core:</strong> extend formly json schema service to support
    if/then/else (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4140";>#4140</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/f534999bdceb0b56c155446ae00b24a61b4a98bb";>f534999</a>)</li>
    <li><strong>core:</strong> support CSP-safe expression evaluation (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4141";>#4141</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/ef839c151a0d9672a200dc26547f9f128a693c92";>ef839c1</a>)</li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>core:</strong> prevent cloning of Promise objects (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/3238bfb6d6252e2951acb46cfe791c52a9a2fcc7";>3238bfb</a>),
    closes <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4159";>#4159</a></li>
    </ul>
    <h2>Special Thanks</h2>
    <ul>
    <li><a
    
href="https://github.com/jamie-perkins-sp";><code>@​jamie-perkins-sp</code></a>
    <a href="https://github.com/agonper";><code>@​agonper</code></a></li>
    </ul>
    <h2>v7.0.1</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>core:</strong> export FormlyTemplate for standalone use (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4149";>#4149</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/6c34e325c23d4f4d171337f5b2e10db1bf72898b";>6c34e32</a>),
    closes <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4124";>#4124</a></li>
    <li><strong>core:</strong> merge config when using provideFormlyConfig
    (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4152";>#4152</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/13ab294452bba2cd9f2feb0d019ccf5f988bd03d";>13ab294</a>),
    closes <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4107";>#4107</a>
    <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4111";>#4111</a>
    <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4110";>#4110</a></li>
    <li><strong>material:</strong> remove extra whitespace for hint text (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4150";>#4150</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/4154dae982a58bec1ab7dbda9df62f5114ef062e";>4154dae</a>),
    closes <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4106";>#4106</a></li>
    <li>optional chain for validity.badInput (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4134";>#4134</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/34e50a9e13498d7446dadf2481d2e0c2fa50d682";>34e50a9</a>),
    closes <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4131";>#4131</a></li>
    <li><strong>preset:</strong> clear preset tag after merge (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4151";>#4151</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/2d6f5cdc4f887b4b1b46df6e9bedc7a4af560ae1";>2d6f5cd</a>),
    closes <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4110";>#4110</a></li>
    <li><strong>primeng:</strong> add config options to datepicker (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4143";>#4143</a>)
    (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4144";>#4144</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/6cf8f158ab461111df7f792f14b5a862d6e87562";>6cf8f15</a>)</li>
    </ul>
    <h2>v7.0.0</h2>
    <h3>Highlights</h3>
    <p>This release add support of standalone components and requires
    Angular &gt;=18</p>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    
href="https://github.com/ngx-formly/ngx-formly/blob/main/CHANGELOG.md";>@​ngx-formly/core's
    changelog</a>.</em></p>
    <blockquote>
    <h2><a
    
href="https://github.com/ngx-formly/ngx-formly/compare/v7.0.1...v7.1.0";>7.1.0</a>
    (2026-01-31)</h2>
    <h3>Features</h3>
    <ul>
    <li><strong>core:</strong> export FormlyFieldConfigPresetProvider via
    public_api (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4161";>#4161</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/3976e0931d27f7267d92edecbed2292f93b9c4c8";>3976e09</a>)</li>
    <li><strong>core:</strong> extend formly json schema service to support
    if/then/else (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4140";>#4140</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/f534999bdceb0b56c155446ae00b24a61b4a98bb";>f534999</a>)</li>
    <li><strong>core:</strong> support CSP-safe expression evaluation (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4141";>#4141</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/ef839c151a0d9672a200dc26547f9f128a693c92";>ef839c1</a>)</li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>core:</strong> prevent cloning of Promise objects (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/3238bfb6d6252e2951acb46cfe791c52a9a2fcc7";>3238bfb</a>),
    closes <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4159";>#4159</a></li>
    </ul>
    <h3><a
    
href="https://github.com/ngx-formly/ngx-formly/compare/v7.0.0...v7.0.1";>7.0.1</a>
    (2025-11-16)</h3>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>core:</strong> export FormlyTemplate for standalone use (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4149";>#4149</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/6c34e325c23d4f4d171337f5b2e10db1bf72898b";>6c34e32</a>),
    closes <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4124";>#4124</a></li>
    <li><strong>core:</strong> merge config when using provideFormlyConfig
    (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4152";>#4152</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/13ab294452bba2cd9f2feb0d019ccf5f988bd03d";>13ab294</a>),
    closes <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4107";>#4107</a>
    <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4111";>#4111</a>
    <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4110";>#4110</a></li>
    <li><strong>material:</strong> remove extra whitespace for hint text (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4150";>#4150</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/4154dae982a58bec1ab7dbda9df62f5114ef062e";>4154dae</a>),
    closes <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4106";>#4106</a></li>
    <li>optional chain for validity.badInput (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4134";>#4134</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/34e50a9e13498d7446dadf2481d2e0c2fa50d682";>34e50a9</a>),
    closes <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4131";>#4131</a></li>
    <li><strong>preset:</strong> clear preset tag after merge (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4151";>#4151</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/2d6f5cdc4f887b4b1b46df6e9bedc7a4af560ae1";>2d6f5cd</a>),
    closes <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4110";>#4110</a></li>
    <li><strong>primeng:</strong> add config options to datepicker (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4143";>#4143</a>)
    (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4144";>#4144</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/6cf8f158ab461111df7f792f14b5a862d6e87562";>6cf8f15</a>)</li>
    </ul>
    <h2><a
    
href="https://github.com/ngx-formly/ngx-formly/compare/v7.0.0-next.0...v7.0.0";>7.0.0</a>
    (2025-06-09)</h2>
    <h3>Features</h3>
    <ul>
    <li><strong>ionic:</strong> implement ionic labelPlacement prop (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4090";>#4090</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/55cf0880222869a27c52a364b7123ef4e4dd04b6";>55cf088</a>),
    closes <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4089";>#4089</a></li>
    </ul>
    <h2><a
    
href="https://github.com/ngx-formly/ngx-formly/compare/v7.0.0-alpha.1...v7.0.0-next.0";>7.0.0-next.0</a>
    (2025-05-04)</h2>
    <h3>⚠ BREAKING CHANGES</h3>
    <ul>
    <li><strong>core:</strong> Deprecated <code>FormlyFormOptions</code>
    methods has been removed: <code>_markForCheck</code>,
    <code>_buildForm</code> and <code>_markForCheck</code>.</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li><strong>core:</strong> remove deprecated options methods (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4086";>#4086</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/1cbd47c1fe9bf91c3bfbff7add6a8215b2bc19c8";>1cbd47c</a>)</li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>core:</strong> clear component refs on FormlyForm destroy
    (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4085";>#4085</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/06ac47e651d76c72b469803f7887f054e0a9b61a";>06ac47e</a>),
    closes <a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4081";>#4081</a></li>
    <li><strong>core:</strong> non-published preset provider (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4064";>#4064</a>)
    (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/830248065f739d8b0a0a2e8a008215d63e4f07aa";>8302480</a>)</li>
    <li><strong>core:</strong> overwrite valueChanges without losing pipes
    when debounce (<a
    
href="https://github.com/ngx-formly/ngx-formly/commit/2ad0ec08bb06894b0f22c251ed9c257c75b3c0ac";>2ad0ec0</a>)</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/ngx-formly/ngx-formly/commit/f2e082ced91d696f1ce71e8adf3268b3eeef3ae9";><code>f2e082c</code></a>
    build: enable npm provenance publishing</li>
    <li><a
    
href="https://github.com/ngx-formly/ngx-formly/commit/e2d4d9d1d8e0ee051e35b33bea81e781cb13b51b";><code>e2d4d9d</code></a>
    chore(release): 7.1.0</li>
    <li><a
    
href="https://github.com/ngx-formly/ngx-formly/commit/3238bfb6d6252e2951acb46cfe791c52a9a2fcc7";><code>3238bfb</code></a>
    fix(core): prevent cloning of Promise objects</li>
    <li><a
    
href="https://github.com/ngx-formly/ngx-formly/commit/26692189ffbc0e6a9b14a57dddd9cfce12380451";><code>2669218</code></a>
    refactor(core): provide an opt-in for CSP-safe expression
    configuration</li>
    <li><a
    
href="https://github.com/ngx-formly/ngx-formly/commit/f534999bdceb0b56c155446ae00b24a61b4a98bb";><code>f534999</code></a>
    feat(core): extend formly json schema service to support if/then/else
    (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4140";>#4140</a>)</li>
    <li><a
    
href="https://github.com/ngx-formly/ngx-formly/commit/ef839c151a0d9672a200dc26547f9f128a693c92";><code>ef839c1</code></a>
    feat(core): support CSP-safe expression evaluation (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4141";>#4141</a>)</li>
    <li><a
    
href="https://github.com/ngx-formly/ngx-formly/commit/3976e0931d27f7267d92edecbed2292f93b9c4c8";><code>3976e09</code></a>
    feat(core): export FormlyFieldConfigPresetProvider via public_api (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4161";>#4161</a>)</li>
    <li><a
    
href="https://github.com/ngx-formly/ngx-formly/commit/45f9876f6b2ad2c267cfadd078d3ff574c145a41";><code>45f9876</code></a>
    chore(release): 7.0.1</li>
    <li><a
    
href="https://github.com/ngx-formly/ngx-formly/commit/13ab294452bba2cd9f2feb0d019ccf5f988bd03d";><code>13ab294</code></a>
    fix(core): merge config when using provideFormlyConfig (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4152";>#4152</a>)</li>
    <li><a
    
href="https://github.com/ngx-formly/ngx-formly/commit/2d6f5cdc4f887b4b1b46df6e9bedc7a4af560ae1";><code>2d6f5cd</code></a>
    fix(preset): clear preset tag after merge (<a
    
href="https://redirect.github.com/ngx-formly/ngx-formly/issues/4151";>#4151</a>)</li>
    <li>Additional commits viewable in <a
    
href="https://github.com/ngx-formly/ngx-formly/compare/v6.3.12...v7.1.0";>compare
    view</a></li>
    </ul>
    </details>
    <details>
    <summary>Maintainer changes</summary>
    <p>This version was pushed to npm by <a
    href="https://www.npmjs.com/~GitHub%20Actions";>GitHub Actions</a>, a new
    releaser for <code>@​ngx-formly/core</code> since your current
    version.</p>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@ngx-formly/core&package-manager=npm_and_yarn&previous-version=6.3.12&new-version=7.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: probe <probe@x>
---
 frontend/LICENSE-binary |  4 ++--
 frontend/package.json   |  4 ++--
 frontend/yarn.lock      | 24 ++++++++++++------------
 3 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/frontend/LICENSE-binary b/frontend/LICENSE-binary
index 5ac46a5b05..63dbac1f60 100644
--- a/frontend/LICENSE-binary
+++ b/frontend/LICENSE-binary
@@ -279,8 +279,8 @@ Angular / npm packages:
   - @codingame/[email protected]
   - @ctrl/[email protected]
   - @ngneat/[email protected]
-  - @ngx-formly/[email protected]
-  - @ngx-formly/[email protected]
+  - @ngx-formly/[email protected]
+  - @ngx-formly/[email protected]
   - @vscode/[email protected]
   - [email protected]
   - [email protected]
diff --git a/frontend/package.json b/frontend/package.json
index 4919e52639..b1c1bc6f05 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -37,8 +37,8 @@
     "@codingame/monaco-vscode-python-default-extension": "25.1.2",
     "@lezer/python": "1.1.19",
     "@ngneat/until-destroy": "8.1.4",
-    "@ngx-formly/core": "6.3.12",
-    "@ngx-formly/ng-zorro-antd": "6.3.12",
+    "@ngx-formly/core": "7.1.0",
+    "@ngx-formly/ng-zorro-antd": "7.1.0",
     "ai": "5.0.93",
     "ajv": "8.10.0",
     "concaveman": "2.0.0",
diff --git a/frontend/yarn.lock b/frontend/yarn.lock
index ae6aa20dca..2206fb94ea 100644
--- a/frontend/yarn.lock
+++ b/frontend/yarn.lock
@@ -4302,27 +4302,27 @@ __metadata:
   languageName: node
   linkType: hard
 
-"@ngx-formly/core@npm:6.3.12":
-  version: 6.3.12
-  resolution: "@ngx-formly/core@npm:6.3.12"
+"@ngx-formly/core@npm:7.1.0":
+  version: 7.1.0
+  resolution: "@ngx-formly/core@npm:7.1.0"
   dependencies:
     tslib: "npm:^2.0.0"
   peerDependencies:
     "@angular/forms": ">=13.2.0"
     rxjs: ^6.5.3 || ^7.0.0
-  checksum: 
10c0/c12c8aba938aa8c644e23a7b32aeca990e74603eb83246d35439b757d152d7655251b81e65ac30dbf1bf9e503afb7787e6b38fee59aeba4d93b0072cb7d32ffc
+  checksum: 
10c0/defe8d2628c9e7fc46794fc7564a1dc4d98796aa2116965a8b630ad4e627227bbdab0f339cd7d6e918e8ce1be413d3624ef7f85d42ecd94007bca1f86e341f84
   languageName: node
   linkType: hard
 
-"@ngx-formly/ng-zorro-antd@npm:6.3.12":
-  version: 6.3.12
-  resolution: "@ngx-formly/ng-zorro-antd@npm:6.3.12"
+"@ngx-formly/ng-zorro-antd@npm:7.1.0":
+  version: 7.1.0
+  resolution: "@ngx-formly/ng-zorro-antd@npm:7.1.0"
   dependencies:
     tslib: "npm:^2.0.0"
   peerDependencies:
-    "@ngx-formly/core": 6.3.12
-    ng-zorro-antd: ">=13.0.0"
-  checksum: 
10c0/15686a2cbbaaf2a34cad250e9b0a4fe5d533e4c1c8b917dccc825ba76ac2e9bbabe588f0dde8566d726dd800d347b90098dfebf7c1fca4bf6a9edd7e097a0a64
+    "@ngx-formly/core": 7.1.0
+    ng-zorro-antd: ">=16.0.0"
+  checksum: 
10c0/cbb421db404d03f02112c303a7f77b49b700db60e4997cb501855cd734d083cc66dac1bdab79af58910faeea848c0ae6798426aaa9b57fd8de73242c3fe75035
   languageName: node
   linkType: hard
 
@@ -10826,8 +10826,8 @@ __metadata:
     "@codingame/monaco-vscode-python-default-extension": "npm:25.1.2"
     "@lezer/python": "npm:1.1.19"
     "@ngneat/until-destroy": "npm:8.1.4"
-    "@ngx-formly/core": "npm:6.3.12"
-    "@ngx-formly/ng-zorro-antd": "npm:6.3.12"
+    "@ngx-formly/core": "npm:7.1.0"
+    "@ngx-formly/ng-zorro-antd": "npm:7.1.0"
     "@nx/angular": "npm:23.0.1"
     "@schematics/angular": "npm:21.2.18"
     "@types/backbone": "npm:1.4.23"

Reply via email to