Added confirmation before overwriting your LDB with the tool command (#482)

This commit is contained in:
WBHarry 2025-07-31 03:26:42 +02:00 committed by GitHub
parent bb9036ee7a
commit 243630878b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 51 additions and 20 deletions

6
package-lock.json generated
View file

@ -9,6 +9,7 @@
"autocompleter": "^9.3.2",
"gulp": "^5.0.0",
"gulp-less": "^5.0.0",
"readline": "^1.3.0",
"rollup": "^4.40.0"
},
"devDependencies": {
@ -4263,6 +4264,11 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/readline": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/readline/-/readline-1.3.0.tgz",
"integrity": "sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg=="
},
"node_modules/rechoir": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",