Merge pull request #4976 from AbhinavS96/jquery_version_fix

updated jquery detection
main
Elbert Alias 3 years ago committed by GitHub
commit 87440e6209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -547,7 +547,7 @@
"scriptSrc": [
"jquery",
"/jquery(?:-(\\d+\\.\\d+\\.\\d+))[/.-]\\;version:\\1",
"/(\\d+\\.\\d+\\.\\d+)/jquery[/.-]\\;version:\\1"
"/(\\d+\\.\\d+\\.\\d+)/jquery[/.-][^u]\\;version:\\1"
],
"website": "https://jquery.com"
},