1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 15:40:15 +01:00

Update dependencies and regenerate package-lock.json

* @fortawesome/fontawesome-free 5.13.0
* @types/webpack 4.41.11
* preact 10.4.0
* stylelint-scss 3.17.0

This fixes all npm security vulnerabilities and flattens the deps tree (-133 packages)
This commit is contained in:
XhmikosR 2020-04-17 11:36:28 +03:00
parent 6cf4b551d4
commit 59cc09180b
2 changed files with 2485 additions and 3775 deletions

6252
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -40,7 +40,7 @@
"rxjs": "^7.0.0-beta.0" "rxjs": "^7.0.0-beta.0"
}, },
"devDependencies": { "devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.1", "@fortawesome/fontawesome-free": "^5.13.0",
"@primer/octicons": "^9.6.0", "@primer/octicons": "^9.6.0",
"@types/clipboard": "^2.0.1", "@types/clipboard": "^2.0.1",
"@types/copy-webpack-plugin": "^5.0.0", "@types/copy-webpack-plugin": "^5.0.0",
@ -52,7 +52,7 @@
"@types/node": "^13.11.1", "@types/node": "^13.11.1",
"@types/ramda": "^0.26.44", "@types/ramda": "^0.26.44",
"@types/resize-observer-browser": "^0.1.3", "@types/resize-observer-browser": "^0.1.3",
"@types/webpack": "^4.41.7", "@types/webpack": "^4.41.11",
"@types/webpack-assets-manifest": "^3.0.0", "@types/webpack-assets-manifest": "^3.0.0",
"autoprefixer": "^9.7.6", "autoprefixer": "^9.7.6",
"copy-webpack-plugin": "^5.1.1", "copy-webpack-plugin": "^5.1.1",
@ -70,7 +70,7 @@
"mini-css-extract-plugin": "^0.9.0", "mini-css-extract-plugin": "^0.9.0",
"modularscale-sass": "^3.0.10", "modularscale-sass": "^3.0.10",
"postcss-loader": "^3.0.0", "postcss-loader": "^3.0.0",
"preact": "^10.3.4", "preact": "^10.4.0",
"resize-observer-polyfill": "^1.5.1", "resize-observer-polyfill": "^1.5.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"sass": "^1.26.3", "sass": "^1.26.3",
@ -80,7 +80,7 @@
"stylelint-config-rational-order": "^0.1.2", "stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0", "stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.0.0", "stylelint-order": "^4.0.0",
"stylelint-scss": "^3.16.1", "stylelint-scss": "^3.17.0",
"ts-loader": "^6.2.2", "ts-loader": "^6.2.2",
"ts-node": "^8.8.2", "ts-node": "^8.8.2",
"tsconfig-paths-webpack-plugin": "^3.2.0", "tsconfig-paths-webpack-plugin": "^3.2.0",