Update dependency critters-webpack-plugin to v2.1.2

This commit is contained in:
renovate[bot]
2019-01-03 19:24:19 +00:00
parent 84c0f30a7c
commit b154b77556
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View File

@@ -2725,9 +2725,9 @@
}
},
"critters-webpack-plugin": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/critters-webpack-plugin/-/critters-webpack-plugin-2.1.1.tgz",
"integrity": "sha512-X1/Y9hZdEDXHehpraW23vISqzwJGy8gqqHSDLRxphmxK8ppzS/cmQPdpbKs4OlcDK5+gioxAJjDjyT1vVpnu+Q==",
"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==",
"dev": true,
"requires": {
"css": "^2.2.1",
@@ -2760,9 +2760,9 @@
}
},
"postcss": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.6.tgz",
"integrity": "sha512-Nq/rNjnHFcKgCDDZYO0lNsl6YWe6U7tTy+ESN+PnLxebL8uBtYX59HZqvrj7YLK5UCyll2hqDsJOo3ndzEW8Ug==",
"version": "7.0.7",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.7.tgz",
"integrity": "sha512-HThWSJEPkupqew2fnuQMEI2YcTj/8gMV3n80cMdJsKxfIh5tHf7nM5JigNX6LxVMqo6zkgQNAI88hyFvBk41Pg==",
"dev": true,
"requires": {
"chalk": "^2.4.1",
@@ -9325,15 +9325,15 @@
},
"dependencies": {
"acorn": {
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.0.4.tgz",
"integrity": "sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==",
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.0.5.tgz",
"integrity": "sha512-i33Zgp3XWtmZBMNvCr4azvOFeWVw1Rk6p3hfi3LUDvIFraOMywb1kAtrbi+med14m4Xfpqm3zRZMT+c0FNE7kg==",
"dev": true
},
"ajv": {
"version": "6.6.1",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.6.1.tgz",
"integrity": "sha512-ZoJjft5B+EJBjUyu9C9Hc0OZyPZSSlOF+plzouTrg6UlA8f+e/n8NIgBFG/9tppJtpPWfthHakK7juJdNDODww==",
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.6.2.tgz",
"integrity": "sha512-FBHEW6Jf5TB9MGBgUUA9XHkTbjXYfAUjY43ACMfmdMRHniyoMHjHjzD50OK8LGDWQwp4rWEsIq5kEqq7rvIM1g==",
"dev": true,
"requires": {
"fast-deep-equal": "^2.0.1",

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.1",
"critters-webpack-plugin": "2.1.2",
"css-loader": "1.0.1",
"ejs": "2.6.1",
"exports-loader": "0.7.0",