mirror of https://github.com/zulip/zulip.git
jquery-validation: Upgrade jquery-validation to v1.17.0
Refs: https://github.com/jquery-validation/jquery-validation/releases/tag/1.17.0
This commit is contained in:
parent
11d819ee3d
commit
506b23237a
|
@ -27,7 +27,7 @@
|
|||
"i18next-parser": "0.11.1",
|
||||
"i18next-xhr-backend": "1.5.1",
|
||||
"jquery": "3.3.1",
|
||||
"jquery-validation": "1.16.0",
|
||||
"jquery-validation": "1.17.0",
|
||||
"katex": "0.8.3",
|
||||
"mini-css-extract-plugin": "0.4.0",
|
||||
"moment": "2.22.1",
|
||||
|
|
|
@ -5429,9 +5429,9 @@ isurl@^1.0.0-alpha5:
|
|||
has-to-string-tag-x "^1.2.0"
|
||||
is-object "^1.0.1"
|
||||
|
||||
jquery-validation@1.16.0:
|
||||
version "1.16.0"
|
||||
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.16.0.tgz#b6e5277ebbd67c1fabab213eb4454eea8a3095ca"
|
||||
jquery-validation@1.17.0:
|
||||
version "1.17.0"
|
||||
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.17.0.tgz#ab66b6b583d7740b9bbd148993e50e8ac041f35b"
|
||||
dependencies:
|
||||
jquery "^1.7 || ^2.0 || ^3.1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue