diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-23 08:38:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 08:38:27 +0000 |
commit | 7139d3d30506603125e1539d3e070b8ada81251c (patch) | |
tree | 2d0ccbc5c55bf704499fd0bb6fd675c433abe1e1 | |
parent | 264ffc1922ba898adbb679098356744ca4a9b906 (diff) | |
download | timeline-7139d3d30506603125e1539d3e070b8ada81251c.tar.gz timeline-7139d3d30506603125e1539d3e070b8ada81251c.tar.bz2 timeline-7139d3d30506603125e1539d3e070b8ada81251c.zip |
build(deps-dev): Bump postcss from 8.2.10 to 8.2.12 in /FrontEnd
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.12.
- [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.10...8.2.12)
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 87e85e2f..25b1a356 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -94,7 +94,7 @@ "html-webpack-plugin": "5.3.1",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.5.0",
- "postcss": "^8.2.10",
+ "postcss": "^8.2.12",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
|