diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-04 07:00:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-04 07:00:59 +0000 |
commit | 7089dd1e2c909ab0ddf431deba84e87d03742f56 (patch) | |
tree | bf60374c94e6c80393ba3e240810afa8b1c4caa9 | |
parent | 0a7f72a93d1be36702057be0644b14a64871f502 (diff) | |
download | timeline-7089dd1e2c909ab0ddf431deba84e87d03742f56.tar.gz timeline-7089dd1e2c909ab0ddf431deba84e87d03742f56.tar.bz2 timeline-7089dd1e2c909ab0ddf431deba84e87d03742f56.zip |
build(deps-dev): Bump postcss from 8.2.6 to 8.2.7 in /FrontEnd
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.6 to 8.2.7.
- [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.6...8.2.7)
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 94e8e99b..2cb9e411 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -93,7 +93,7 @@ "html-webpack-plugin": "5.2.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.9",
- "postcss": "^8.2.6",
+ "postcss": "^8.2.7",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
|