profoundjs 7.23.0 → 7.24.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.24.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,7 @@
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.12.2",
109
110
  "otplib": "^12.0.1",
110
111
  "p-iteration": "^1.1.8",
111
112
  "p-limit": "^3.1.0",
@@ -133,10 +134,10 @@
133
134
  "write-excel-file": "^2.0.11",
134
135
  "ws": "^8.7.0",
135
136
  "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"
137
+ "@xterm/xterm": "^5.5.0",
138
+ "@xterm/addon-attach": "^0.11.0",
139
+ "@xterm/addon-fit": "^0.10.0",
140
+ "@xterm/addon-web-links": "^0.11.0"
140
141
  },
141
142
  "scripts": {
142
143
  "postinstall": "node setup/install.js",