diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-02 09:26:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 09:26:21 +0000 |
commit | 6828df125146cd358cccc387f2c4227f0f6ace0e (patch) | |
tree | 1babffda2959bd047b78be4266c266025a1dd346 /FrontEnd/package.json | |
parent | 809af317ee93eb467bde15f6fa3e203b5a7dc47f (diff) | |
parent | 46d71417290323c852a789e5890c570e80d67e0a (diff) | |
download | timeline-6828df125146cd358cccc387f2c4227f0f6ace0e.tar.gz timeline-6828df125146cd358cccc387f2c4227f0f6ace0e.tar.bz2 timeline-6828df125146cd358cccc387f2c4227f0f6ace0e.zip |
Merge pull request #339 from crupest/dependabot/npm_and_yarn/FrontEnd/css-loader-5.1.1
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 35485a9f..f2572965 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -82,7 +82,7 @@ "babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
- "css-loader": "^5.1.0",
+ "css-loader": "^5.1.1",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
|