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-14 08:54:20 +0300
committerGitHub <noreply@github.com>2021-04-14 08:54:20 +0300
commit518a440b8e93221882b6e325ab62af0560af58b9 (patch)
treec6004ee12f1b6a681d42b151f4986c604da928ad
parent059b4a7d249d309b173a1057f7ffc1300c901547 (diff)
Build(deps-dev): Bump postcss from 8.2.9 to 8.2.10 (#372)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.9 to 8.2.10. - [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.9...8.2.10) 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 29b19fe..7c95ce5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9022,9 +9022,9 @@
"dev": true
},
"postcss": {
- "version": "8.2.9",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.9.tgz",
- "integrity": "sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q==",
+ "version": "8.2.10",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.10.tgz",
+ "integrity": "sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==",
"dev": true,
"requires": {
"colorette": "^1.2.2",
diff --git a/package.json b/package.json
index ebc8a85..2c98a65 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.9",
+ "postcss": "^8.2.10",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"stylelint": "^13.12.0",