aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-16 12:26:07 +0200
committerGitHub <[email protected]>2021-02-16 12:26:07 +0200
commite622eb54005a75d7f09922169641ba1f4be5346a (patch)
tree59ea543411447be5e9940c107665fd7c8cbea497
parentb3a7d28126a8e1ba39f1827ee753a8f7bd666505 (diff)
downloadbootstrap-e622eb54005a75d7f09922169641ba1f4be5346a.tar.xz
bootstrap-e622eb54005a75d7f09922169641ba1f4be5346a.zip
Bump postcss from 8.2.5 to 8.2.6 (#33105)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.5 to 8.2.6. - [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.5...8.2.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.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index dda1ac74a..eb217ea18 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7810,9 +7810,9 @@
"optional": true
},
"postcss": {
- "version": "8.2.5",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.5.tgz",
- "integrity": "sha512-wMcb7BpDcm3gxQOQx46NDNT36Kk0Ao6PJLLI2ed5vehbbbxCEuslSQzbQ2sfSKy+gkYxhWcGWSeaK+gwm4KIZg==",
+ "version": "8.2.6",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.6.tgz",
+ "integrity": "sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg==",
"dev": true,
"requires": {
"colorette": "^1.2.1",
diff --git a/package.json b/package.json
index e09ddfad6..bf4779f38 100644
--- a/package.json
+++ b/package.json
@@ -135,7 +135,7 @@
"lockfile-lint": "^4.3.7",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
- "postcss": "^8.2.5",
+ "postcss": "^8.2.6",
"postcss-cli": "^8.3.1",
"rollup": "^2.38.5",
"rollup-plugin-istanbul": "^3.0.0",