Merge pull request #422 from GoogleChromeLabs/renovate/critters-webpack-plugin-2.x

Update dependency critters-webpack-plugin to v2.1.3
This commit is contained in:
Surma
2019-01-07 11:21:36 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -2725,9 +2725,9 @@
}
},
"critters-webpack-plugin": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/critters-webpack-plugin/-/critters-webpack-plugin-2.1.2.tgz",
"integrity": "sha512-CH8KBP+mato6UZoSXY1NZI0zhy+TFdgXLE1zEfJ84/80A9LHpHoY05L9LTD0ldvHnsHZZlx6BAyWhWmx/U753Q==",
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/critters-webpack-plugin/-/critters-webpack-plugin-2.1.3.tgz",
"integrity": "sha512-hXd4wdJIQcFVEQANsAp8S+iVBw5XSgZ7KSGjX3c1hYP1purQjKfgELcZDwzpkmAztaDSU/EgYgTLx+m6Djkdyg==",
"dev": true,
"requires": {
"css": "^2.2.1",
@@ -2749,9 +2749,9 @@
}
},
"chalk": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz",
"integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==",
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
"dev": true,
"requires": {
"ansi-styles": "^3.2.1",
@@ -2772,7 +2772,7 @@
},
"pretty-bytes": {
"version": "4.0.2",
"resolved": "http://registry.npmjs.org/pretty-bytes/-/pretty-bytes-4.0.2.tgz",
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-4.0.2.tgz",
"integrity": "sha1-sr+C5zUNZcbDOqlaqlpPYyf2HNk=",
"dev": true
},

View File

@@ -26,7 +26,7 @@
"clean-webpack-plugin": "1.0.0",
"comlink": "3.1.1",
"copy-webpack-plugin": "4.6.0",
"critters-webpack-plugin": "2.1.2",
"critters-webpack-plugin": "2.1.3",
"css-loader": "1.0.1",
"ejs": "2.6.1",
"exports-loader": "0.7.0",