aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-05-06 07:25:58 +0000
committerGravatar vitalyster2021-05-08 19:42:50 +0300
commit13c83d39f6c903d2f9f1c3c3b21d2ec321a5c4af (patch)
treeb35465de46562b56ff797ed1bab41618292e803a
parent1678536c75a2f2fd2cb027c2cc3c6c41c6c372d0 (diff)
Bump postcss from 8.2.13 to 8.2.14
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.13 to 8.2.14. - [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.13...8.2.14) Signed-off-by: dependabot[bot] <support@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 fcc1c3f3..5d19b870 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4742,9 +4742,9 @@
}
},
"postcss": {
- "version": "8.2.13",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.13.tgz",
- "integrity": "sha512-FCE5xLH+hjbzRdpbRb1IMCvPv9yZx2QnDarBEYSN0N0HYk+TcXsEhwdFcFb+SRWOKzKGErhIEbBK2ogyLdTtfQ==",
+ "version": "8.2.14",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.14.tgz",
+ "integrity": "sha512-+jD0ZijcvyCqPQo/m/CW0UcARpdFylq04of+Q7RKX6f/Tu+dvpUI/9Sp81+i6/vJThnOBX09Quw0ZLOVwpzX3w==",
"dev": true,
"requires": {
"colorette": "^1.2.2",
diff --git a/package.json b/package.json
index 6dc9603c..9b5aab83 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"eslint-plugin-only-ascii": "0.0.0",
"eslint-webpack-plugin": "^2.5.4",
"file-loader": "^6.2.0",
- "postcss": "^8.2.13",
+ "postcss": "^8.2.14",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.1",
"postcss-preset-env": "^6.7.0",