Make WordPress Core

Changeset 53113 for trunk/package.json


Ignore:
Timestamp:
04/08/2022 08:05:03 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update some NPM dependencies to the latest versions.

This updates several NPM dependencies to the latest versions, including:

  • check-node-version from 4.1.0 to 4.2.1.
  • dotenv from 10.0.0 to 16.0.0.
  • dotenv-expand from 5.1.0 to 8.0.3.
  • grunt-contrib-concat from 2.0.0 to 2.1.0.
  • grunt-contrib-jshint from 3.1.1 to 3.2.0.
  • grunt-contrib-uglify from 5.0.1 to 5.1.0.
  • qunit from 2.17.2 to 2.18.1.
  • sass from 1.43.4 to 1.50.0.
  • sinon from 12.0.1 to 13.0.1.
  • sinon-test from 3.1.1 to 3.1.3.
  • uglify-js from 3.14.3 to 3.15.3.
  • wait-on from 6.0.0 to 6.0.1.

The updates to dotenv and dotenv-expand required a minor change to files using these packages.

Additionally, this contains several updates to the package-lock.json file as a result of running npm audit fix.

See #54727.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r53069 r53113  
    3333        "autoprefixer": "^9.8.8",
    3434        "chalk": "4.1.2",
    35         "check-node-version": "4.1.0",
     35        "check-node-version": "4.2.1",
    3636        "copy-webpack-plugin": "^5.1.2",
    3737        "cssnano": "4.1.11",
    38         "dotenv": "10.0.0",
    39         "dotenv-expand": "5.1.0",
     38        "dotenv": "16.0.0",
     39        "dotenv-expand": "8.0.3",
    4040        "grunt": "~1.4.1",
    4141        "grunt-banner": "^0.6.0",
    4242        "grunt-contrib-clean": "~2.0.0",
    43         "grunt-contrib-concat": "2.0.0",
     43        "grunt-contrib-concat": "2.1.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.1.1",
     47        "grunt-contrib-jshint": "3.2.0",
    4848        "grunt-contrib-qunit": "~6.0.0",
    49         "grunt-contrib-uglify": "~5.0.1",
     49        "grunt-contrib-uglify": "~5.1.0",
    5050        "grunt-contrib-watch": "~1.1.0",
    5151        "grunt-file-append": "0.0.7",
     
    6464        "matchdep": "~2.0.0",
    6565        "prettier": "npm:wp-prettier@2.0.5",
    66         "qunit": "~2.17.2",
    67         "sass": "^1.43.4",
    68         "sinon": "~12.0.1",
    69         "sinon-test": "~3.1.1",
     66        "qunit": "~2.18.1",
     67        "sass": "^1.50.0",
     68        "sinon": "~13.0.1",
     69        "sinon-test": "~3.1.3",
    7070        "source-map-loader": "^1.1.3",
    71         "uglify-js": "^3.14.3",
     71        "uglify-js": "^3.15.3",
    7272        "uglifyjs-webpack-plugin": "2.2.0",
    7373        "uuid": "8.3.2",
    74         "wait-on": "6.0.0",
     74        "wait-on": "6.0.1",
    7575        "webpack": "4.43.0",
    7676        "webpack-dev-server": "3.11.2",
Note: See TracChangeset for help on using the changeset viewer.