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.

git-svn-id: https://develop.svn.wordpress.org/trunk@50521 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2021-03-10 15:23:06 +00:00
parent 9af2725b7c
commit e20b23d810
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -14596,9 +14596,9 @@
}
},
"jquery-hoverintent": {
"version": "1.8.3",
"resolved": "https://registry.npmjs.org/jquery-hoverintent/-/jquery-hoverintent-1.8.3.tgz",
"integrity": "sha512-vxxq6pCpUYM0bmgYP+28YT2B31B4eURsmap0orQQwH2BgZCc9UV99ZsP2bO/X9szh9FWPS2JaucROMGHjsbolg==",
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/jquery-hoverintent/-/jquery-hoverintent-1.10.1.tgz",
"integrity": "sha512-PNZAVnNcuIB5MDmZPWK7H2lQINRJ4Z8+EGLseIZd/gnd5Q9W3dBOKv0vKG7WPFxG2/Na1YX0/soeufucO6bCJQ==",
"requires": {
"jquery": ">=1.7.0"
}

View File

@ -137,7 +137,7 @@
"jquery": "3.6.0",
"jquery-color": "https://github.com/jquery/jquery-color/archive/2.1.2.tar.gz",
"jquery-form": "4.2.1",
"jquery-hoverintent": "1.8.3",
"jquery-hoverintent": "1.10.1",
"lodash": "4.17.19",
"masonry-layout": "4.2.2",
"moment": "2.27.0",