Merge pull request #25793 from woocommerce/renovate/config-3.x
Update dependency config to v3.3.0
This commit is contained in:
commit
b46bc98f9b
|
@ -6921,9 +6921,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"version": "3.2.5",
|
"version": "3.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/config/-/config-3.2.5.tgz",
|
"resolved": "https://registry.npmjs.org/config/-/config-3.3.0.tgz",
|
||||||
"integrity": "sha512-8itpjyR01lAJanhAlPncBngYRZez/LoRLW8wnGi+6SEcsUyA1wvHvbpIrAJYDJT+W9BScnj4mYoUgbtp9I+0+Q==",
|
"integrity": "sha512-Xw++JjmYOLLX2HaYpySAveO8a9o+Af0jpDdEt1st8xtLeZI0bDfNsI90DGFyE/7mNnEjHiI8ivp/PieM6ODtdw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"json5": "^1.0.1"
|
"json5": "^1.0.1"
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
"chai": "4.2.0",
|
"chai": "4.2.0",
|
||||||
"chai-as-promised": "7.1.1",
|
"chai-as-promised": "7.1.1",
|
||||||
"commander": "4.1.1",
|
"commander": "4.1.1",
|
||||||
"config": "3.2.5",
|
"config": "3.3.0",
|
||||||
"cross-env": "6.0.3",
|
"cross-env": "6.0.3",
|
||||||
"eslint": "6.8.0",
|
"eslint": "6.8.0",
|
||||||
"eslint-config-wpcalypso": "5.0.0",
|
"eslint-config-wpcalypso": "5.0.0",
|
||||||
|
|
Loading…
Reference in New Issue