From e46a60d84084fb6ce7a1bdd7e5217c9bb96d719a Mon Sep 17 00:00:00 2001 From: Tonya Mork Date: Mon, 3 Jan 2022 15:01:28 +0000 Subject: [PATCH] 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 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 664ecb954b..aec833bfcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index 5351884344..8a2011119f 100644 --- a/package.json +++ b/package.json @@ -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",