Update dependency config to v3.3.0

This commit is contained in:
Renovate Bot 2020-03-01 01:36:55 +00:00
parent 6f2b232fc7
commit 674a479d63
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6750,9 +6750,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.0",
"config": "3.2.5",
"config": "3.3.0",
"cross-env": "6.0.3",
"eslint": "6.8.0",
"eslint-config-wpcalypso": "5.0.0",