diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-19 13:37:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-19 13:37:39 +0000 |
commit | ce51ea4d25bfee0e3231af7e6049ca23654fb3b1 (patch) | |
tree | a895dc0a9bb8bc4c8e057b2883a0bff09f1bc495 | |
parent | 909bfdd6a48d57fc713fca6612dfd994e7721533 (diff) | |
parent | 6fab82f294ef5d0a5a936155af193bb1a99879ba (diff) | |
download | timeline-ce51ea4d25bfee0e3231af7e6049ca23654fb3b1.tar.gz timeline-ce51ea4d25bfee0e3231af7e6049ca23654fb3b1.tar.bz2 timeline-ce51ea4d25bfee0e3231af7e6049ca23654fb3b1.zip |
Merge pull request #467 from crupest/dependabot/npm_and_yarn/FrontEnd/mini-css-extract-plugin-1.5.0
-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 f775fdad..3898e66b 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -93,7 +93,7 @@ "file-loader": "^6.2.0",
"html-webpack-plugin": "5.3.1",
"http-server": "^0.12.3",
- "mini-css-extract-plugin": "^1.4.1",
+ "mini-css-extract-plugin": "^1.5.0",
"postcss": "^8.2.10",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
|