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-12 15:41:52 +0300
committerGitHub <noreply@github.com>2021-01-12 15:41:52 +0300
commitcfa714e41a18358434d039215c9b092e93ff1a8f (patch)
tree63c8913460703cb2333ed4fc9ba16477532531b2
parenta5bffaf9b224ba99e5fcc02a083796a305cfd905 (diff)
Bump postcss from 8.2.2 to 8.2.4 (#341)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.2 to 8.2.4. - [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.2...8.2.4) 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 c02bb72..6f6cb4d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8286,9 +8286,9 @@
"dev": true
},
"postcss": {
- "version": "8.2.2",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.2.tgz",
- "integrity": "sha512-HM1NDNWLgglJPQQMNwvLxgH2KcrKZklKLi/xXYIOaqQB57p/pDWEJNS83PVICYsn1Dg/9C26TiejNr422/ePaQ==",
+ "version": "8.2.4",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.4.tgz",
+ "integrity": "sha512-kRFftRoExRVXZlwUuay9iC824qmXPcQQVzAjbCCgjpXnkdMCJYBu2gTwAaFBzv8ewND6O8xFb3aELmEkh9zTzg==",
"dev": true,
"requires": {
"colorette": "^1.2.1",
diff --git a/package.json b/package.json
index 235ebd0..883cb97 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.2",
+ "postcss": "^8.2.4",
"prettier": "^2.2.1",
"sass": "^1.32.0",
"stylelint": "^13.8.0",