Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-16 13:29:44 +0300
committerGitHub <noreply@github.com>2021-02-16 13:29:44 +0300
commit33285e0400324b151b9ba2261a967102c181cf62 (patch)
treeff2cb7ceae0652440456e1d6ff824a3993ad262b
parent91a8cd8ad0bb779317317cadc125b04657cdc278 (diff)
Bump postcss from 8.2.5 to 8.2.6 (#350)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.5 to 8.2.6. - [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.2.5...8.2.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index dd2931e..153520a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8259,9 +8259,9 @@
"dev": true
},
"postcss": {
- "version": "8.2.5",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.5.tgz",
- "integrity": "sha512-wMcb7BpDcm3gxQOQx46NDNT36Kk0Ao6PJLLI2ed5vehbbbxCEuslSQzbQ2sfSKy+gkYxhWcGWSeaK+gwm4KIZg==",
+ "version": "8.2.6",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.6.tgz",
+ "integrity": "sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==",
"dev": true,
"requires": {
"colorette": "^1.2.1",
diff --git a/package.json b/package.json
index 4e01d47..12f54fe 100644
--- a/package.json
+++ b/package.json
@@ -69,7 +69,7 @@
"mocha": "^8.3.0",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
- "postcss": "^8.2.5",
+ "postcss": "^8.2.6",
"prettier": "^2.2.1",
"sass": "^1.32.6",
"stylelint": "^13.9.0",