diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f76583e..1e4c56f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,3 +15,5 @@ updates: ignore: - dependency-name: "conventional-changelog-cli" - dependency-name: "semantic-release" + - dependency-name: "https-proxy-agent" + - dependency-name: "socks-proxy-agent" diff --git a/package.json b/package.json index 9a758fd..37e60f0 100644 --- a/package.json +++ b/package.json @@ -113,10 +113,10 @@ "axios": "^1.2.1", "crypto-js": "^4.0.0", "debug": "^4.3.1", - "https-proxy-agent": "^7.0.2", + "https-proxy-agent": "5.0.1", "nodemailer": "^6.9.1", "qs": "^6.10.3", - "socks-proxy-agent": "^8.0.2" + "socks-proxy-agent": "^5.0.1" }, "config": { "commitizen": { @@ -141,4 +141,4 @@ "git add" ] } -} +} \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 774643d..3ea87f3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "commonjs", //指定生成哪个模块系统代码 "target": "es2019", //目标代码类型 - "noImplicitAny": true, //在表达式和声明上有隐含的'any'类型时报错。 + "noImplicitAny": false, //在表达式和声明上有隐含的'any'类型时报错。 "allowJs": true, //允许编译js文件 "checkJs": true, //在 .js文件中报告错误。与 --allowJs配合使用。 "sourceMap": false, //用于debug