This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 7995275115 Bump jquery-validation from 1.22.0 to 1.22.1 in
/themes/common-theme/webapp/common-theme/js (#966)
7995275115 is described below
commit 79952751156a1aa2861a68e16c5beca061f11403
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 18 16:45:34 2026 +0100
Bump jquery-validation from 1.22.0 to 1.22.1 in
/themes/common-theme/webapp/common-theme/js (#966)
Bumps
[jquery-validation](https://github.com/jquery-validation/jquery-validation)
from 1.22.0 to 1.22.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jquery-validation/jquery-validation/releases">jquery-validation's
releases</a>.</em></p>
<blockquote>
<h2>1.22.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix TypeError when form contains input with name="id" by
<a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a
href="https://redirect.github.com/jquery-validation/jquery-validation/pull/2528">jquery-validation/jquery-validation#2528</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jquery-validation/jquery-validation/compare/1.22.0...1.22.1">https://github.com/jquery-validation/jquery-validation/compare/1.22.0...1.22.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jquery-validation/jquery-validation/commit/568fd2e65752f314b09b56384f5040876fffe14f"><code>568fd2e</code></a>
1.22.1</li>
<li><a
href="https://github.com/jquery-validation/jquery-validation/commit/1ae2d9233d2c417d918eb30d37d01eb14b8fdaa1"><code>1ae2d92</code></a>
Fix TypeError when form contains input with name="id" (<a
href="https://redirect.github.com/jquery-validation/jquery-validation/issues/2528">#2528</a>)</li>
<li><a
href="https://github.com/jquery-validation/jquery-validation/commit/3730881c9e587cb6e242617eb6846cc1e2fcc586"><code>3730881</code></a>
Build: Updating the master version to 1.22.1-pre.</li>
<li>See full diff in <a
href="https://github.com/jquery-validation/jquery-validation/compare/1.22.0...1.22.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>
---
themes/common-theme/webapp/common-theme/js/package-lock.json | 8 ++++----
themes/common-theme/webapp/common-theme/js/package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/themes/common-theme/webapp/common-theme/js/package-lock.json
b/themes/common-theme/webapp/common-theme/js/package-lock.json
index 29edbbc953..0a54507f8b 100644
--- a/themes/common-theme/webapp/common-theme/js/package-lock.json
+++ b/themes/common-theme/webapp/common-theme/js/package-lock.json
@@ -16,7 +16,7 @@
"jquery": "^3.7.1",
"jquery-migrate": "^3.6.0",
"jquery-ui-dist": "^1.13.3",
- "jquery-validation": "^1.22.0",
+ "jquery-validation": "^1.22.1",
"jquery.browser": "^0.1.0",
"moment-timezone": "^0.6.0",
"moment-with-locales-es6": "^1.0.1",
@@ -95,9 +95,9 @@
}
},
"node_modules/jquery-validation": {
- "version": "1.22.0",
- "resolved":
"https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.22.0.tgz",
- "integrity":
"sha512-W/e+/suHHWHxdE9Byt9eMtYchy6a+RG9pqGTDiqz6DWcgwhrxVh2OVl8jCi3NSkmACeOW/wiPgLN3KM63+aSWg==",
+ "version": "1.22.1",
+ "resolved":
"https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.22.1.tgz",
+ "integrity":
"sha512-ePLXLWK7Rh5eR652YsuIu7YPeGlCXrsJUteVw5iZopiU17yaMd3FaDggs6yyNMl56p8TYVeDRmKGK3fPZrMeQw==",
"license": "MIT",
"peerDependencies": {
"jquery": "^1.7 || ^2.0 || ^3.1 || ^4.0"
diff --git a/themes/common-theme/webapp/common-theme/js/package.json
b/themes/common-theme/webapp/common-theme/js/package.json
index e6270c0f5e..f6f330c28b 100644
--- a/themes/common-theme/webapp/common-theme/js/package.json
+++ b/themes/common-theme/webapp/common-theme/js/package.json
@@ -13,7 +13,7 @@
"jquery": "^3.7.1",
"jquery-migrate": "^3.6.0",
"jquery-ui-dist": "^1.13.3",
- "jquery-validation": "^1.22.0",
+ "jquery-validation": "^1.22.1",
"jquery.browser": "^0.1.0",
"moment-timezone": "^0.6.0",
"moment-with-locales-es6": "^1.0.1",