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-09 15:20:26 +0300
committerGitHub <noreply@github.com>2021-02-09 15:20:26 +0300
commit26e4fec2d43ec95d6c77fdfeaa0ea7303c4a4128 (patch)
treea3f81607fa35401180aa8e88b621bd5f47ae7efa
parente63143e774d99d7a32367bf1179a172fe36ffd57 (diff)
Bump postcss from 8.2.4 to 8.2.5 (#349)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.4 to 8.2.5. - [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.4...8.2.5) 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 f020f79..81e37ba 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8286,9 +8286,9 @@
"dev": true
},
"postcss": {
- "version": "8.2.4",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.4.tgz",
- "integrity": "sha512-kRFftRoExRVXZlwUuay9iC824qmXPcQQVzAjbCCgjpXnkdMCJYBu2gTwAaFBzv8ewND6O8xFb3aELmEkh9zTzg==",
+ "version": "8.2.5",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.5.tgz",
+ "integrity": "sha512-wMcb7BpDcm3gxQOQx46NDNT36Kk0Ao6PJLLI2ed5vehbbbxCEuslSQzbQ2sfSKy+gkYxhWcGWSeaK+gwm4KIZg==",
"dev": true,
"requires": {
"colorette": "^1.2.1",
diff --git a/package.json b/package.json
index 5f2fa92..6c93e38 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.4",
+ "postcss": "^8.2.5",
"prettier": "^2.2.1",
"sass": "^1.32.6",
"stylelint": "^13.9.0",