aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot]2021-04-23 07:19:12 +0000
committerGravatar vitalyster2021-04-23 10:25:28 +0300
commit784acb7cf0a0a1c01939158f2c4324a0afe24842 (patch)
tree05411db7d37f46b3600c3532a7ef3730a8887e53
parent7f0f8fa6c63dbf9901d4342f04c4e09df45cdb1d (diff)
Bump postcss from 8.2.10 to 8.2.12
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.12. - [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.12) 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 18bc82e9..ab1672b7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4527,9 +4527,9 @@
}
},
"postcss": {
- "version": "8.2.10",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.10.tgz",
- "integrity": "sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==",
+ "version": "8.2.12",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.12.tgz",
+ "integrity": "sha512-BJnGT5+0q2tzvs6oQfnY2NpEJ7rIXNfBnZtQOKCIsweeWXBXeDd5k31UgTdS3d/c02ouspufn37mTaHWkJyzMQ==",
"dev": true,
"requires": {
"colorette": "^1.2.2",
diff --git a/package.json b/package.json
index c7c538b9..35764881 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.10",
+ "postcss": "^8.2.12",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.1",
"postcss-preset-env": "^6.7.0",