Update dependency config to v3.3.2 (https://github.com/woocommerce/woocommerce-blocks/pull/3213)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
cb4f01b6a6
commit
d389382669
|
@ -10590,9 +10590,9 @@
|
|||
}
|
||||
},
|
||||
"config": {
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/config/-/config-3.3.1.tgz",
|
||||
"integrity": "sha512-+2/KaaaAzdwUBE3jgZON11L1ggLLhpf2FsGrfqYFHZW22ySGv/HqYIXrBwKKvn+XZh1UBUjHwAcrfsSkSygT+Q==",
|
||||
"version": "3.3.2",
|
||||
"resolved": "https://registry.npmjs.org/config/-/config-3.3.2.tgz",
|
||||
"integrity": "sha512-NlGfBn2565YA44Irn7GV5KHlIGC3KJbf0062/zW5ddP9VXIuRj0m7HVyFAWvMZvaHPEglyGfwmevGz3KosIpCg==",
|
||||
"requires": {
|
||||
"json5": "^2.1.1"
|
||||
}
|
||||
|
|
|
@ -153,7 +153,7 @@
|
|||
"@wordpress/wordcount": "2.11.0",
|
||||
"classnames": "2.2.6",
|
||||
"compare-versions": "3.6.0",
|
||||
"config": "3.3.1",
|
||||
"config": "3.3.2",
|
||||
"dinero.js": "1.8.1",
|
||||
"downshift": "4.1.0",
|
||||
"html-react-parser": "0.14.0",
|
||||
|
|
Loading…
Reference in New Issue