Browse Source

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

Godzil 10 months ago
parent
commit
fa0e8568b4
3 changed files with 302 additions and 337 deletions
  1. 0 1
      .gitignore
  2. 299 332
      package-lock.json
  3. 3 4
      package.json

+ 0 - 1
.gitignore

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

File diff suppressed because it is too large
+ 299 - 332
package-lock.json


+ 3 - 4
package.json

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

Some files were not shown because too many files changed in this diff