profoundjs 7.23.0 → 7.25.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "profoundjs",
3
- "version": "7.23.0",
3
+ "version": "7.25.0",
4
4
  "min-profoundui-version": "6.20.0",
5
5
  "description": "Profound.js Framework and Server",
6
6
  "keywords": [
@@ -25,7 +25,7 @@
25
25
  "modernization"
26
26
  ],
27
27
  "engines": {
28
- "node": "^14 || ^16 || ^18 || ^20 || ^22",
28
+ "node": "^20 || ^22 || ^24",
29
29
  "npm": ">= 6"
30
30
  },
31
31
  "os": [
@@ -43,6 +43,7 @@
43
43
  "x64"
44
44
  ],
45
45
  "dependencies": {
46
+ "@aws-sdk/client-sesv2": "^3.835.0",
46
47
  "@stylistic/eslint-plugin-js": "^1.7.0",
47
48
  "acorn": "^8.6.0",
48
49
  "adm-zip": "^0.5.1",
@@ -66,7 +67,7 @@
66
67
  "decimal.js": "^10.4.3",
67
68
  "diff": "^5.1.0",
68
69
  "diff-match-patch": "^1.0.5",
69
- "diff2html": "^3.1.15",
70
+ "diff2html": "^3.4.52",
70
71
  "dotenv": "^16.0.3",
71
72
  "ejs": "^3.1.5",
72
73
  "error-stack-parser": "^2.0.4",
@@ -96,7 +97,7 @@
96
97
  "moment": "^2.26.0",
97
98
  "morgan": "^1.9.1",
98
99
  "mssql": "^6.4.1",
99
- "multer": "^1.4.5-lts.1",
100
+ "multer": "^2.0.2",
100
101
  "mysql": "^2.17.1",
101
102
  "mysql2": "^3.11.5",
102
103
  "ncconv": "^1.0.0",
@@ -105,7 +106,8 @@
105
106
  "node-machine-id": "^1.1.12",
106
107
  "node-sql-parser": "^4.6.6",
107
108
  "nodemailer": "^6.4.8",
108
- "openai": "~4.52.0",
109
+ "openai": "^5.20.2",
110
+ "opentype.js": "^1.3.4",
109
111
  "otplib": "^12.0.1",
110
112
  "p-iteration": "^1.1.8",
111
113
  "p-limit": "^3.1.0",
@@ -121,11 +123,11 @@
121
123
  "randomatic": "^3.1.1",
122
124
  "rotating-file-stream": "^3.2.1",
123
125
  "semver": "^7.3.8",
124
- "soap": "^0.45.0",
126
+ "soap": "^1.4.1",
125
127
  "ssh2": "^1.11.0",
126
128
  "ssh2-sftp-client": "^8.1.0",
127
129
  "stat-mode": "^1.0.0",
128
- "swagger-client": "^3.13.7",
130
+ "swagger-client": "^3.35.6",
129
131
  "true-case-path": "^2.2.1",
130
132
  "typescript-compiler": "^1.4.1-2",
131
133
  "uglify-js": "^3.17.4",
@@ -133,10 +135,10 @@
133
135
  "write-excel-file": "^2.0.11",
134
136
  "ws": "^8.7.0",
135
137
  "xml-escape": "^1.1.0",
136
- "xterm": "^4.9.0",
137
- "xterm-addon-attach": "^0.6.0",
138
- "xterm-addon-fit": "^0.4.0",
139
- "xterm-addon-web-links": "^0.4.0"
138
+ "@xterm/xterm": "^5.5.0",
139
+ "@xterm/addon-attach": "^0.11.0",
140
+ "@xterm/addon-fit": "^0.10.0",
141
+ "@xterm/addon-web-links": "^0.11.0"
140
142
  },
141
143
  "scripts": {
142
144
  "postinstall": "node setup/install.js",