mirror of https://github.com/zulip/zulip.git
dependencies: Upgrade jquery-validation to 1.19.0.
This commit is contained in:
parent
562f6c1c39
commit
657448b053
|
@ -24,7 +24,7 @@
|
|||
"i18next": "3.4.4",
|
||||
"imports-loader": "0.8.0",
|
||||
"jquery": "3.3.1",
|
||||
"jquery-validation": "1.17.0",
|
||||
"jquery-validation": "1.19.0",
|
||||
"katex": "0.8.3",
|
||||
"lazysizes": "4.1.6",
|
||||
"mini-css-extract-plugin": "0.4.0",
|
||||
|
|
|
@ -6587,10 +6587,10 @@ isurl@^1.0.0-alpha5:
|
|||
has-to-string-tag-x "^1.2.0"
|
||||
is-object "^1.0.1"
|
||||
|
||||
jquery-validation@1.17.0:
|
||||
version "1.17.0"
|
||||
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.17.0.tgz#ab66b6b583d7740b9bbd148993e50e8ac041f35b"
|
||||
integrity sha512-XddiAwhGdWhcIJ+W3ri3KG8uTPMua4TPYuUIC8/E7lOyqdScG5xHuy9YishlKc0c/lIQai77EX7hxMdTSYCEjA==
|
||||
jquery-validation@1.19.0:
|
||||
version "1.19.0"
|
||||
resolved "https://registry.yarnpkg.com/jquery-validation/-/jquery-validation-1.19.0.tgz#0fedf0c0483a030c4fff072398898ac18cfd6e40"
|
||||
integrity sha512-i1ygcs9K9eI0jqQ8fiOZdT0Ofw941YII1zyPQDUkBS8t2G8SoSWz8UUEVT6gV1KvsaBbovtL8YxjLALACR0syQ==
|
||||
dependencies:
|
||||
jquery "^1.7 || ^2.0 || ^3.1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue