mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
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:
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user