html-validate 6.1.4 → 6.1.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "6.1.4",
3
+ "version": "6.1.5",
4
4
  "description": "Offline html5 validator",
5
5
  "keywords": [
6
6
  "html",
@@ -153,15 +153,15 @@
153
153
  "semver": "^7.0.0"
154
154
  },
155
155
  "devDependencies": {
156
- "@babel/core": "7.16.0",
157
- "@babel/preset-env": "7.16.4",
156
+ "@babel/core": "7.16.5",
157
+ "@babel/preset-env": "7.16.5",
158
158
  "@html-validate/commitlint-config": "2.1.4",
159
159
  "@html-validate/eslint-config": "5.2.1",
160
160
  "@html-validate/eslint-config-jest": "5.2.0",
161
161
  "@html-validate/eslint-config-typescript": "5.2.0",
162
162
  "@html-validate/jest-config": "3.0.1",
163
163
  "@html-validate/prettier-config": "2.0.0",
164
- "@html-validate/semantic-release-config": "3.0.2",
164
+ "@html-validate/semantic-release-config": "3.0.3",
165
165
  "@lodder/grunt-postcss": "3.1.1",
166
166
  "@rollup/plugin-json": "4.1.0",
167
167
  "@rollup/plugin-replace": "3.0.0",
@@ -174,7 +174,7 @@
174
174
  "@types/jest": "27.0.3",
175
175
  "@types/json-merge-patch": "0.0.5",
176
176
  "@types/minimist": "1.2.2",
177
- "@types/node": "12.20.37",
177
+ "@types/node": "12.20.39",
178
178
  "@types/prompts": "2.0.14",
179
179
  "@types/semver": "7.3.9",
180
180
  "autoprefixer": "10.4.0",
@@ -182,7 +182,7 @@
182
182
  "babelify": "10.0.0",
183
183
  "bootstrap-sass": "3.4.1",
184
184
  "canonical-path": "1.0.0",
185
- "cssnano": "5.0.12",
185
+ "cssnano": "5.0.14",
186
186
  "dgeni": "0.4.14",
187
187
  "dgeni-front-matter": "3.0.0",
188
188
  "dgeni-packages": "0.29.2",
@@ -196,26 +196,26 @@
196
196
  "grunt-sass": "3.1.0",
197
197
  "highlight.js": "11.3.1",
198
198
  "husky": "7.0.4",
199
- "jest": "27.4.3",
199
+ "jest": "27.4.5",
200
200
  "jest-diff": "27.4.2",
201
201
  "jquery": "3.6.0",
202
- "lint-staged": "12.1.2",
202
+ "lint-staged": "12.1.4",
203
203
  "load-grunt-tasks": "5.1.0",
204
204
  "marked": "2.1.3",
205
205
  "minimatch": "3.0.4",
206
206
  "npm-pkg-lint": "1.5.0",
207
207
  "npm-run-all": "4.1.5",
208
- "postcss": "8.4.4",
209
- "prettier": "2.5.0",
210
- "rollup": "2.60.2",
208
+ "postcss": "8.4.5",
209
+ "prettier": "2.5.1",
210
+ "rollup": "2.62.0",
211
211
  "rollup-plugin-copy": "3.4.0",
212
- "rollup-plugin-dts": "4.0.1",
213
- "sass": "1.44.0",
212
+ "rollup-plugin-dts": "4.1.0",
213
+ "sass": "1.45.1",
214
214
  "semantic-release": "18.0.1",
215
- "serve-static": "1.14.1",
215
+ "serve-static": "1.14.2",
216
216
  "stringmap": "0.2.2",
217
- "ts-jest": "27.0.7",
218
- "typescript": "4.5.2"
217
+ "ts-jest": "27.1.2",
218
+ "typescript": "4.5.4"
219
219
  },
220
220
  "peerDependencies": {
221
221
  "jest": "^24 || ^25 || ^26 || ^27",