1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Updated dependencies (#1615)

* @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:50:53 +03:00 committed by GitHub
parent 9fddd97d01
commit a1ca0c2ad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"@fortawesome/fontawesome-free": "^5.13.0",
"@primer/octicons": "^9.6.0",
"@types/clipboard": "^2.0.1",
"@types/copy-webpack-plugin": "^5.0.0",
@ -52,7 +52,7 @@
"@types/node": "^13.11.1",
"@types/ramda": "^0.26.44",
"@types/resize-observer-browser": "^0.1.3",
"@types/webpack": "^4.41.7",
"@types/webpack": "^4.41.11",
"@types/webpack-assets-manifest": "^3.0.0",
"autoprefixer": "^9.7.6",
"copy-webpack-plugin": "^5.1.1",
@ -70,7 +70,7 @@
"mini-css-extract-plugin": "^0.9.0",
"modularscale-sass": "^3.0.10",
"postcss-loader": "^3.0.0",
"preact": "^10.3.4",
"preact": "^10.4.0",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^3.0.2",
"sass": "^1.26.3",
@ -80,7 +80,7 @@
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.16.1",
"stylelint-scss": "^3.17.0",
"ts-loader": "^6.2.2",
"ts-node": "^8.8.2",
"tsconfig-paths-webpack-plugin": "^3.2.0",