diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-11 05:53:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 05:53:41 +0000 |
commit | 9b749f4cf5c9bfa439b39960c41752863aec4dd1 (patch) | |
tree | ced343f6acb87f0d0ccd26a26d36214d3522a0c6 /FrontEnd | |
parent | fa31396596915490e5447336920b3efe5d05f778 (diff) | |
download | timeline-9b749f4cf5c9bfa439b39960c41752863aec4dd1.tar.gz timeline-9b749f4cf5c9bfa439b39960c41752863aec4dd1.tar.bz2 timeline-9b749f4cf5c9bfa439b39960c41752863aec4dd1.zip |
build(deps-dev): Bump postcss from 8.2.14 to 8.2.15 in /FrontEnd
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.14 to 8.2.15.
- [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.14...8.2.15)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'FrontEnd')
-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 04ad248d..a3c6678b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -98,7 +98,7 @@ "html-webpack-plugin": "5.3.1",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.6.0",
- "postcss": "^8.2.14",
+ "postcss": "^8.2.15",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.0",
|