PAMapp/node_modules/@nuxt/cli/node_modules/semver/functions/cmp.js
@@ -8,17 +8,21 @@ const cmp = (a, op, b, loose) => { switch (op) { case '===': if (typeof a === 'object') if (typeof a === 'object') { a = a.version if (typeof b === 'object') } if (typeof b === 'object') { b = b.version } return a === b case '!==': if (typeof a === 'object') if (typeof a === 'object') { a = a.version if (typeof b === 'object') } if (typeof b === 'object') { b = b.version } return a !== b case '':