diff --git a/lib/pause.js b/lib/pause.js index 0bb2d0475..c4ba0a0e1 100644 --- a/lib/pause.js +++ b/lib/pause.js @@ -84,12 +84,10 @@ function pauseSession(passedObject = {}) { }) return new Promise(resolve => { finish = resolve - // eslint-disable-next-line return askForStep() }) } -/* eslint-disable */ async function parseInput(cmd) { rl.pause() next = false @@ -198,7 +196,6 @@ async function parseInput(cmd) { recorder.add('ask for next step', askForStep) nextStep() } -/* eslint-enable */ function askForStep() { return new Promise(resolve => { diff --git a/package.json b/package.json index 3713350a8..188506cf7 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "figures": "3.2.0", "fn-args": "4.0.0", "fs-extra": "11.2.0", - "glob": "^11.0.0", + "glob": "^11.0.1", "fuse.js": "^7.0.0", "html-minifier-terser": "7.2.0", "inquirer": "6.5.2", @@ -113,7 +113,7 @@ "promise-retry": "1.1.1", "resq": "1.11.0", "sprintf-js": "1.1.3", - "uuid": "11.0.4" + "uuid": "11.0.5" }, "optionalDependencies": { "@codeceptjs/detox-helper": "1.1.5" @@ -139,7 +139,7 @@ "chai-subset": "1.6.0", "documentation": "14.0.3", "electron": "34.0.0", - "eslint": "^9.17.0", + "eslint": "^9.18.0", "eslint-plugin-import": "2.31.0", "eslint-plugin-mocha": "10.5.0", "expect": "29.7.0",