fix(deps): update dependency postcss to v8.2.15

This commit is contained in:
Renovate Bot
2021-05-10 23:45:38 +00:00
committed by renovate[bot]
parent 45fabeb1d5
commit 26b407967c
2 changed files with 5 additions and 5 deletions

View File

@ -19441,12 +19441,12 @@
"integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs="
}, },
"postcss": { "postcss": {
"version": "8.2.14", "version": "8.2.15",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.14.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.15.tgz",
"integrity": "sha512-+jD0ZijcvyCqPQo/m/CW0UcARpdFylq04of+Q7RKX6f/Tu+dvpUI/9Sp81+i6/vJThnOBX09Quw0ZLOVwpzX3w==", "integrity": "sha512-2zO3b26eJD/8rb106Qu2o7Qgg52ND5HPjcyQiK2B98O388h43A448LCslC0dI2P97wCAQRJsFvwTRcXxTKds+Q==",
"requires": { "requires": {
"colorette": "^1.2.2", "colorette": "^1.2.2",
"nanoid": "^3.1.22", "nanoid": "^3.1.23",
"source-map": "^0.6.1" "source-map": "^0.6.1"
}, },
"dependencies": { "dependencies": {

View File

@ -85,7 +85,7 @@
"monaco-editor": "0.23.0", "monaco-editor": "0.23.0",
"nanoid": "3.1.23", "nanoid": "3.1.23",
"path-browserify": "1.0.1", "path-browserify": "1.0.1",
"postcss": "8.2.14", "postcss": "8.2.15",
"prismjs": "1.23.0", "prismjs": "1.23.0",
"process": "0.11.10", "process": "0.11.10",
"psl": "1.8.0", "psl": "1.8.0",