jQuery Validation should also work with the latest jQuery version 3.4, right? Can we lift the peerDependencies to that version? NPM audit throws an error because jQuery had some vulnerability prior to that version. ``` "peerDependencies": { "jquery": "^1.7 || ^2.0 || ^3.4" }, ```