From f897611ad16b03479680e41ae92564057f466e78 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Nov 2021 06:10:45 +0000 Subject: [PATCH] chore(deps): update dependency postcss to v8.4.1 (#1083) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [postcss](https://postcss.org/) ([source](https://github.com/postcss/postcss)) | devDependencies | patch | [`8.4.0` -> `8.4.1`](https://renovatebot.com/diffs/npm/postcss/8.4.0/8.4.1) | --- ### Release Notes
postcss/postcss ### [`v8.4.1`](https://github.com/postcss/postcss/blob/master/CHANGELOG.md#​841) [Compare Source](https://github.com/postcss/postcss/compare/8.4.0...8.4.1) - Fixed `Stringifier` types (by James Garbutt).
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1083 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 20c1fab8..e96804f0 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "faker": "5.5.3", "jest": "27.3.1", "netlify-cli": "8.0.1", - "postcss": "8.4.0", + "postcss": "8.4.1", "postcss-preset-env": "7.0.1", "rollup": "2.60.1", "rollup-plugin-visualizer": "5.5.2", diff --git a/yarn.lock b/yarn.lock index 18054ad1..64dec207 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11399,10 +11399,10 @@ postcss-values-parser@^2.0.1: indexes-of "^1.0.1" uniq "^1.0.1" -postcss@8.4.0: - version "8.4.0" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.0.tgz#cd4c33af00a00ba93ccf6ae1219f57c5e5ab5234" - integrity sha512-BRMNx3Wy7UI89jN8H4ZVS5lQMPM2OSMkOkvDCSjwXa7PWTs24k7Lm55NXLbMbs070LvraXaxN5l1npSOS6wMVw== +postcss@8.4.1: + version "8.4.1" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.1.tgz#73051f825509ad1a716ef500108001bf3d1fa8f7" + integrity sha512-WqLs/TTzXdG+/A4ZOOK9WDZiikrRaiA+eoEb/jz2DT9KUhMNHgP7yKPO8vwi62ZCsb703Gwb7BMZwDzI54Y2Ag== dependencies: nanoid "^3.1.30" picocolors "^1.0.0"