Make WordPress Core

Changeset 51097 for trunk/package.json


Ignore:
Timestamp:
06/08/2021 05:13:26 PM (5 years ago)
Author:
desrosj
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r51089 r51097  
    6363                "matchdep": "~2.0.0",
    6464                "prettier": "npm:wp-prettier@2.0.5",
    65                 "qunit": "~2.15.0",
    66                 "sass": "^1.34.0",
     65                "qunit": "~2.16.0",
     66                "sass": "^1.34.1",
    6767                "sinon": "~11.1.1",
    6868                "sinon-test": "~3.1.0",
    6969                "source-map-loader": "^1.1.3",
    70                 "uglify-js": "^3.13.8",
     70                "uglify-js": "^3.13.9",
    7171                "uglifyjs-webpack-plugin": "2.2.0",
    7272                "uuid": "8.3.2",
Note: See TracChangeset for help on using the changeset viewer.