emailengine-app 2.62.0 → 2.62.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ const consts = require('../consts');
15
15
  const packageData = require('../../package.json');
16
16
  const timezonesList = require('timezones-list').default;
17
17
 
18
- const { failAction, getByteSize, formatByteSize, getDuration, readEnvValue, hasEnvValue, retryAgent } = require('../tools');
18
+ const { failAction, getByteSize, formatByteSize, getDuration, readEnvValue, hasEnvValue, httpAgent } = require('../tools');
19
19
 
20
20
  const { settingsSchema } = require('../schemas');
21
21
 
@@ -828,7 +828,7 @@ function init(args) {
828
828
  data: { nonce: crypto.randomBytes(NONCE_BYTES).toString('base64url') }
829
829
  }),
830
830
  headers,
831
- dispatcher: retryAgent
831
+ dispatcher: httpAgent.retry
832
832
  });
833
833
  duration = Date.now() - start;
834
834
  } catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emailengine-app",
3
- "version": "2.62.0",
3
+ "version": "2.62.2",
4
4
  "private": false,
5
5
  "productTitle": "EmailEngine",
6
6
  "description": "Email Sync Engine",
@@ -68,9 +68,9 @@
68
68
  "@zone-eu/wild-config": "1.7.3",
69
69
  "ace-builds": "1.43.6",
70
70
  "base32.js": "0.1.0",
71
- "bullmq": "5.67.2",
71
+ "bullmq": "5.67.3",
72
72
  "compare-versions": "6.1.1",
73
- "dotenv": "17.2.3",
73
+ "dotenv": "17.2.4",
74
74
  "encoding-japanese": "2.2.0",
75
75
  "exponential-backoff": "3.1.3",
76
76
  "gettext-parser": "7.0.1",
@@ -82,12 +82,12 @@
82
82
  "html-to-text": "9.0.5",
83
83
  "ical.js": "1.5.0",
84
84
  "iconv-lite": "0.7.2",
85
- "imapflow": "1.2.8",
85
+ "imapflow": "1.2.9",
86
86
  "ioredfour": "1.3.0-ioredis-07",
87
87
  "ioredis": "5.9.2",
88
88
  "ipaddr.js": "2.3.0",
89
89
  "joi": "17.13.3",
90
- "jquery": "3.7.1",
90
+ "jquery": "4.0.0",
91
91
  "libbase64": "1.3.0",
92
92
  "libmime": "5.3.7",
93
93
  "libqp": "2.1.1",
@@ -98,7 +98,7 @@
98
98
  "msgpack5": "6.0.2",
99
99
  "murmurhash": "2.0.1",
100
100
  "nanoid": "3.3.8",
101
- "nodemailer": "8.0.0",
101
+ "nodemailer": "8.0.1",
102
102
  "pino": "10.3.0",
103
103
  "popper.js": "1.16.1",
104
104
  "prom-client": "15.1.3",
@@ -111,14 +111,14 @@
111
111
  "speakeasy": "2.0.0",
112
112
  "startbootstrap-sb-admin-2": "3.3.7",
113
113
  "timezones-list": "3.1.0",
114
- "undici": "7.20.0",
114
+ "undici": "7.21.0",
115
115
  "xml2js": "0.6.2"
116
116
  },
117
117
  "devDependencies": {
118
- "@eslint/js": "9.39.2",
118
+ "@eslint/js": "10.0.1",
119
119
  "chai": "4.3.10",
120
120
  "eerawlog": "1.5.1",
121
- "eslint": "9.39.2",
121
+ "eslint": "10.0.0",
122
122
  "grunt": "1.6.1",
123
123
  "grunt-cli": "1.5.0",
124
124
  "grunt-shell-spawn": "0.5.0",
@@ -131,6 +131,9 @@
131
131
  "supertest": "7.2.2",
132
132
  "xgettext-template": "5.0.0"
133
133
  },
134
+ "overrides": {
135
+ "@asamuzakjp/css-color": "4.1.1"
136
+ },
134
137
  "engines": {
135
138
  "node": ">=20.x"
136
139
  },