修正ssl连接功能;修改默认参数。
This commit is contained in:
21
package-lock.json
generated
21
package-lock.json
generated
@@ -9,8 +9,9 @@
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"axios": "^1.13.6",
|
||||
"cheerio": "^1.1.2",
|
||||
"serverchan-sdk": "^1.0.0"
|
||||
"cheerio": "^1.2.0",
|
||||
"npm-check-updates": "^19.6.3",
|
||||
"serverchan-sdk": "^1.0.6"
|
||||
}
|
||||
},
|
||||
"node_modules/asynckit": {
|
||||
@@ -22,6 +23,7 @@
|
||||
"version": "1.13.6",
|
||||
"resolved": "https://r.cnpmjs.org/axios/-/axios-1.13.6.tgz",
|
||||
"integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"follow-redirects": "^1.15.11",
|
||||
"form-data": "^4.0.5",
|
||||
@@ -49,6 +51,7 @@
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://r.cnpmjs.org/cheerio/-/cheerio-1.2.0.tgz",
|
||||
"integrity": "sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cheerio-select": "^2.1.0",
|
||||
"dom-serializer": "^2.0.0",
|
||||
@@ -476,6 +479,20 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/npm-check-updates": {
|
||||
"version": "19.6.3",
|
||||
"resolved": "https://r.cnpmjs.org/npm-check-updates/-/npm-check-updates-19.6.3.tgz",
|
||||
"integrity": "sha512-VAt9Bp26eLaymZ0nZyh5n/by+YZIuegXlvWR0yv1zBqd984f8VnEnBbn+1lS3nN5LyEjn62BJ+yYgzNSpb6Gzg==",
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
"ncu": "build/cli.js",
|
||||
"npm-check-updates": "build/cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0",
|
||||
"npm": ">=8.12.1"
|
||||
}
|
||||
},
|
||||
"node_modules/nth-check": {
|
||||
"version": "2.1.1",
|
||||
"resolved": "https://r.cnpmjs.org/nth-check/-/nth-check-2.1.1.tgz",
|
||||
|
||||
Reference in New Issue
Block a user