diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-25 09:07:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 09:07:49 +0000 |
commit | b9e85459e1c68d9d23fe616da722b1e140c9e78e (patch) | |
tree | 6543514900c701299df1506d70efa99623d54f55 | |
parent | ce2dbfab86e2a33c3a004f9c504499754da5cef0 (diff) | |
parent | 173fccad5ccc6b86d9049ffd4fc84fac4081a714 (diff) | |
download | timeline-b9e85459e1c68d9d23fe616da722b1e140c9e78e.tar.gz timeline-b9e85459e1c68d9d23fe616da722b1e140c9e78e.tar.bz2 timeline-b9e85459e1c68d9d23fe616da722b1e140c9e78e.zip |
Merge pull request #408 from crupest/dependabot/npm_and_yarn/FrontEnd/css-loader-5.2.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 4d1fdafa..0e044f8e 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -84,7 +84,7 @@ "babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.0",
- "css-loader": "^5.1.3",
+ "css-loader": "^5.2.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
|