html-validate 6.1.2 → 6.1.3

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.
@@ -1481,7 +1481,6 @@
1481
1481
  },
1482
1482
 
1483
1483
  "style": {
1484
- "foreign": true,
1485
1484
  "metadata": true
1486
1485
  },
1487
1486
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "6.1.2",
3
+ "version": "6.1.3",
4
4
  "description": "Offline html5 validator",
5
5
  "keywords": [
6
6
  "html",
@@ -154,11 +154,11 @@
154
154
  },
155
155
  "devDependencies": {
156
156
  "@babel/core": "7.16.0",
157
- "@babel/preset-env": "7.16.0",
157
+ "@babel/preset-env": "7.16.4",
158
158
  "@html-validate/commitlint-config": "2.1.3",
159
- "@html-validate/eslint-config": "5.0.0",
160
- "@html-validate/eslint-config-jest": "5.0.0",
161
- "@html-validate/eslint-config-typescript": "5.0.0",
159
+ "@html-validate/eslint-config": "5.1.1",
160
+ "@html-validate/eslint-config-jest": "5.1.0",
161
+ "@html-validate/eslint-config-typescript": "5.1.0",
162
162
  "@html-validate/jest-config": "3.0.1",
163
163
  "@html-validate/prettier-config": "2.0.0",
164
164
  "@html-validate/semantic-release-config": "3.0.2",
@@ -182,11 +182,10 @@
182
182
  "babelify": "10.0.0",
183
183
  "bootstrap-sass": "3.4.1",
184
184
  "canonical-path": "1.0.0",
185
- "cssnano": "5.0.10",
185
+ "cssnano": "5.0.11",
186
186
  "dgeni": "0.4.14",
187
187
  "dgeni-front-matter": "3.0.0",
188
188
  "dgeni-packages": "0.29.2",
189
- "eslint": "7.32.0",
190
189
  "font-awesome": "4.7.0",
191
190
  "front-matter": "4.0.2",
192
191
  "grunt": "1.4.1",
@@ -200,7 +199,7 @@
200
199
  "jest": "27.3.1",
201
200
  "jest-diff": "27.3.1",
202
201
  "jquery": "3.6.0",
203
- "lint-staged": "11.2.6",
202
+ "lint-staged": "12.0.2",
204
203
  "load-grunt-tasks": "5.1.0",
205
204
  "marked": "2.1.3",
206
205
  "minimatch": "3.0.4",
@@ -216,7 +215,7 @@
216
215
  "serve-static": "1.14.1",
217
216
  "stringmap": "0.2.2",
218
217
  "ts-jest": "27.0.7",
219
- "typescript": "4.4.4"
218
+ "typescript": "4.5.2"
220
219
  },
221
220
  "peerDependencies": {
222
221
  "jest": "^24 || ^25 || ^26 || ^27",