diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-12 08:44:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 08:44:02 +0000 |
commit | 4cf76d2c8a57513c8aabab65c28f3fd68ec59091 (patch) | |
tree | 1cd178c79dab2b4ef2536b88e0fbca4e258c1f69 /FrontEnd/package.json | |
parent | 156635afb80cd0692d657c3493b2f8f8afc6142b (diff) | |
download | timeline-4cf76d2c8a57513c8aabab65c28f3fd68ec59091.tar.gz timeline-4cf76d2c8a57513c8aabab65c28f3fd68ec59091.tar.bz2 timeline-4cf76d2c8a57513c8aabab65c28f3fd68ec59091.zip |
build(deps-dev): Bump postcss from 8.2.9 to 8.2.10 in /FrontEnd
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.9 to 8.2.10.
- [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.9...8.2.10)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd/package.json')
-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 97ed33e0..233851d6 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -96,7 +96,7 @@ "html-webpack-plugin": "5.3.1",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.4.1",
- "postcss": "^8.2.9",
+ "postcss": "^8.2.10",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
|