diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-08 08:09:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 08:09:30 +0000 |
commit | f713d1cc1a35f6290121d2bb60cf6a78b58c2b23 (patch) | |
tree | f3a8c3731ce1a41ffa044fffe1dc0b5eaf9222ea | |
parent | c601e352527b174ae6004851b120d521aec7f7a4 (diff) | |
download | timeline-f713d1cc1a35f6290121d2bb60cf6a78b58c2b23.tar.gz timeline-f713d1cc1a35f6290121d2bb60cf6a78b58c2b23.tar.bz2 timeline-f713d1cc1a35f6290121d2bb60cf6a78b58c2b23.zip |
build(deps-dev): Bump postcss from 8.2.4 to 8.2.5 in /FrontEnd
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.4 to 8.2.5.
- [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.4...8.2.5)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index a4f63abe..20c86f96 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -91,7 +91,7 @@ "html-webpack-plugin": "5.0.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.4",
- "postcss": "^8.2.4",
+ "postcss": "^8.2.5",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
|