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-01-05 13:34:23 +0300
committerGitHub <noreply@github.com>2021-01-05 13:34:23 +0300
commitd2750ddc165fb6f9b0e0863d6e1d96ef7838e624 (patch)
treef66d0a85b67b89b21688a4abcc130f53baf739ff
parent485c074a9d14ea311cf8cea335adab782a459a65 (diff)
Bump postcss from 8.2.1 to 8.2.2 (#337)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.1 to 8.2.2. - [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.1...8.2.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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 fc5b7b1..49dfea4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8188,9 +8188,9 @@
"dev": true
},
"postcss": {
- "version": "8.2.1",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.1.tgz",
- "integrity": "sha512-RhsqOOAQzTgh1UB/IZdca7F9WDb7SUCR2Vnv1x7DbvuuggQIpoDwjK+q0rzoPffhYvWNKX5JSwS4so4K3UC6vA==",
+ "version": "8.2.2",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.2.tgz",
+ "integrity": "sha512-HM1NDNWLgglJPQQMNwvLxgH2KcrKZklKLi/xXYIOaqQB57p/pDWEJNS83PVICYsn1Dg/9C26TiejNr422/ePaQ==",
"dev": true,
"requires": {
"colorette": "^1.2.1",
diff --git a/package.json b/package.json
index 87d1214..aea20d2 100644
--- a/package.json
+++ b/package.json
@@ -69,7 +69,7 @@
"mocha": "^8.2.1",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
- "postcss": "^8.2.1",
+ "postcss": "^8.2.2",
"prettier": "^2.2.1",
"sass": "^1.30.0",
"stylelint": "^13.8.0",