Fix npm security warning (docs only)

This commit is contained in:
Simon Brunel 2020-03-22 16:58:16 +01:00
parent 6deec9f51f
commit 88289a7635
2 changed files with 1926 additions and 1124 deletions

3044
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,12 +7,12 @@
"docs:lint": "remark --quiet --frail ."
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.2.0",
"@vuepress/plugin-google-analytics": "^1.4.0",
"remark-cli": "^7.0.1",
"remark-frontmatter": "^1.3.2",
"remark-preset-lint-markdown-style-guide": "^2.1.3",
"remark-preset-lint-recommended": "^3.0.3",
"remark-validate-links": "^9.1.0",
"vuepress": "^1.2.0"
"remark-validate-links": "^9.2.0",
"vuepress": "^1.4.0"
}
}