diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-11 07:13:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 07:13:36 +0000 |
commit | 7dc8ffcc65e775882072119268f2abef6d21d9d6 (patch) | |
tree | adf011dedf264a3bfbcd00151e347be2e04f3956 /FrontEnd | |
parent | 3a0e30b41d02f8081ed16baf77c844aa8366f684 (diff) | |
download | timeline-7dc8ffcc65e775882072119268f2abef6d21d9d6.tar.gz timeline-7dc8ffcc65e775882072119268f2abef6d21d9d6.tar.bz2 timeline-7dc8ffcc65e775882072119268f2abef6d21d9d6.zip |
build(deps-dev): Bump postcss from 8.2.5 to 8.2.6 in /FrontEnd
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.5 to 8.2.6.
- [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.5...8.2.6)
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 901550eb..9bedb76d 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.6",
- "postcss": "^8.2.5",
+ "postcss": "^8.2.6",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
|