Bump @wordpress/dependency-extraction-webpack-plugin from 4.6.0 to 4.28.0 (https://github.com/woocommerce/woocommerce-blocks/pull/11549)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-03 04:32:19 -07:00 committed by GitHub
parent 504b88490b
commit 8a946cfa08
2 changed files with 16 additions and 16 deletions

View File

@ -117,7 +117,7 @@
"@wordpress/browserslist-config": "5.21.0",
"@wordpress/components": "19.17.0",
"@wordpress/data-controls": "2.2.7",
"@wordpress/dependency-extraction-webpack-plugin": "4.6.0",
"@wordpress/dependency-extraction-webpack-plugin": "4.28.0",
"@wordpress/dom": "3.27.0",
"@wordpress/e2e-test-utils": "10.12.0",
"@wordpress/e2e-test-utils-playwright": "0.6.0",
@ -15642,12 +15642,12 @@
}
},
"node_modules/@wordpress/dependency-extraction-webpack-plugin": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/@wordpress/dependency-extraction-webpack-plugin/-/dependency-extraction-webpack-plugin-4.6.0.tgz",
"integrity": "sha512-xLF0sZ/SB1mk0iZHc5Rs1uMyXrv9ZNXIEeTdmyX0I7u74LgQcxYcTA3zqYiiDPcqPZiBes/jSgJu2Ju0UzsRYQ==",
"version": "4.28.0",
"resolved": "https://registry.npmjs.org/@wordpress/dependency-extraction-webpack-plugin/-/dependency-extraction-webpack-plugin-4.28.0.tgz",
"integrity": "sha512-/qfcNv6+cp+8guuNO88/inlFWf21UqeqxxcmcD+41rRfDr8+xqsHMmLwRvSip4KbT8veR2i7Gvem5H5E5x8uVA==",
"dev": true,
"dependencies": {
"json2php": "^0.0.5",
"json2php": "^0.0.7",
"webpack-sources": "^3.2.2"
},
"engines": {
@ -15658,9 +15658,9 @@
}
},
"node_modules/@wordpress/dependency-extraction-webpack-plugin/node_modules/json2php": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/json2php/-/json2php-0.0.5.tgz",
"integrity": "sha512-jWpsGAYlQDKOjJcyq3rYaxcZ+5YMhZIKHKTjdIKJPI9zLSX+yRWHSSwtV8hvIg7YMhbKkgPO669Ve2ZgFK5C7w==",
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/json2php/-/json2php-0.0.7.tgz",
"integrity": "sha512-dnSoUiLAoVaMXxFsVi4CrPVYMKOuDBXTghXSmMINX44RZ8WM9cXlY7UqrQnlAcODCVO7FV3+8t/5nDKAjimLfg==",
"dev": true
},
"node_modules/@wordpress/deprecated": {
@ -56261,19 +56261,19 @@
}
},
"@wordpress/dependency-extraction-webpack-plugin": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/@wordpress/dependency-extraction-webpack-plugin/-/dependency-extraction-webpack-plugin-4.6.0.tgz",
"integrity": "sha512-xLF0sZ/SB1mk0iZHc5Rs1uMyXrv9ZNXIEeTdmyX0I7u74LgQcxYcTA3zqYiiDPcqPZiBes/jSgJu2Ju0UzsRYQ==",
"version": "4.28.0",
"resolved": "https://registry.npmjs.org/@wordpress/dependency-extraction-webpack-plugin/-/dependency-extraction-webpack-plugin-4.28.0.tgz",
"integrity": "sha512-/qfcNv6+cp+8guuNO88/inlFWf21UqeqxxcmcD+41rRfDr8+xqsHMmLwRvSip4KbT8veR2i7Gvem5H5E5x8uVA==",
"dev": true,
"requires": {
"json2php": "^0.0.5",
"json2php": "^0.0.7",
"webpack-sources": "^3.2.2"
},
"dependencies": {
"json2php": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/json2php/-/json2php-0.0.5.tgz",
"integrity": "sha512-jWpsGAYlQDKOjJcyq3rYaxcZ+5YMhZIKHKTjdIKJPI9zLSX+yRWHSSwtV8hvIg7YMhbKkgPO669Ve2ZgFK5C7w==",
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/json2php/-/json2php-0.0.7.tgz",
"integrity": "sha512-dnSoUiLAoVaMXxFsVi4CrPVYMKOuDBXTghXSmMINX44RZ8WM9cXlY7UqrQnlAcODCVO7FV3+8t/5nDKAjimLfg==",
"dev": true
}
}

View File

@ -171,7 +171,7 @@
"@wordpress/browserslist-config": "5.21.0",
"@wordpress/components": "19.17.0",
"@wordpress/data-controls": "2.2.7",
"@wordpress/dependency-extraction-webpack-plugin": "4.6.0",
"@wordpress/dependency-extraction-webpack-plugin": "4.28.0",
"@wordpress/dom": "3.27.0",
"@wordpress/e2e-test-utils": "10.12.0",
"@wordpress/e2e-test-utils-playwright": "0.6.0",