diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-31 06:42:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-31 06:42:21 +0000 |
commit | 89b2d46aafd8545c74b85678155582464e1eda65 (patch) | |
tree | b13e48fe5d0d812b070f0fed6cd82fc2d9356c68 | |
parent | 1fd90f33e0f33a51a118f8b887d260e2e83f63cf (diff) | |
download | timeline-89b2d46aafd8545c74b85678155582464e1eda65.tar.gz timeline-89b2d46aafd8545c74b85678155582464e1eda65.tar.bz2 timeline-89b2d46aafd8545c74b85678155582464e1eda65.zip |
build(deps-dev): Bump postcss from 8.2.8 to 8.2.9 in /FrontEnd
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.8 to 8.2.9.
- [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.8...8.2.9)
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 03cb9f5b..119e6254 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -95,7 +95,7 @@ "html-webpack-plugin": "5.3.1",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.4.0",
- "postcss": "^8.2.8",
+ "postcss": "^8.2.9",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
|