magefile / mage

a Make/rake-like dev tool using Go
https://magefile.org
Apache License 2.0
4.01k stars 250 forks source link

Update jQuery to 3.5.0 #458

Closed karistom closed 1 year ago

karistom commented 1 year ago

Updated jQuery to 3.5.0 to address the following issue. https://github.com/magefile/mage/issues/431 Whitesource vulnerability scan was run on the project. It showed mage having CVE-2020-11023 issue. This PR will fix the issue.

perrito666 commented 1 year ago

Hey, thank you for proposing this fix. The new jquery version seems to be the regular version despite its name indicating it is the minified version. We should use that version instead.

karistom commented 1 year ago

@perrito666 the file has been updated.

karistom commented 1 year ago

@perrito666 @natefinch would you please review and merge the PR? Thanks.