@turbodocx/html-to-docx 1.22.0 → 1.22.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turbodocx/html-to-docx",
3
- "version": "1.22.0",
3
+ "version": "1.22.2",
4
4
  "description": "HTML to DOCX converter",
5
5
  "keywords": [
6
6
  "html-to-docx",
@@ -100,7 +100,7 @@
100
100
  },
101
101
  "repository": {
102
102
  "type": "git",
103
- "url": "git+https://github.com/turbodocx/html-to-docx.git"
103
+ "url": "git+https://github.com/TurboDocx/html-to-docx.git"
104
104
  },
105
105
  "author": "TurboDocx, Inc.",
106
106
  "contributors": [
@@ -132,7 +132,8 @@
132
132
  "demomacro",
133
133
  "29217321",
134
134
  "FultonG",
135
- "odex21"
135
+ "odex21",
136
+ "elefevre"
136
137
  ],
137
138
  "license": "MIT",
138
139
  "bugs": {
@@ -178,16 +179,19 @@
178
179
  "html-entities": "^2.3.3",
179
180
  "html-minifier-terser": "^7.2.0",
180
181
  "htmlparser2": "^10.0.0",
181
- "image-size": "^2.0.2",
182
182
  "jszip": "^3.7.1",
183
183
  "lodash": "^4.17.21",
184
184
  "lru-cache": "^10.4.3",
185
185
  "mime-types": "^2.1.35",
186
- "nanoid": "^3.1.25",
186
+ "nanoid": "^3.3.18",
187
+ "probe-image-size": "^7.2.3",
187
188
  "xmlbuilder2": "2.1.2"
188
189
  },
189
190
  "overrides": {
190
191
  "bl": "^1.2.3",
192
+ "form-data": "^4.0.6",
193
+ "js-yaml@3": "^3.15.1",
194
+ "js-yaml@4": "^4.3.1",
191
195
  "semver": "^7.6.0",
192
196
  "sharp": {
193
197
  "semver": "^7.6.0"