upgrade deps via ncu -u

@playwright/test                ^1.20.1  →  ^1.25.1
 playwright                      ^1.20.1  →  ^1.25.1
 puppeteer-extra-plugin-stealth   ^2.9.0  →  ^2.11.1
This commit is contained in:
Ralf Vogler 2022-09-02 14:37:41 +02:00
parent 6f2271168d
commit 51f2fbfb53
2 changed files with 277 additions and 4167 deletions

4438
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -6,11 +6,11 @@
"docker:epic-games": "cross-env-shell docker run --rm -it -p 5900:5900 -p 6080:6080 -v \\\"$INIT_CWD/data\\\":/fgc/data --name free-games-claimer free-games-claimer"
},
"devDependencies": {
"@playwright/test": "^1.20.1",
"@playwright/test": "^1.25.1",
"cross-env": "^7.0.3",
"lowdb": "^3.0.0",
"playwright": "^1.20.1",
"puppeteer-extra-plugin-stealth": "^2.9.0"
"playwright": "^1.25.1",
"puppeteer-extra-plugin-stealth": "^2.11.1"
},
"type": "module"
}