Build/Test Tools: Update terser-webpack-plugin.

This bumps the `terser-webpack-plugin` dependency to version `5.3.9`, which fixes an error during the minification process of the `@wordpress/block-library` package during builds.

Props clorith, azaozz, desrosj.
Fixes #58660, See #57657.


git-svn-id: https://develop.svn.wordpress.org/trunk@56097 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Joe McGill
2023-06-28 20:06:56 +00:00
parent 68be569925
commit 260e97646d
4 changed files with 404 additions and 405 deletions

795
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -30,7 +30,7 @@
"@wordpress/dependency-extraction-webpack-plugin": "4.18.1",
"@wordpress/e2e-test-utils": "10.6.1",
"@wordpress/scripts": "26.6.2",
"autoprefixer": "^10.4.13",
"autoprefixer": "10.4.14",
"chalk": "5.2.0",
"check-node-version": "4.2.1",
"copy-webpack-plugin": "11.0.0",
@@ -61,15 +61,15 @@
"install-changed": "1.1.0",
"jest-image-snapshot": "3.0.1",
"matchdep": "~2.0.0",
"postcss": "^8.4.21",
"postcss": "8.4.24",
"prettier": "npm:wp-prettier@2.6.2",
"qunit": "~2.19.4",
"react-refresh": "0.10.0",
"sass": "^1.58.0",
"sinon": "~15.0.1",
"sass": "1.63.6",
"sinon": "15.0.4",
"sinon-test": "~3.1.5",
"source-map-loader": "4.0.1",
"terser-webpack-plugin": "5.3.6",
"terser-webpack-plugin": "5.3.9",
"uglify-js": "^3.17.4",
"uuid": "8.3.2",
"wait-on": "7.0.1",

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '4922697e0a5370a09f02');
<?php return array('dependencies' => array(), 'version' => 'b478fa3cd1475dec97d3');