jquery.isinview icon indicating copy to clipboard operation
jquery.isinview copied to clipboard

Allowing JQuery to be updated beyond 3.2

Open enthiric opened this issue 5 years ago • 0 comments

A security issue was found within jQuery.extend (versions <= 3.3 see https://www.cvedetails.com/cve/CVE-2019-11358/). Because the package.json locked versions lower than 3.2 I was unable to patch the security issue within my other project. The following PR removes that restraint.

Tests came up as green when running with jQuery at version 3.4.1.

enthiric avatar May 06 '19 11:05 enthiric