ncu -u: lowdb 6 -> 7 dropped support for Node 16
This commit is contained in:
parent
cf59da5d9e
commit
f0f142733e
3 changed files with 376 additions and 287 deletions
12
package.json
12
package.json
|
|
@ -17,20 +17,20 @@
|
|||
},
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=15"
|
||||
"node": ">=17"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^5.3.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"dotenv": "^16.3.1",
|
||||
"dotenv": "^16.4.5",
|
||||
"enquirer": "^2.4.1",
|
||||
"lowdb": "^6.1.1",
|
||||
"lowdb": "^7.0.1",
|
||||
"otplib": "^12.0.1",
|
||||
"playwright-firefox": "^1.40.1",
|
||||
"playwright-firefox": "^1.44.1",
|
||||
"puppeteer-extra-plugin-stealth": "^2.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@stylistic/eslint-plugin-js": "^1.5.1",
|
||||
"eslint": "^8.56.0"
|
||||
"@stylistic/eslint-plugin-js": "^2.2.2",
|
||||
"eslint": "^9.5.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue