From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 12:54:21 +0000 (+0200) Subject: Bump postcss from 8.2.1 to 8.2.2 (#32676) X-Git-Tag: v5.0.0-beta2~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae3fa0e679d07781ba9fc0e09be237e2585fa4f7;p=thirdparty%2Fbootstrap.git Bump postcss from 8.2.1 to 8.2.2 (#32676) Bumps [postcss](https://github.com/postcss/postcss) from 8.2.1 to 8.2.2. - [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.1...8.2.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- diff --git a/package-lock.json b/package-lock.json index 6c9536c5dc..426bb0f922 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8021,9 +8021,9 @@ "optional": true }, "postcss": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.1.tgz", - "integrity": "sha512-RhsqOOAQzTgh1UB/IZdca7F9WDb7SUCR2Vnv1x7DbvuuggQIpoDwjK+q0rzoPffhYvWNKX5JSwS4so4K3UC6vA==", + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.2.tgz", + "integrity": "sha512-HM1NDNWLgglJPQQMNwvLxgH2KcrKZklKLi/xXYIOaqQB57p/pDWEJNS83PVICYsn1Dg/9C26TiejNr422/ePaQ==", "dev": true, "requires": { "colorette": "^1.2.1", diff --git a/package.json b/package.json index 85c983b0d7..9a16f8c271 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "lockfile-lint": "^4.3.7", "nodemon": "^2.0.6", "npm-run-all": "^4.1.5", - "postcss": "^8.2.1", + "postcss": "^8.2.2", "postcss-cli": "^8.3.1", "rollup": "^2.35.1", "rollup-plugin-istanbul": "^3.0.0",