Merge pull request #30 from Etheonor/dependabot/npm_and_yarn/postcss-8.3.6

Bump postcss from 8.3.5 to 8.3.6
This commit is contained in:
Michael B
2021-07-22 11:40:48 +02:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -30,7 +30,7 @@
},
"devDependencies": {
"autoprefixer": "^10.3.1",
"postcss": "^8.1.10",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.2"
}
},
@@ -3736,9 +3736,9 @@
}
},
"node_modules/postcss": {
"version": "8.3.5",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.5.tgz",
"integrity": "sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==",
"version": "8.3.6",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.6.tgz",
"integrity": "sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==",
"dependencies": {
"colorette": "^1.2.2",
"nanoid": "^3.1.23",
@@ -8095,9 +8095,9 @@
}
},
"postcss": {
"version": "8.3.5",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.5.tgz",
"integrity": "sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==",
"version": "8.3.6",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.6.tgz",
"integrity": "sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==",
"requires": {
"colorette": "^1.2.2",
"nanoid": "^3.1.23",

View File

@@ -31,7 +31,7 @@
},
"devDependencies": {
"autoprefixer": "^10.3.1",
"postcss": "^8.1.10",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.2"
}
}