Build/Test Tools: Update several devDependencies.

This updates `qunit`, `sass`, and `uglify-js` to thei latest versions.

Several other packages are also having their versions bumped as a result of running `npm audit fix`.

See #52624.

git-svn-id: https://develop.svn.wordpress.org/trunk@51097 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2021-06-08 17:13:26 +00:00
parent 842157a4fd
commit 4b5bd0fccd
2 changed files with 29 additions and 34 deletions
+3 -3
View File
@@ -62,12 +62,12 @@
"install-changed": "1.1.0",
"matchdep": "~2.0.0",
"prettier": "npm:wp-prettier@2.0.5",
"qunit": "~2.15.0",
"sass": "^1.34.0",
"qunit": "~2.16.0",
"sass": "^1.34.1",
"sinon": "~11.1.1",
"sinon-test": "~3.1.0",
"source-map-loader": "^1.1.3",
"uglify-js": "^3.13.8",
"uglify-js": "^3.13.9",
"uglifyjs-webpack-plugin": "2.2.0",
"uuid": "8.3.2",
"wait-on": "5.3.0",