diff options
author | crupest <crupest@outlook.com> | 2021-02-09 21:49:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 21:49:47 +0800 |
commit | ea9110a6f07303b28abcb1f248d8444a2b886919 (patch) | |
tree | 013e20b82bc6d18cb0f4acdc766a3c8d07f3f903 | |
parent | dbd7a0d21f8838e82572774d8279c754f93bef84 (diff) | |
parent | 7893e003f2368e32e28d5924199461631ce78920 (diff) | |
download | timeline-ea9110a6f07303b28abcb1f248d8444a2b886919.tar.gz timeline-ea9110a6f07303b28abcb1f248d8444a2b886919.tar.bz2 timeline-ea9110a6f07303b28abcb1f248d8444a2b886919.zip |
Merge pull request #254 from crupest/dependabot/npm_and_yarn/FrontEnd/mini-css-extract-plugin-1.3.6
build(deps-dev): Bump mini-css-extract-plugin from 1.3.5 to 1.3.6 in /FrontEnd
-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 0bd99eab..6997e9b1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -90,7 +90,7 @@ "file-loader": "^6.2.0",
"html-webpack-plugin": "5.0.0",
"http-server": "^0.12.3",
- "mini-css-extract-plugin": "^1.3.4",
+ "mini-css-extract-plugin": "^1.3.6",
"postcss": "^8.2.5",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
|