Make WordPress Core

Changeset 50546


Ignore:
Timestamp:
03/18/2021 05:51:52 PM (3 years ago)
Author:
desrosj
Message:

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.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r50545 r50546  
    1458814588        },
    1458914589        "jquery-form": {
    14590             "version": "4.2.1",
    14591             "resolved": "https://registry.npmjs.org/jquery-form/-/jquery-form-4.2.1.tgz",
    14592             "integrity": "sha1-hn00Fct3uOciOqpwHw5IHdFq1cI=",
    14593             "requires": {
    14594                 "jquery": ">=1.7"
     14590            "version": "4.3.0",
     14591            "resolved": "https://registry.npmjs.org/jquery-form/-/jquery-form-4.3.0.tgz",
     14592            "integrity": "sha512-q3uaVCEWdLOYUCI6dpNdwf/7cJFOsUgdpq6r0taxtGQ5NJSkOzofyWm4jpOuJ5YxdmL1FI5QR+q+HB63HHLGnQ==",
     14593            "requires": {
     14594                "jquery": ">=1.7.2"
    1459514595            }
    1459614596        },
  • trunk/package.json

    r50545 r50546  
    137137        "jquery": "3.6.0",
    138138        "jquery-color": "2.2.0",
    139         "jquery-form": "4.2.1",
     139        "jquery-form": "4.3.0",
    140140        "jquery-hoverintent": "1.10.1",
    141141        "lodash": "4.17.19",
Note: See TracChangeset for help on using the changeset viewer.