jedison 1.3.1 → 1.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ### dev
2
2
 
3
+ ### 1.3.2
4
+
5
+ - Security updates
6
+
3
7
  ### 1.3.1
4
8
 
5
9
  - Fixed bug with arrays when setting non-array values
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jedison",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "A JavaScript Library that generates forms from JSON Schemas, to editing and validate JSON.",
5
5
  "main": "./dist/cjs/jedison.cjs",
6
6
  "module": "./dist/esm/jedison.js",
@@ -83,7 +83,7 @@
83
83
  "js-yaml": ">=4.1.1",
84
84
  "ws": "^8.18.3",
85
85
  "braces": "^3.0.3",
86
- "brace-expansion": "^1.1.12",
86
+ "brace-expansion": ">=2.0.1",
87
87
  "axios": ">=1.13.5",
88
88
  "cross-spawn": "^7.0.5",
89
89
  "tar-fs": ">=3.1.1",
@@ -91,7 +91,6 @@
91
91
  "glob": ">=11.1.0",
92
92
  "diff": ">=8.0.3",
93
93
  "lodash": ">=4.17.23",
94
- "minimatch": ">=10.2.1",
95
- "ajv": ">=8.18.0"
94
+ "minimatch": ">=10.2.1"
96
95
  }
97
96
  }