Make WordPress Core

Changeset 50843 for trunk/package.json


Ignore:
Timestamp:
05/11/2021 08:10:27 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update the several dependencies.

This updates the following dependencies:

  • grunt from 1.3.0 to 1.4.0.
  • grunt-legacy-util from 2.0.0 to 2.0.1.
  • sass from 1.32.11 to 1.32.12.
  • sinon-test from 3.0.0 to 3.1.0.
  • uglify-js from 3.13.4 to 3.13.6.

See #52624.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r50824 r50843  
    3737        "dotenv": "8.2.0",
    3838        "dotenv-expand": "5.1.0",
    39         "grunt": "~1.3.0",
     39        "grunt": "~1.4.0",
    4040        "grunt-banner": "^0.6.0",
    4141        "grunt-contrib-clean": "~2.0.0",
     
    5252        "grunt-jsdoc": "2.4.1",
    5353        "grunt-jsvalidate": "~0.2.2",
    54         "grunt-legacy-util": "^2.0.0",
     54        "grunt-legacy-util": "^2.0.1",
    5555        "grunt-patch-wordpress": "~3.0.0",
    5656        "grunt-postcss": "~0.9.0",
     
    6464        "prettier": "npm:wp-prettier@2.0.5",
    6565        "qunit": "~2.15.0",
    66         "sass": "^1.32.11",
     66        "sass": "^1.32.12",
    6767        "sinon": "~10.0.0",
    68         "sinon-test": "~3.0.0",
     68        "sinon-test": "~3.1.0",
    6969        "source-map-loader": "^1.1.3",
    70         "uglify-js": "^3.13.4",
     70        "uglify-js": "^3.13.6",
    7171        "uglifyjs-webpack-plugin": "2.2.0",
    7272        "uuid": "8.3.2",
Note: See TracChangeset for help on using the changeset viewer.