mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-08-28 08:24:04 +07:00
node_modules: upgrade
This commit is contained in:
4
node_modules/nodemailer/lib/xoauth2/index.js
generated
vendored
4
node_modules/nodemailer/lib/xoauth2/index.js
generated
vendored
@ -1,7 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
const Stream = require('stream').Stream;
|
||||
const fetch = require('../fetch');
|
||||
const nmfetch = require('../fetch');
|
||||
const crypto = require('crypto');
|
||||
const shared = require('../shared');
|
||||
|
||||
@ -310,7 +310,7 @@ class XOAuth2 extends Stream {
|
||||
let chunks = [];
|
||||
let chunklen = 0;
|
||||
|
||||
let req = fetch(url, {
|
||||
let req = nmfetch(url, {
|
||||
method: 'post',
|
||||
headers: params.customHeaders,
|
||||
body: payload,
|
||||
|
Reference in New Issue
Block a user