This commit is contained in:
renovate[bot] 2018-12-14 09:56:26 -05:00 committed by Kelly Dwan
parent e06fcb0a3d
commit 6c7e2d0976
2 changed files with 4 additions and 4 deletions

View File

@ -4517,9 +4517,9 @@
}
},
"css-loader": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-2.0.0.tgz",
"integrity": "sha512-3Fq8HJYs7ruBiDpJA/w2ZROtivA769ePuH3/vgPdOB+FQiotErJ7VJYRZq86SPRVFaccn1wEktUnaaUyf+Uslw==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-2.0.1.tgz",
"integrity": "sha512-XIVwoIOzSFRVsafOKa060GJ/A70c0IP/C1oVPHEX4eHIFF39z0Jl7j8Kua1SUTiqWDupUnbY3/yQx9r7EUB35w==",
"dev": true,
"requires": {
"icss-utils": "^4.0.0",

View File

@ -42,7 +42,7 @@
"clean-webpack-plugin": "1.0.0",
"core-js": "2.6.0",
"cross-env": "5.2.0",
"css-loader": "2.0.0",
"css-loader": "2.0.1",
"eslint": "5.10.0",
"eslint-config-wordpress": "2.0.0",
"eslint-plugin-jest": "22.1.2",