Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.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>2020-11-10 10:18:46 +0300
committerGitHub <noreply@github.com>2020-11-10 10:18:46 +0300
commit156957586008bce2f2f2b2388a2abb5231bcecd9 (patch)
tree6964639244af7a11f26e50c416fe2e63abaf45cb
parent3576edd75a04965927e2a5f13c3fa784ffc8907d (diff)
Bump postcss from 8.1.4 to 8.1.6 (#32113)
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.4 to 8.1.6. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.1.4...8.1.6) 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.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index d1f578ac19..f393b2b393 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8277,14 +8277,14 @@
"optional": true
},
"postcss": {
- "version": "8.1.4",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.4.tgz",
- "integrity": "sha512-LfqcwgMq9LOd8pX7K2+r2HPitlIGC5p6PoZhVELlqhh2YGDVcXKpkCseqan73Hrdik6nBd2OvoDPUaP/oMj9hQ==",
+ "version": "8.1.6",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.6.tgz",
+ "integrity": "sha512-JuifSl4h8dJ70SiMXKjzCxhalE6p2TnMHuq9G8ftyXj2jg6SXzqCsEuxMj9RkmJoO5D+Z9YrWunNkxqpRT02qg==",
"dev": true,
"requires": {
"colorette": "^1.2.1",
"line-column": "^1.0.2",
- "nanoid": "^3.1.15",
+ "nanoid": "^3.1.16",
"source-map": "^0.6.1"
},
"dependencies": {
diff --git a/package.json b/package.json
index 7e64e5313b..c557bb5cc4 100644
--- a/package.json
+++ b/package.json
@@ -126,7 +126,7 @@
"nodemon": "^2.0.6",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
- "postcss": "^8.1.4",
+ "postcss": "^8.1.6",
"postcss-cli": "^8.2.0",
"rollup": "^2.33.1",
"rollup-plugin-istanbul": "^2.0.1",