diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-27 07:02:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 07:02:29 +0000 |
commit | b374b1c52d986f574cb8817f65d36084793cb5f8 (patch) | |
tree | af1e1b1215876fea8c7e34a57511e8d2bb1e1b0c | |
parent | 53fde47268423008b0727af0fbfbc1903017ae9d (diff) | |
download | timeline-b374b1c52d986f574cb8817f65d36084793cb5f8.tar.gz timeline-b374b1c52d986f574cb8817f65d36084793cb5f8.tar.bz2 timeline-b374b1c52d986f574cb8817f65d36084793cb5f8.zip |
build(deps-dev): Bump postcss from 8.2.12 to 8.2.13 in /FrontEnd
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.12 to 8.2.13.
- [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.12...8.2.13)
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 c0c6b42a..12c8d2d6 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -94,7 +94,7 @@ "html-webpack-plugin": "5.3.1",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.5.0",
- "postcss": "^8.2.12",
+ "postcss": "^8.2.13",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
|