Make WordPress Core

Changeset 50668 for trunk/package.json


Ignore:
Timestamp:
04/06/2021 02:29:06 PM (3 years ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r50650 r50668  
    4747        "grunt-contrib-jshint": "3.0.0",
    4848        "grunt-contrib-qunit": "^4.0.0",
    49         "grunt-contrib-uglify": "~5.0.0",
     49        "grunt-contrib-uglify": "~5.0.1",
    5050        "grunt-contrib-watch": "~1.1.0",
    5151        "grunt-file-append": "0.0.7",
     
    6969        "sinon-test": "~3.0.0",
    7070        "source-map-loader": "^1.1.3",
    71         "uglify-js": "^3.13.2",
     71        "uglify-js": "^3.13.3",
    7272        "uglifyjs-webpack-plugin": "2.2.0",
    7373        "uuid": "8.3.2",
Note: See TracChangeset for help on using the changeset viewer.