Build/Test Tools: Update NPM dependencies to their latest versions.

The following dependencies are being updated:

- `copy-webpack-plugin` from `10.2.4` to `11.0.0`.
- `dotenv` from `16.0.1` to `16.0.2`.
- `dotenv-expand` from `8.0.3` to `9.0.0`.
- `sass` from `1.53.0` to `1.55.0`.
- `sinon-test` from `3.1.3` to `3.1.4`.
- `source-map-loader` from `3.0.1` to `4.0.0`.
- `terser-webpack-plugin` from `5.3.1` to `5.3.6`.
- `uglify-js` from `3.16.1` to `3.17.1`.
- `uuid` from `8.3.2` to `9.0.0`.
- `webpack` from `5.72.0` to `5.74.0`.

This also contains changes after running `npm audit fix`.

Fixes #56641.

git-svn-id: https://develop.svn.wordpress.org/trunk@54296 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2022-09-23 19:53:14 +00:00
parent bc8c1b6f8e
commit c3b98011b2
3 changed files with 265 additions and 113 deletions
+10 -10
View File
@@ -32,10 +32,10 @@
"autoprefixer": "^9.8.8",
"chalk": "5.0.1",
"check-node-version": "4.2.1",
"copy-webpack-plugin": "10.2.4",
"copy-webpack-plugin": "11.0.0",
"cssnano": "4.1.11",
"dotenv": "16.0.1",
"dotenv-expand": "8.0.3",
"dotenv": "16.0.2",
"dotenv-expand": "9.0.0",
"grunt": "~1.5.3",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "~2.0.1",
@@ -64,15 +64,15 @@
"prettier": "npm:wp-prettier@2.0.5",
"qunit": "~2.19.1",
"react-refresh": "0.10.0",
"sass": "^1.53.0",
"sass": "^1.55.0",
"sinon": "~14.0.0",
"sinon-test": "~3.1.3",
"source-map-loader": "3.0.1",
"terser-webpack-plugin": "5.3.1",
"uglify-js": "^3.16.1",
"uuid": "8.3.2",
"sinon-test": "~3.1.4",
"source-map-loader": "4.0.0",
"terser-webpack-plugin": "5.3.6",
"uglify-js": "^3.17.1",
"uuid": "9.0.0",
"wait-on": "6.0.1",
"webpack": "5.72.0",
"webpack": "5.74.0",
"webpack-livereload-plugin": "3.0.2"
},
"dependencies": {