Make WordPress Core

Changeset 52046 for trunk/package.json


Ignore:
Timestamp:
11/08/2021 04:13:32 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update/Audit NPM dependencies for 5.9.

This updates several NPM dependencies to their latest (or latest allowed) versions.

  • autoprefixer from 9.8.6 to 9.8.8
  • chalk from 4.1.1 to 4.1.2
  • grunt-contrib-concat from 1.0.1 to 2.0.0
  • grunt-contrib-jshint from 3.0.0 to 3.1.1
  • grunt-contrib-qunit from 4.0.0 to 5.1.1
  • qunit from 2.16.0 to 2.17.2
  • sass from 1.34.1 to 1.43.4
  • sinon from 11.1.1 to 12.0.1
  • sinon-test from 3.1.0 to 3.1.1
  • uglify-js from 3.13.9 to 3.14.3
  • wait-on from 5.3.0 to 6.0.0

This change also contains several updates to the package-lock.json file made by running npm audit fix.

See #53361.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r52042 r52046  
    3131        "@wordpress/library-export-default-webpack-plugin": "2.2.0",
    3232        "@wordpress/scripts": "19.1.0",
    33         "autoprefixer": "^9.8.6",
    34         "chalk": "4.1.1",
     33        "autoprefixer": "^9.8.8",
     34        "chalk": "4.1.2",
    3535        "check-node-version": "4.1.0",
    3636        "copy-webpack-plugin": "^5.1.2",
     
    4141        "grunt-banner": "^0.6.0",
    4242        "grunt-contrib-clean": "~2.0.0",
    43         "grunt-contrib-concat": "1.0.1",
     43        "grunt-contrib-concat": "2.0.0",
    4444        "grunt-contrib-copy": "~1.0.0",
    4545        "grunt-contrib-cssmin": "~4.0.0",
    4646        "grunt-contrib-imagemin": "~4.0.0",
    47         "grunt-contrib-jshint": "3.0.0",
    48         "grunt-contrib-qunit": "^4.0.0",
     47        "grunt-contrib-jshint": "3.1.1",
     48        "grunt-contrib-qunit": "^5.1.1",
    4949        "grunt-contrib-uglify": "~5.0.1",
    5050        "grunt-contrib-watch": "~1.1.0",
     
    6565        "matchdep": "~2.0.0",
    6666        "prettier": "npm:wp-prettier@2.0.5",
    67         "qunit": "~2.16.0",
    68         "sass": "^1.34.1",
    69         "sinon": "~11.1.1",
    70         "sinon-test": "~3.1.0",
     67        "qunit": "~2.17.2",
     68        "sass": "^1.43.4",
     69        "sinon": "~12.0.1",
     70        "sinon-test": "~3.1.1",
    7171        "source-map-loader": "^1.1.3",
    72         "uglify-js": "^3.13.9",
     72        "uglify-js": "^3.14.3",
    7373        "uglifyjs-webpack-plugin": "2.2.0",
    7474        "uuid": "8.3.2",
    75         "wait-on": "5.3.0",
     75        "wait-on": "6.0.0",
    7676        "webpack": "4.43.0",
    7777        "webpack-dev-server": "3.11.2",
Note: See TracChangeset for help on using the changeset viewer.