build(deps): bump lowdb from 6.0.1 to 6.1.1

Bumps [lowdb](https://github.com/typicode/lowdb) from 6.0.1 to 6.1.1.
- [Release notes](https://github.com/typicode/lowdb/releases)
- [Commits](https://github.com/typicode/lowdb/compare/v6.0.1...v6.1.1)

---
updated-dependencies:
- dependency-name: lowdb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-30 05:57:02 +00:00 committed by GitHub
parent 4137bb5569
commit af04cb2177
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 17 deletions

32
package-lock.json generated
View file

@ -12,7 +12,7 @@
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"enquirer": "^2.4.1",
"lowdb": "^6.0.1",
"lowdb": "^6.1.1",
"otplib": "^12.0.1",
"playwright-firefox": "^1.38.1",
"puppeteer-extra-plugin-stealth": "^2.11.2"
@ -351,11 +351,11 @@
}
},
"node_modules/lowdb": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/lowdb/-/lowdb-6.0.1.tgz",
"integrity": "sha512-1ktuKYLlQzAWwl4/PQkIr8JzNXgcTM6rAhpXaQ6BR+VwI98Q8ZwMFhBOn9u0ldcW3K/WWzhYpS3xyGTshgVGzA==",
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/lowdb/-/lowdb-6.1.1.tgz",
"integrity": "sha512-HO13FCxI8SCwfj2JRXOKgXggxnmfSc+l0aJsZ5I34X3pwzG/DPBSKyKu3Zkgg/pNmx854SVgE2la0oUeh6wzNw==",
"dependencies": {
"steno": "^3.0.0"
"steno": "^3.1.1"
},
"engines": {
"node": ">=16"
@ -642,11 +642,11 @@
}
},
"node_modules/steno": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/steno/-/steno-3.0.0.tgz",
"integrity": "sha512-uZtn7Ht9yXLiYgOsmo8btj4+f7VxyYheMt8g6F1ANjyqByQXEE2Gygjgenp3otHH1TlHsS4JAaRGv5wJ1wvMNw==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/steno/-/steno-3.1.1.tgz",
"integrity": "sha512-B7c6EVH7oEiaMRW36SjUnktkDwp/qd4pQiduylyiqvcZEZDeX0IIFZRBZdwO/RaVo60M0wkDwC0e8yeKaR4VGg==",
"engines": {
"node": ">=14.16"
"node": ">=16"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
@ -957,11 +957,11 @@
"integrity": "sha512-RE2g0b5VGZsOCFOCgP7omTRYFqydmZkBwl5oNnQ1lDYC57uyO9KqNnNVxT7COSHTxrRCWVcAVOcbjk+tvh/rgQ=="
},
"lowdb": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/lowdb/-/lowdb-6.0.1.tgz",
"integrity": "sha512-1ktuKYLlQzAWwl4/PQkIr8JzNXgcTM6rAhpXaQ6BR+VwI98Q8ZwMFhBOn9u0ldcW3K/WWzhYpS3xyGTshgVGzA==",
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/lowdb/-/lowdb-6.1.1.tgz",
"integrity": "sha512-HO13FCxI8SCwfj2JRXOKgXggxnmfSc+l0aJsZ5I34X3pwzG/DPBSKyKu3Zkgg/pNmx854SVgE2la0oUeh6wzNw==",
"requires": {
"steno": "^3.0.0"
"steno": "^3.1.1"
}
},
"merge-deep": {
@ -1134,9 +1134,9 @@
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
},
"steno": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/steno/-/steno-3.0.0.tgz",
"integrity": "sha512-uZtn7Ht9yXLiYgOsmo8btj4+f7VxyYheMt8g6F1ANjyqByQXEE2Gygjgenp3otHH1TlHsS4JAaRGv5wJ1wvMNw=="
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/steno/-/steno-3.1.1.tgz",
"integrity": "sha512-B7c6EVH7oEiaMRW36SjUnktkDwp/qd4pQiduylyiqvcZEZDeX0IIFZRBZdwO/RaVo60M0wkDwC0e8yeKaR4VGg=="
},
"strip-ansi": {
"version": "6.0.1",

View file

@ -13,7 +13,7 @@
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"enquirer": "^2.4.1",
"lowdb": "^6.0.1",
"lowdb": "^6.1.1",
"otplib": "^12.0.1",
"playwright-firefox": "^1.38.1",
"puppeteer-extra-plugin-stealth": "^2.11.2"