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