Skip to content

Commit fd638a2

Browse files
fix: Workflow Bot -- Update ALL Dependencies (main) (#1612)
Co-authored-by: Jason3S <[email protected]>
1 parent 95724b2 commit fd638a2

File tree

3 files changed

+67
-70
lines changed

3 files changed

+67
-70
lines changed

action/lib/main_root.cjs

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,9 @@ var require_file_command = __commonJS({
552552
}
553553
});
554554

555-
// ../node_modules/.pnpm/@[email protected].0/node_modules/@actions/http-client/lib/proxy.js
555+
// ../node_modules/.pnpm/@[email protected].1/node_modules/@actions/http-client/lib/proxy.js
556556
var require_proxy = __commonJS({
557-
"../node_modules/.pnpm/@[email protected].0/node_modules/@actions/http-client/lib/proxy.js"(exports2) {
557+
"../node_modules/.pnpm/@[email protected].1/node_modules/@actions/http-client/lib/proxy.js"(exports2) {
558558
"use strict";
559559
Object.defineProperty(exports2, "__esModule", { value: true });
560560
exports2.checkBypass = exports2.getProxyUrl = void 0;
@@ -17454,9 +17454,9 @@ var require_undici = __commonJS({
1745417454
}
1745517455
});
1745617456

17457-
// ../node_modules/.pnpm/@[email protected].0/node_modules/@actions/http-client/lib/index.js
17457+
// ../node_modules/.pnpm/@[email protected].1/node_modules/@actions/http-client/lib/index.js
1745817458
var require_lib = __commonJS({
17459-
"../node_modules/.pnpm/@[email protected].0/node_modules/@actions/http-client/lib/index.js"(exports2) {
17459+
"../node_modules/.pnpm/@[email protected].1/node_modules/@actions/http-client/lib/index.js"(exports2) {
1746017460
"use strict";
1746117461
var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
1746217462
if (k2 === void 0)
@@ -17950,7 +17950,7 @@ var require_lib = __commonJS({
1795017950
if (this._keepAlive && useProxy) {
1795117951
agent = this._proxyAgent;
1795217952
}
17953-
if (this._keepAlive && !useProxy) {
17953+
if (!useProxy) {
1795417954
agent = this._agent;
1795517955
}
1795617956
if (agent) {
@@ -17979,14 +17979,11 @@ var require_lib = __commonJS({
1797917979
agent = tunnelAgent(agentOptions);
1798017980
this._proxyAgent = agent;
1798117981
}
17982-
if (this._keepAlive && !agent) {
17982+
if (!agent) {
1798317983
const options = { keepAlive: this._keepAlive, maxSockets };
1798417984
agent = usingSsl ? new https.Agent(options) : new http.Agent(options);
1798517985
this._agent = agent;
1798617986
}
17987-
if (!agent) {
17988-
agent = usingSsl ? https.globalAgent : http.globalAgent;
17989-
}
1799017987
if (usingSsl && this._ignoreSslError) {
1799117988
agent.options = Object.assign(agent.options || {}, {
1799217989
rejectUnauthorized: false
@@ -18081,9 +18078,9 @@ var require_lib = __commonJS({
1808118078
}
1808218079
});
1808318080

18084-
// ../node_modules/.pnpm/@[email protected].0/node_modules/@actions/http-client/lib/auth.js
18081+
// ../node_modules/.pnpm/@[email protected].1/node_modules/@actions/http-client/lib/auth.js
1808518082
var require_auth = __commonJS({
18086-
"../node_modules/.pnpm/@[email protected].0/node_modules/@actions/http-client/lib/auth.js"(exports2) {
18083+
"../node_modules/.pnpm/@[email protected].1/node_modules/@actions/http-client/lib/auth.js"(exports2) {
1808718084
"use strict";
1808818085
var __awaiter = exports2 && exports2.__awaiter || function(thisArg, _arguments, P, generator) {
1808918086
function adopt(value) {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"homepage": "https://github.com/streetsidesoftware/cspell-action#readme",
4141
"devDependencies": {
4242
"@tsconfig/node20": "^20.1.2",
43-
"@typescript-eslint/eslint-plugin": "^7.1.0",
44-
"@typescript-eslint/parser": "^7.1.0",
43+
"@typescript-eslint/eslint-plugin": "^7.1.1",
44+
"@typescript-eslint/parser": "^7.1.1",
4545
"@vitest/coverage-istanbul": "^1.3.1",
4646
"env-cmd": "^10.1.0",
4747
"eslint": "^8.57.0",

pnpm-lock.yaml

Lines changed: 57 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)