Last update for dependabot. More would need to do some actually work on the code, which is *not* on the menu for today,

This commit is contained in:
Godzil 2023-06-27 16:50:37 +02:00
parent 53c1940143
commit fa0e8568b4
3 changed files with 842 additions and 1258 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
dist/ dist/
node_modules/ node_modules/
package-lock.json
.idea/ .idea/
test/ test/
config.json config.json

2092
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,6 @@
"big-integer": ">=1.6.51", "big-integer": ">=1.6.51",
"bluebird": ">=3.7.2", "bluebird": ">=3.7.2",
"brotli": ">=1.3.3", "brotli": ">=1.3.3",
"cheerio": ">-0.22.0",
"cloudscraper": ">=4.6.0", "cloudscraper": ">=4.6.0",
"commander": ">=11.0.0", "commander": ">=11.0.0",
"fs-extra": ">=11.1.1", "fs-extra": ">=11.1.1",
@ -46,9 +45,9 @@
"@types/request-promise": ">=4.1.48", "@types/request-promise": ">=4.1.48",
"@types/uuid": ">=9.0.2", "@types/uuid": ">=9.0.2",
"@types/xml2js": ">=0.4.11", "@types/xml2js": ">=0.4.11",
"npm-check": ">=6.0.1", "cheerio": "^1.0.0-rc.12",
"tsconfig-lint": ">=0.12.0", "npm-check": "^6.0.1",
"tslint": ">=6.1.3", "tslint": "^6.1.3",
"typescript": ">=5.1.3" "typescript": ">=5.1.3"
}, },
"scripts": { "scripts": {