Merge pull request #25793 from woocommerce/renovate/config-3.x

Update dependency config to v3.3.0
This commit is contained in:
Rodrigo Primo 2020-03-03 09:20:44 -03:00 committed by GitHub
commit b46bc98f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6921,9 +6921,9 @@
}
},
"config": {
"version": "3.2.5",
"resolved": "https://registry.npmjs.org/config/-/config-3.2.5.tgz",
"integrity": "sha512-8itpjyR01lAJanhAlPncBngYRZez/LoRLW8wnGi+6SEcsUyA1wvHvbpIrAJYDJT+W9BScnj4mYoUgbtp9I+0+Q==",
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/config/-/config-3.3.0.tgz",
"integrity": "sha512-Xw++JjmYOLLX2HaYpySAveO8a9o+Af0jpDdEt1st8xtLeZI0bDfNsI90DGFyE/7mNnEjHiI8ivp/PieM6ODtdw==",
"dev": true,
"requires": {
"json5": "^1.0.1"

View File

@ -31,7 +31,7 @@
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"commander": "4.1.1",
"config": "3.2.5",
"config": "3.3.0",
"cross-env": "6.0.3",
"eslint": "6.8.0",
"eslint-config-wpcalypso": "5.0.0",