html-validate 6.3.0 → 6.3.1

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/dist/cjs/core.js CHANGED
@@ -2956,7 +2956,7 @@ var TRANSFORMER_API;
2956
2956
  /** @public */
2957
2957
  const name = "html-validate";
2958
2958
  /** @public */
2959
- const version = "6.3.0";
2959
+ const version = "6.3.1";
2960
2960
  /** @public */
2961
2961
  const homepage = "https://html-validate.org";
2962
2962
  /** @public */
package/dist/es/core.js CHANGED
@@ -2945,7 +2945,7 @@ var TRANSFORMER_API;
2945
2945
  /** @public */
2946
2946
  const name = "html-validate";
2947
2947
  /** @public */
2948
- const version = "6.3.0";
2948
+ const version = "6.3.1";
2949
2949
  /** @public */
2950
2950
  const homepage = "https://html-validate.org";
2951
2951
  /** @public */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "description": "Offline html5 validator",
5
5
  "keywords": [
6
6
  "html",
@@ -139,7 +139,7 @@
139
139
  "dependencies": {
140
140
  "@babel/code-frame": "^7.10.0",
141
141
  "@html-validate/stylish": "^2.0.0",
142
- "@sidvind/better-ajv-errors": "^1.1.0",
142
+ "@sidvind/better-ajv-errors": "^1.1.1",
143
143
  "acorn-walk": "^8.0.0",
144
144
  "ajv": "^8.0.0",
145
145
  "deepmerge": "^4.2.0",
@@ -205,7 +205,7 @@
205
205
  "npm-run-all": "4.1.5",
206
206
  "postcss": "8.4.6",
207
207
  "prettier": "2.5.1",
208
- "rollup": "2.66.1",
208
+ "rollup": "2.67.0",
209
209
  "rollup-plugin-copy": "3.4.0",
210
210
  "rollup-plugin-dts": "4.1.0",
211
211
  "sass": "1.49.7",