Make WordPress Core

Changeset 50521


Ignore:
Timestamp:
03/10/2021 03:23:06 PM (4 years ago)
Author:
desrosj
Message:

External Libraries: Update jQuery hoverIntent to version 1.10.1.

This updates the jquery-hoverintent dependency from 1.8.3 to 1.10.1.

For a full list of changes, see https://github.com/briancherne/jquery-hoverIntent/compare/v1.8.3...v1.10.1.

Fixes #52686.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r50520 r50521  
    1459714597        },
    1459814598        "jquery-hoverintent": {
    14599             "version": "1.8.3",
    14600             "resolved": "https://registry.npmjs.org/jquery-hoverintent/-/jquery-hoverintent-1.8.3.tgz",
    14601             "integrity": "sha512-vxxq6pCpUYM0bmgYP+28YT2B31B4eURsmap0orQQwH2BgZCc9UV99ZsP2bO/X9szh9FWPS2JaucROMGHjsbolg==",
     14599            "version": "1.10.1",
     14600            "resolved": "https://registry.npmjs.org/jquery-hoverintent/-/jquery-hoverintent-1.10.1.tgz",
     14601            "integrity": "sha512-PNZAVnNcuIB5MDmZPWK7H2lQINRJ4Z8+EGLseIZd/gnd5Q9W3dBOKv0vKG7WPFxG2/Na1YX0/soeufucO6bCJQ==",
    1460214602            "requires": {
    1460314603                "jquery": ">=1.7.0"
  • trunk/package.json

    r50520 r50521  
    138138        "jquery-color": "https://github.com/jquery/jquery-color/archive/2.1.2.tar.gz",
    139139        "jquery-form": "4.2.1",
    140         "jquery-hoverintent": "1.8.3",
     140        "jquery-hoverintent": "1.10.1",
    141141        "lodash": "4.17.19",
    142142        "masonry-layout": "4.2.2",
Note: See TracChangeset for help on using the changeset viewer.