Make WordPress Core

Changeset 56390 for trunk/package.json


Ignore:
Timestamp:
08/11/2023 04:02:43 PM (20 months ago)
Author:
desrosj
Message:

Build/Test Tools: Update all build tool related dependencies.

This updates the following dependencies to their latest versions:

  • chalk
  • cssnano
  • dotenv
  • grunt-contrib-cssmin
  • grunt-contrib-qunit
  • grunt-webpack
  • jest-image-snapshot
  • postcss
  • sass
  • sinon
  • webpack

Additionally, npm audit fix has been run to automatically fix as many issues as possible.

See #58863.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r56389 r56390  
    3232        "@wordpress/scripts": "26.6.3",
    3333        "autoprefixer": "10.4.14",
    34         "chalk": "5.2.0",
     34        "chalk": "5.3.0",
    3535        "check-node-version": "4.2.1",
    3636        "copy-webpack-plugin": "11.0.0",
    37         "cssnano": "5.1.14",
    38         "dotenv": "16.0.3",
     37        "cssnano": "6.0.1",
     38        "dotenv": "16.3.1",
    3939        "dotenv-expand": "10.0.0",
    4040        "grunt": "~1.6.1",
     
    4343        "grunt-contrib-concat": "2.1.0",
    4444        "grunt-contrib-copy": "~1.0.0",
    45         "grunt-contrib-cssmin": "~4.0.0",
     45        "grunt-contrib-cssmin": "~5.0.0",
    4646        "grunt-contrib-imagemin": "~4.0.0",
    4747        "grunt-contrib-jshint": "3.2.0",
    48         "grunt-contrib-qunit": "~6.2.1",
     48        "grunt-contrib-qunit": "~7.0.1",
    4949        "grunt-contrib-uglify": "~5.2.2",
    5050        "grunt-contrib-watch": "~1.1.0",
     
    5656        "grunt-rtlcss": "~2.0.2",
    5757        "grunt-sass": "~3.1.0",
    58         "grunt-webpack": "5.0.0",
     58        "grunt-webpack": "6.0.0",
    5959        "ink-docstrap": "1.3.2",
    6060        "install-changed": "1.1.0",
    61         "jest-image-snapshot": "^6.1.0",
     61        "jest-image-snapshot": "^6.2.0",
    6262        "matchdep": "~2.0.0",
    63         "postcss": "8.4.24",
     63        "postcss": "8.4.27",
    6464        "prettier": "npm:wp-prettier@2.6.2",
    6565        "qunit": "~2.19.4",
    6666        "react-refresh": "0.10.0",
    67         "sass": "1.63.6",
    68         "sinon": "15.0.4",
     67        "sass": "1.65.1",
     68        "sinon": "15.2.0",
    6969        "sinon-test": "~3.1.5",
    7070        "source-map-loader": "4.0.1",
     
    7373        "uuid": "9.0.0",
    7474        "wait-on": "7.0.1",
    75         "webpack": "5.75.0",
     75        "webpack": "5.88.2",
    7676        "webpack-livereload-plugin": "3.0.2"
    7777    },
Note: See TracChangeset for help on using the changeset viewer.