Bump jquery-validation

Bumps [jquery-validation](https://github.com/jquery-validation/jquery-validation) from 1.19.5 to 1.20.0.
- [Release notes](https://github.com/jquery-validation/jquery-validation/releases)
- [Changelog](https://github.com/jquery-validation/jquery-validation/blob/master/changelog.md)
- [Commits](https://github.com/jquery-validation/jquery-validation/compare/1.19.5...1.20.0)

---
updated-dependencies:
- dependency-name: jquery-validation
  dependency-version: 1.20.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-13 14:46:32 +00:00
committed by GitHub
parent fe6f1581dd
commit 184bfadf2c
2 changed files with 13 additions and 11 deletions

View File

@ -10,7 +10,7 @@
"license": "https://aka.ms/jqueryunobtrusivelicense",
"dependencies": {
"jquery": "^3.6.0",
"jquery-validation": ">=1.19"
"jquery-validation": ">=1.20"
},
"devDependencies": {
"gulp": "^4.0.2",
@ -2098,9 +2098,10 @@
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
},
"node_modules/jquery-validation": {
"version": "1.19.5",
"resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.5.tgz",
"integrity": "sha512-X2SmnPq1mRiDecVYL8edWx+yTBZDyC8ohWXFhXdtqFHgU9Wd4KHkvcbCoIZ0JaSaumzS8s2gXSkP8F7ivg/8ZQ==",
"version": "1.20.0",
"resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/jquery-validation/-/jquery-validation-1.20.0.tgz",
"integrity": "sha1-2/9tj+YbB9S2+ES/L1QFFGVWuZE=",
"license": "MIT",
"peerDependencies": {
"jquery": "^1.7 || ^2.0 || ^3.1"
}
@ -4774,7 +4775,7 @@
"async-each": "^1.0.1",
"braces": "^2.3.2",
"fsevents": "^1.2.7",
"glob-parent": "^3.1.0",
"glob-parent": "~6.0.1",
"inherits": "^2.0.3",
"is-binary-path": "^1.0.0",
"is-glob": "^4.0.0",
@ -5533,7 +5534,8 @@
}
},
"glob-parent": {
"version": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.1.tgz",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.1.tgz",
"integrity": "sha512-kEVjS71mQazDBHKcsq4E9u/vUzaLcw1A8EtUeydawvIWQCJM0qQ08G1H7/XTjFUulla6XQiDOG6MXSaG0HDKog==",
"dev": true,
"requires": {
@ -5548,7 +5550,7 @@
"requires": {
"extend": "^3.0.0",
"glob": "^7.1.1",
"glob-parent": "^3.1.0",
"glob-parent": "~6.0.1",
"is-negated-glob": "^1.0.0",
"ordered-read-streams": "^1.0.0",
"pumpify": "^1.3.5",
@ -6077,9 +6079,9 @@
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
},
"jquery-validation": {
"version": "1.19.5",
"resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.19.5.tgz",
"integrity": "sha512-X2SmnPq1mRiDecVYL8edWx+yTBZDyC8ohWXFhXdtqFHgU9Wd4KHkvcbCoIZ0JaSaumzS8s2gXSkP8F7ivg/8ZQ==",
"version": "1.20.0",
"resolved": "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/jquery-validation/-/jquery-validation-1.20.0.tgz",
"integrity": "sha1-2/9tj+YbB9S2+ES/L1QFFGVWuZE=",
"requires": {}
},
"json-stable-stringify-without-jsonify": {

View File

@ -26,7 +26,7 @@
],
"dependencies": {
"jquery": "^3.6.0",
"jquery-validation": ">=1.19"
"jquery-validation": ">=1.20"
},
"devDependencies": {
"gulp": "^4.0.2",