update deps

This commit is contained in:
syuilo 2021-12-10 21:55:19 +09:00
parent a214803e86
commit 37099447b3
2 changed files with 349 additions and 400 deletions

733
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"name": "summaly",
"version": "2.4.1",
"description": "Get web page's summary",
"author": "syuilo <i@syuilo.com>",
"author": "syuilo <syuilotan@yahoo.co.jp>",
"license": "MIT",
"repository": "https://github.com/syuilo/summaly.git",
"bugs": "https://github.com/syuilo/summaly/issues",
@ -13,22 +13,22 @@
"test": "mocha --harmony"
},
"devDependencies": {
"@types/debug": "4.1.6",
"@types/debug": "4.1.7",
"@types/html-entities": "1.3.4",
"@types/mocha": "9.0.0",
"@types/node": "16.4.1",
"@types/request": "2.48.6",
"@types/node": "16.11.12",
"@types/request": "2.48.7",
"@types/request-promise-native": "1.0.18",
"express": "4.17.1",
"mocha": "9.0.2",
"typescript": "4.3.5"
"mocha": "9.1.3",
"typescript": "4.5.3"
},
"dependencies": {
"cheerio-httpcli": "0.8.2",
"debug": "4.3.2",
"debug": "4.3.3",
"escape-regexp": "0.0.1",
"html-entities": "2.3.2",
"koa": "2.13.1",
"koa": "2.13.4",
"request": "2.88.2",
"request-promise-native": "1.0.9",
"require-all": "3.0.0",