1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

Bump postcss from 8.1.14 to 8.2.0 (#32375)

Bumps [postcss](https://github.com/postcss/postcss) from 8.1.14 to 8.2.0.
- [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.1.14...8.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
dependabot[bot]
2020-12-08 12:26:40 +02:00
committed by GitHub
parent f8b5faff45
commit a4d9bc0431
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8265,9 +8265,9 @@
"optional": true "optional": true
}, },
"postcss": { "postcss": {
"version": "8.1.14", "version": "8.2.0",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.1.14.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.0.tgz",
"integrity": "sha512-KatkyVPBKfENS+c3dpXJoDXnDD5UZs5exAnDksLqaRJPKwYphEPZt4N0m0i049v2/BtWVQibAhxW4ilXXcolpA==", "integrity": "sha512-vZ8cb6AlN53hHlnPvR+oj7fA46LU05Ysv7O7sNh1ixQrCbtx+d8/h+5tDER9XAccVhkf3aYskAiWmh0DdjNLbw==",
"dev": true, "dev": true,
"requires": { "requires": {
"colorette": "^1.2.1", "colorette": "^1.2.1",

View File

@@ -133,7 +133,7 @@
"lockfile-lint": "^4.3.7", "lockfile-lint": "^4.3.7",
"nodemon": "^2.0.6", "nodemon": "^2.0.6",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss": "^8.1.14", "postcss": "^8.2.0",
"postcss-cli": "^8.3.0", "postcss-cli": "^8.3.0",
"rollup": "^2.34.2", "rollup": "^2.34.2",
"rollup-plugin-istanbul": "^2.0.1", "rollup-plugin-istanbul": "^2.0.1",