This commit is contained in:
renovate[bot] 2019-08-05 10:40:45 +01:00 committed by Mike Jolley
parent 8a187db5d9
commit 5efef42495
2 changed files with 4 additions and 4 deletions

View File

@ -22147,9 +22147,9 @@
"dev": true "dev": true
}, },
"webpack": { "webpack": {
"version": "4.39.0", "version": "4.39.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.1.tgz",
"integrity": "sha512-nrxFNSEKm4T1C/EsgOgN50skt//Pl4X7kgJC1MrlE47M292LSCVmMOC47iTGL0CGxbdwhKGgeThrJcw0bstEfA==", "integrity": "sha512-/LAb2TJ2z+eVwisldp3dqTEoNhzp/TLCZlmZm3GGGAlnfIWDgOEE758j/9atklNLfRyhKbZTCOIoPqLJXeBLbQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@webassemblyjs/ast": "1.8.5", "@webassemblyjs/ast": "1.8.5",

View File

@ -85,7 +85,7 @@
"style-loader": "0.23.1", "style-loader": "0.23.1",
"stylelint": "10.1.0", "stylelint": "10.1.0",
"stylelint-config-wordpress": "14.0.0", "stylelint-config-wordpress": "14.0.0",
"webpack": "4.39.0", "webpack": "4.39.1",
"webpack-cli": "3.3.6", "webpack-cli": "3.3.6",
"yargs": "13.3.0" "yargs": "13.3.0"
}, },