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",