Update dependencies and embed axios-ntlm 1.3.0 into the project (#4877)

This commit is contained in:
Louis Lam
2024-06-24 02:08:39 +08:00
committed by GitHub
parent dc15443716
commit 83969d2112
9 changed files with 3765 additions and 1879 deletions

View File

@@ -11,7 +11,7 @@ const mssql = require("mssql");
const { Client } = require("pg");
const postgresConParse = require("pg-connection-string").parse;
const mysql = require("mysql2");
const { NtlmClient } = require("axios-ntlm");
const { NtlmClient } = require("./modules/axios-ntlm/lib/ntlmClient.js");
const { Settings } = require("./settings");
const grpc = require("@grpc/grpc-js");
const protojs = require("protobufjs");