aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-11-10 09:18:46 +0200
committerGitHub <[email protected]>2020-11-10 09:18:46 +0200
commit156957586008bce2f2f2b2388a2abb5231bcecd9 (patch)
tree6964639244af7a11f26e50c416fe2e63abaf45cb
parent3576edd75a04965927e2a5f13c3fa784ffc8907d (diff)
downloadbootstrap-156957586008bce2f2f2b2388a2abb5231bcecd9.tar.xz
bootstrap-156957586008bce2f2f2b2388a2abb5231bcecd9.zip
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] <[email protected]> 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 d1f578ac1..f393b2b39 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 7e64e5313..c557bb5cc 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",