Make WordPress Core

Changeset 53580 for trunk/package.json


Ignore:
Timestamp:
06/27/2022 06:51:36 PM (2 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update NPM devDependencies to their latest versions.

This updates the following devDependencies to newer versions:

  • dotenv from 16.0.0 to 16.0.1.
  • grunt from 1.5.2 to 1.5.3.
  • grunt-contrib-qunit from 6.0.0 to 6.2.0.
  • grunt-contrib-uglify from 5.2.1 to 5.2.2.
  • qunit from 2.18.2 to 2.19.1.
  • sass from 1.51.0 to 1.53.0.
  • sinon from 13.0.2 to 14.0.0.
  • uglify-js from 3.15.4 to 3.16.1.

Additionally, npm audit fix has been run to update dependencies with vulnerabilities.

See #55652.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r53420 r53580  
    3535        "copy-webpack-plugin": "10.2.4",
    3636        "cssnano": "4.1.11",
    37         "dotenv": "16.0.0",
     37        "dotenv": "16.0.1",
    3838        "dotenv-expand": "8.0.3",
    39         "grunt": "~1.5.2",
     39        "grunt": "~1.5.3",
    4040        "grunt-banner": "^0.6.0",
    4141        "grunt-contrib-clean": "~2.0.1",
     
    4545        "grunt-contrib-imagemin": "~4.0.0",
    4646        "grunt-contrib-jshint": "3.2.0",
    47         "grunt-contrib-qunit": "~6.0.0",
    48         "grunt-contrib-uglify": "~5.2.1",
     47        "grunt-contrib-qunit": "~6.2.0",
     48        "grunt-contrib-uglify": "~5.2.2",
    4949        "grunt-contrib-watch": "~1.1.0",
    5050        "grunt-file-append": "0.0.7",
     
    6363        "matchdep": "~2.0.0",
    6464        "prettier": "npm:wp-prettier@2.0.5",
    65         "qunit": "~2.18.2",
     65        "qunit": "~2.19.1",
    6666        "react-refresh": "0.10.0",
    67         "sass": "^1.51.0",
    68         "sinon": "~13.0.2",
     67        "sass": "^1.53.0",
     68        "sinon": "~14.0.0",
    6969        "sinon-test": "~3.1.3",
    7070        "source-map-loader": "3.0.1",
    7171        "terser-webpack-plugin": "5.3.1",
    72         "uglify-js": "^3.15.4",
     72        "uglify-js": "^3.16.1",
    7373        "uuid": "8.3.2",
    7474        "wait-on": "6.0.1",
Note: See TracChangeset for help on using the changeset viewer.