Build/Test Tools: Update/Audit NPM dependencies for 5.9.

This updates several NPM dependencies to their latest (or latest allowed) versions.

- `autoprefixer` from `9.8.6` to `9.8.8`
- `chalk` from `4.1.1` to `4.1.2`
- `grunt-contrib-concat` from `1.0.1` to `2.0.0`
- `grunt-contrib-jshint` from `3.0.0` to `3.1.1`
- `grunt-contrib-qunit` from `4.0.0` to `5.1.1`
- `qunit` from `2.16.0` to `2.17.2`
- `sass` from `1.34.1` to `1.43.4`
- `sinon` from `11.1.1` to `12.0.1`
- `sinon-test` from `3.1.0` to `3.1.1`
- `uglify-js` from `3.13.9` to `3.14.3`
- `wait-on` from `5.3.0` to `6.0.0`

This change also contains several updates to the `package-lock.json` file made by running `npm audit fix`.

See #53361.

git-svn-id: https://develop.svn.wordpress.org/trunk@52046 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2021-11-08 16:13:32 +00:00
parent 588f155406
commit 81f3e49b3f
2 changed files with 272 additions and 258 deletions
+11 -11
View File
@@ -30,8 +30,8 @@
"@wordpress/e2e-test-utils": "5.4.6",
"@wordpress/library-export-default-webpack-plugin": "2.2.0",
"@wordpress/scripts": "19.1.0",
"autoprefixer": "^9.8.6",
"chalk": "4.1.1",
"autoprefixer": "^9.8.8",
"chalk": "4.1.2",
"check-node-version": "4.1.0",
"copy-webpack-plugin": "^5.1.2",
"cssnano": "4.1.11",
@@ -40,12 +40,12 @@
"grunt": "~1.4.1",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-concat": "2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~4.0.0",
"grunt-contrib-imagemin": "~4.0.0",
"grunt-contrib-jshint": "3.0.0",
"grunt-contrib-qunit": "^4.0.0",
"grunt-contrib-jshint": "3.1.1",
"grunt-contrib-qunit": "^5.1.1",
"grunt-contrib-uglify": "~5.0.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-file-append": "0.0.7",
@@ -64,15 +64,15 @@
"jest-image-snapshot": "3.0.1",
"matchdep": "~2.0.0",
"prettier": "npm:wp-prettier@2.0.5",
"qunit": "~2.16.0",
"sass": "^1.34.1",
"sinon": "~11.1.1",
"sinon-test": "~3.1.0",
"qunit": "~2.17.2",
"sass": "^1.43.4",
"sinon": "~12.0.1",
"sinon-test": "~3.1.1",
"source-map-loader": "^1.1.3",
"uglify-js": "^3.13.9",
"uglify-js": "^3.14.3",
"uglifyjs-webpack-plugin": "2.2.0",
"uuid": "8.3.2",
"wait-on": "5.3.0",
"wait-on": "6.0.0",
"webpack": "4.43.0",
"webpack-dev-server": "3.11.2",
"webpack-livereload-plugin": "2.3.0"