diff options
author | crupest <crupest@outlook.com> | 2021-04-02 16:03:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-02 16:03:30 +0800 |
commit | 48b6af100de585bed3a14a4e57e0833918914c6e (patch) | |
tree | d33efa1b476891a681c690634e58b5686919dddd /FrontEnd/package.json | |
parent | a9350dd47ac8061ce1b5009066b5e8e192778c98 (diff) | |
parent | 12b5f2bf7737f3b3b6aaf350e5bb634a395c6725 (diff) | |
download | timeline-48b6af100de585bed3a14a4e57e0833918914c6e.tar.gz timeline-48b6af100de585bed3a14a4e57e0833918914c6e.tar.bz2 timeline-48b6af100de585bed3a14a4e57e0833918914c6e.zip |
Merge pull request #424 from crupest/dependabot/npm_and_yarn/FrontEnd/postcss-8.2.9
build(deps-dev): Bump postcss from 8.2.8 to 8.2.9 in /FrontEnd
Diffstat (limited to 'FrontEnd/package.json')
-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 2dcbcc29..92f74e6b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -95,7 +95,7 @@ "html-webpack-plugin": "5.3.1",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.4.0",
- "postcss": "^8.2.8",
+ "postcss": "^8.2.9",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
|