Build/Test Tools: Update some dependencies.

This updates `elliptic` to version `6.5.4` through `npm audit fix`.

`uglify-js` is also updated to version `3.13.3`, and `grunt-contrib-uglify` to version `5.0.1`.

See #52624.

git-svn-id: https://develop.svn.wordpress.org/trunk@50668 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2021-04-06 14:29:06 +00:00
parent 57db16646b
commit aac005ccdf
2 changed files with 21 additions and 21 deletions
+2 -2
View File
@@ -46,7 +46,7 @@
"grunt-contrib-imagemin": "~4.0.0",
"grunt-contrib-jshint": "3.0.0",
"grunt-contrib-qunit": "^4.0.0",
"grunt-contrib-uglify": "~5.0.0",
"grunt-contrib-uglify": "~5.0.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-file-append": "0.0.7",
"grunt-includes": "~1.1.0",
@@ -68,7 +68,7 @@
"sinon": "~10.0.0",
"sinon-test": "~3.0.0",
"source-map-loader": "^1.1.3",
"uglify-js": "^3.13.2",
"uglify-js": "^3.13.3",
"uglifyjs-webpack-plugin": "2.2.0",
"uuid": "8.3.2",
"wait-on": "5.3.0",