diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-11 06:01:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 06:01:40 +0000 |
commit | 1837ab3dceeaea98863ab393544ca18a42177fb1 (patch) | |
tree | ced343f6acb87f0d0ccd26a26d36214d3522a0c6 | |
parent | fa31396596915490e5447336920b3efe5d05f778 (diff) | |
parent | 9b749f4cf5c9bfa439b39960c41752863aec4dd1 (diff) | |
download | timeline-1837ab3dceeaea98863ab393544ca18a42177fb1.tar.gz timeline-1837ab3dceeaea98863ab393544ca18a42177fb1.tar.bz2 timeline-1837ab3dceeaea98863ab393544ca18a42177fb1.zip |
Merge pull request #526 from crupest/dependabot/npm_and_yarn/FrontEnd/postcss-8.2.15
-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 04ad248d..a3c6678b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -98,7 +98,7 @@ "html-webpack-plugin": "5.3.1",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.6.0",
- "postcss": "^8.2.14",
+ "postcss": "^8.2.15",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.0",
|