diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-17 07:10:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-17 07:10:55 +0000 |
commit | 772f815cbf82e375669e8c21644e314b7bd27439 (patch) | |
tree | 013491a6dacb922fb046a6110450788a4fe96f6b | |
parent | 23eeaa05ea9e816ab55c87f47a575b219c4ceaf0 (diff) | |
download | timeline-772f815cbf82e375669e8c21644e314b7bd27439.tar.gz timeline-772f815cbf82e375669e8c21644e314b7bd27439.tar.bz2 timeline-772f815cbf82e375669e8c21644e314b7bd27439.zip |
build(deps-dev): Bump postcss-loader from 5.2.0 to 5.3.0 in /FrontEnd
Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
- [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/postcss-loader/compare/v5.2.0...v5.3.0)
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 28aa7022..e933e0a3 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -100,7 +100,7 @@ "http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.6.0",
"postcss": "^8.2.15",
- "postcss-loader": "^5.2.0",
+ "postcss-loader": "^5.3.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.0",
"querystring-es3": "^0.2.1",
|