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-04-27 13:45:41 +0300
committerGitHub <noreply@github.com>2021-04-27 13:45:41 +0300
commitd1b414a565d7732087df1be45262113b1db2106c (patch)
tree1db41d40c03cda1722e3fbdfb2afbb6fc02e3439
parentf4e0f76bd8446ac0eb1163a9d8b371e8bf1331d1 (diff)
Build(deps-dev): Bump postcss from 8.2.10 to 8.2.13 (#378)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13. - [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.10...8.2.13) 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 f7ad48a..49e1018 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9034,9 +9034,9 @@
"dev": true
},
"postcss": {
- "version": "8.2.10",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.10.tgz",
- "integrity": "sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==",
+ "version": "8.2.13",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.13.tgz",
+ "integrity": "sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ==",
"dev": true,
"requires": {
"colorette": "^1.2.2",
diff --git a/package.json b/package.json
index cef2483..850a4b6 100644
--- a/package.json
+++ b/package.json
@@ -69,7 +69,7 @@
"mocha": "^8.3.2",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
- "postcss": "^8.2.10",
+ "postcss": "^8.2.13",
"prettier": "^2.2.1",
"sass": "^1.32.11",
"stylelint": "^13.13.0",