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 | f6e636cd77b50da3a9850b923050d6cd446318ad (patch) | |
tree | 9e0edcb3948d6a9ac6dbadbc3d2e6ceb332d8db3 | |
parent | d822e1192b2b64c6e2663a48b872bcf9a124c9e0 (diff) | |
download | timeline-f6e636cd77b50da3a9850b923050d6cd446318ad.tar.gz timeline-f6e636cd77b50da3a9850b923050d6cd446318ad.tar.bz2 timeline-f6e636cd77b50da3a9850b923050d6cd446318ad.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>
-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",
|