Make WordPress Core

Changeset 51040 for trunk/package.json


Ignore:
Timestamp:
05/27/2021 07:31:51 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update the several dependencies.

This updates the following dependencies:

  • chalk from 4.1.0 to 4.1.1.
  • dotenv from 8.2.0 to 10.0.0.
  • grunt from 1.4.0 to 1.4.1.
  • sass from 1.32.12 to 1.34.0.
  • sinon from 10.0.0 to 11.1.1.
  • uglify-js from 3.13.6 to 3.13.8.

See #52624.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r51017 r51040  
    3131        "@wordpress/scripts": "16.1.0",
    3232        "autoprefixer": "^9.8.6",
    33         "chalk": "4.1.0",
     33        "chalk": "4.1.1",
    3434        "check-node-version": "4.1.0",
    3535        "copy-webpack-plugin": "^5.1.2",
    3636        "cssnano": "4.1.11",
    37         "dotenv": "8.2.0",
     37        "dotenv": "10.0.0",
    3838        "dotenv-expand": "5.1.0",
    39         "grunt": "~1.4.0",
     39        "grunt": "~1.4.1",
    4040        "grunt-banner": "^0.6.0",
    4141        "grunt-contrib-clean": "~2.0.0",
     
    6464        "prettier": "npm:wp-prettier@2.0.5",
    6565        "qunit": "~2.15.0",
    66         "sass": "^1.32.12",
    67         "sinon": "~10.0.0",
     66        "sass": "^1.34.0",
     67        "sinon": "~11.1.1",
    6868        "sinon-test": "~3.1.0",
    6969        "source-map-loader": "^1.1.3",
    70         "uglify-js": "^3.13.6",
     70        "uglify-js": "^3.13.8",
    7171        "uglifyjs-webpack-plugin": "2.2.0",
    7272        "uuid": "8.3.2",
Note: See TracChangeset for help on using the changeset viewer.