brepjs 18.20.4 → 18.20.5
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 +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brepjs",
|
|
3
|
-
"version": "18.20.
|
|
3
|
+
"version": "18.20.5",
|
|
4
4
|
"description": "Web CAD library with pluggable geometry kernel",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cad",
|
|
@@ -285,5 +285,10 @@
|
|
|
285
285
|
"dependencies": {
|
|
286
286
|
"flatbush": "4.5.1",
|
|
287
287
|
"opentype.js": "1.3.4"
|
|
288
|
+
},
|
|
289
|
+
"overrides": {
|
|
290
|
+
"dompurify": "^3.4.5",
|
|
291
|
+
"brace-expansion": "^5.0.6",
|
|
292
|
+
"esbuild@<0.25.0": "^0.25.0"
|
|
288
293
|
}
|
|
289
294
|
}
|