@jsreport/jsreport-core 3.11.3 → 3.11.4

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -282,6 +282,10 @@ jsreport.documentStore.collection('templates')
282
282
 
283
283
  ## Changelog
284
284
 
285
+ ### 3.11.4
286
+
287
+ - update unset-value to fix security issue
288
+
285
289
  ### 3.11.3
286
290
 
287
291
  - update vm2 to fix security issue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsreport/jsreport-core",
3
- "version": "3.11.3",
3
+ "version": "3.11.4",
4
4
  "description": "javascript based business reporting",
5
5
  "keywords": [
6
6
  "report",
@@ -69,7 +69,7 @@
69
69
  "serializator": "1.0.2",
70
70
  "stack-trace": "0.0.10",
71
71
  "triple-beam": "1.3.0",
72
- "unset-value": "1.0.0",
72
+ "unset-value": "2.0.1",
73
73
  "uuid": "8.3.2",
74
74
  "vm2": "3.9.17",
75
75
  "winston": "3.8.1",