External Libraries: Update the jQuery Form library.

This updates the `jquery-form` library from version `4.2.1` to `4.3.0`.

A full list of changes can be found on GitHub: https://github.com/jquery-form/form/compare/v4.2.1...v4.3.0.

Fixes #52685.

git-svn-id: https://develop.svn.wordpress.org/trunk@50546 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2021-03-18 17:51:52 +00:00
parent b91fab0ddf
commit 4af708c3b8
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -14587,11 +14587,11 @@
"integrity": "sha512-4VoxsLMw860EQGNT/TmP3Lbr7/1OCQlBPS4ILj7bxRApJrPQfpqzdIOTY8Ll9nGY7UHtWqDuzR7cUcS1lcWjVw=="
},
"jquery-form": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/jquery-form/-/jquery-form-4.2.1.tgz",
"integrity": "sha1-hn00Fct3uOciOqpwHw5IHdFq1cI=",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/jquery-form/-/jquery-form-4.3.0.tgz",
"integrity": "sha512-q3uaVCEWdLOYUCI6dpNdwf/7cJFOsUgdpq6r0taxtGQ5NJSkOzofyWm4jpOuJ5YxdmL1FI5QR+q+HB63HHLGnQ==",
"requires": {
"jquery": ">=1.7"
"jquery": ">=1.7.2"
}
},
"jquery-hoverintent": {

View File

@ -136,7 +136,7 @@
"imagesloaded": "4.1.4",
"jquery": "3.6.0",
"jquery-color": "2.2.0",
"jquery-form": "4.2.1",
"jquery-form": "4.3.0",
"jquery-hoverintent": "1.10.1",
"lodash": "4.17.19",
"masonry-layout": "4.2.2",