From e20b23d81030a9c57cd6b3a81cf4b01a08679e2e Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 10 Mar 2021 15:23:06 +0000 Subject: [PATCH] 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 --- 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 f5ab23395f..243ded09bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index 1b0800f91a..8728b79753 100644 --- a/package.json +++ b/package.json @@ -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",