1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Bump postcss from 8.1.10 to 8.1.14

Bumps [postcss](https://github.com/postcss/postcss) from 8.1.10 to 8.1.14.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.1.10...8.1.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-07 05:38:11 +00:00
parent 36c4e4ad0b
commit 194fe85c29
2 changed files with 9 additions and 16 deletions

23
package-lock.json generated
View File

@ -6540,9 +6540,9 @@
"optional": true "optional": true
}, },
"nanoid": { "nanoid": {
"version": "3.1.18", "version": "3.1.20",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.18.tgz", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz",
"integrity": "sha512-rndlDjbbHbcV3xi+R2fpJ+PbGMdfBxz5v1fATIQFq0DP64FsicQdwnKLy47K4kZHdRpmQXtz24eGsxQqamzYTA==", "integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==",
"dev": true "dev": true
}, },
"nanomatch": { "nanomatch": {
@ -7298,15 +7298,14 @@
"dev": true "dev": true
}, },
"postcss": { "postcss": {
"version": "8.1.10", "version": "8.1.14",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.10.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.14.tgz",
"integrity": "sha512-iBXEV5VTTYaRRdxiFYzTtuv2lGMQBExqkZKSzkJe+Fl6rvQrA/49UVGKqB+LG54hpW/TtDBMGds8j33GFNW7pg==", "integrity": "sha512-KatkyVPBKfENS+c3dpXJoDXnDD5UZs5exAnDksLqaRJPKwYphEPZt4N0m0i049v2/BtWVQibAhxW4ilXXcolpA==",
"dev": true, "dev": true,
"requires": { "requires": {
"colorette": "^1.2.1", "colorette": "^1.2.1",
"nanoid": "^3.1.18", "nanoid": "^3.1.20",
"source-map": "^0.6.1", "source-map": "^0.6.1"
"vfile-location": "^3.2.0"
} }
}, },
"postcss-html": { "postcss-html": {
@ -11293,12 +11292,6 @@
"vfile-message": "^2.0.0" "vfile-message": "^2.0.0"
} }
}, },
"vfile-location": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz",
"integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==",
"dev": true
},
"vfile-message": { "vfile-message": {
"version": "2.0.4", "version": "2.0.4",
"resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz",

View File

@ -69,7 +69,7 @@
"material-design-color": "^2.3.2", "material-design-color": "^2.3.2",
"material-shadows": "^3.0.1", "material-shadows": "^3.0.1",
"mini-css-extract-plugin": "^1.3.2", "mini-css-extract-plugin": "^1.3.2",
"postcss": "^8.1.10", "postcss": "^8.1.14",
"postcss-inline-svg": "^5.0.0", "postcss-inline-svg": "^5.0.0",
"postcss-loader": "^4.1.0", "postcss-loader": "^4.1.0",
"postcss-svgo": "^4.0.2", "postcss-svgo": "^4.0.2",