diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-19 13:37:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-19 13:37:45 +0000 |
commit | cfc55386656b995bba0681ac9db7ecc24949c225 (patch) | |
tree | e18236fc9112c76e8531beff167efbfa1cc80863 /FrontEnd/package.json | |
parent | 48837f4719112d607b1b29b633fc6a27bb9e79bc (diff) | |
parent | 15a89accc6e6ff6ec1ea3e0ee841cd9ad6d27c18 (diff) | |
download | timeline-cfc55386656b995bba0681ac9db7ecc24949c225.tar.gz timeline-cfc55386656b995bba0681ac9db7ecc24949c225.tar.bz2 timeline-cfc55386656b995bba0681ac9db7ecc24949c225.zip |
Merge pull request #468 from crupest/dependabot/npm_and_yarn/FrontEnd/css-loader-5.2.2
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 3898e66b..31e8f33f 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -83,7 +83,7 @@ "babel-plugin-transform-builtin-extend": "^1.1.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^8.1.1",
- "css-loader": "^5.2.1",
+ "css-loader": "^5.2.2",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-import": "^2.22.1",
|