External Libraries: Update jQuery hoverIntent to version 1.10.2.

This updates the `jquery-hoverintent` dependency from 1.10.1 to 1.10.2, which fixes the deprecation of `jQuery.isFunction`.

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

Follow-up to [50521].

Props titsmaker.
Fixes #54722. See #51812.

git-svn-id: https://develop.svn.wordpress.org/trunk@52429 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Tonya Mork
2022-01-03 15:01:28 +00:00
parent f7929047a3
commit e46a60d840
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -16682,9 +16682,9 @@
}
},
"jquery-hoverintent": {
"version": "1.10.1",
"resolved": "https://registry.npmjs.org/jquery-hoverintent/-/jquery-hoverintent-1.10.1.tgz",
"integrity": "sha512-PNZAVnNcuIB5MDmZPWK7H2lQINRJ4Z8+EGLseIZd/gnd5Q9W3dBOKv0vKG7WPFxG2/Na1YX0/soeufucO6bCJQ==",
"version": "1.10.2",
"resolved": "https://registry.npmjs.org/jquery-hoverintent/-/jquery-hoverintent-1.10.2.tgz",
"integrity": "sha512-YU4xvTywSu+/aZvbtSV8Svgcv7F3iMsXXO8Fm1Scvt9wvKDP7C1F6w1j3Pjn0lQqICxc5s7MnsL3Nbh8DEeOcg==",
"requires": {
"jquery": ">=1.7.0"
}

View File

@@ -140,7 +140,7 @@
"jquery": "3.6.0",
"jquery-color": "2.2.0",
"jquery-form": "4.3.0",
"jquery-hoverintent": "1.10.1",
"jquery-hoverintent": "1.10.2",
"lodash": "4.17.21",
"masonry-layout": "4.2.2",
"moment": "2.29.1",