Build/Test Tools: Update the several dependencies.

This updates the following dependencies:

- `chalk` from `4.1.0` to `4.1.1`.
- `dotenv` from `8.2.0` to `10.0.0`.
- `grunt` from `1.4.0` to `1.4.1`.
- `sass` from `1.32.12` to `1.34.0`.
- `sinon` from `10.0.0` to `11.1.1`.
- `uglify-js` from `3.13.6` to `3.13.8`.

See #52624.

git-svn-id: https://develop.svn.wordpress.org/trunk@51040 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2021-05-27 19:31:51 +00:00
parent 01191de574
commit f2b7039707
2 changed files with 136 additions and 95 deletions
+6 -6
View File
@@ -30,13 +30,13 @@
"@wordpress/library-export-default-webpack-plugin": "2.0.4",
"@wordpress/scripts": "16.1.0",
"autoprefixer": "^9.8.6",
"chalk": "4.1.0",
"chalk": "4.1.1",
"check-node-version": "4.1.0",
"copy-webpack-plugin": "^5.1.2",
"cssnano": "4.1.11",
"dotenv": "8.2.0",
"dotenv": "10.0.0",
"dotenv-expand": "5.1.0",
"grunt": "~1.4.0",
"grunt": "~1.4.1",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "1.0.1",
@@ -63,11 +63,11 @@
"matchdep": "~2.0.0",
"prettier": "npm:wp-prettier@2.0.5",
"qunit": "~2.15.0",
"sass": "^1.32.12",
"sinon": "~10.0.0",
"sass": "^1.34.0",
"sinon": "~11.1.1",
"sinon-test": "~3.1.0",
"source-map-loader": "^1.1.3",
"uglify-js": "^3.13.6",
"uglify-js": "^3.13.8",
"uglifyjs-webpack-plugin": "2.2.0",
"uuid": "8.3.2",
"wait-on": "5.3.0",