chore(deps-dev): bump css-loader from 5.1.0 to 5.1.1

This commit is contained in:
dependabot[bot]
2021-03-03 00:50:35 -05:00
committed by GitHub
parent e2e5f3ae7e
commit c65126d7ff
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -10242,9 +10242,9 @@
}
},
"css-loader": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.1.0.tgz",
"integrity": "sha512-mFs3Xe2UrzRzL0+ML6e7Q2e/Ozp/WpDcam0l1X+rXgkuFjjsNSrjiyimG6malUOZGVuEjzKp1NqEqN3exG7ZqQ==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.1.1.tgz",
"integrity": "sha512-5FfhpjwtuRgxqmusDidowqmLlcb+1HgnEDMsi2JhiUrZUcoc+cqw+mUtMIF/+OfeMYaaFCLYp1TaIt9H6I/fKA==",
"dev": true,
"requires": {
"camelcase": "^6.2.0",

View File

@@ -121,7 +121,7 @@
"copy-webpack-plugin": "^7.0.0",
"cors": "^2.8.5",
"cross-env": "=7.0.3",
"css-loader": "=5.1.0",
"css-loader": "=5.1.1",
"cssnano": "=4.1.10",
"cypress": "=5.6.0",
"dedent": "^0.7.0",